All MIBs › VERTICAL-std-MIB › compType
compType
Module: VERTICAL-std-MIB
OID (symbolic): VERTICAL-std-MIB::compType
OID (numeric): 1.3.6.1.4.1.2338.8.2.1.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The Component type - defines whether this component is a driver, service or an executable. The following the valid values: type-driver = 1, type-service = 16, type-executable = 2000, type-non-vni-driver = 2001, type-non-vni-service = 2002, type-non-vni-executable = 2003
What is compType?
This value classifies the component as a driver, service, or executable, and further distinguishes Vertical Networks Instant Office (VNI) components from non-VNI ones. An admin uses this to understand what kind of component is being reported on before interpreting its operational status, since drivers, services, and executables can fail or need restarting in different ways. For example, a component with compType type-non-vni-service(2002) tells the admin it's a third-party service running alongside the core Instant Office software, not part of VNI itself.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2338.8.2.1.1.3 snmpwalk -v2c -c public <target> VERTICAL-std-MIB::compType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2338.8.2.1.1.3.1 snmpget -v2c -c public <target> VERTICAL-std-MIB::compType.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> compType.1
Start monitoring Vertical Networks voice/data gateways, Vertical Networks telephony systems (base enterprise OID registration, no data objects) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the VERTICAL-std-MIB::compType OID value, configure state conditions and alerts, and monitor any Vertical Networks voice/data gateways, Vertical Networks telephony systems (base enterprise OID registration, no data objects) from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.2338 | vertical | VERTICAL-EVENTLOG-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2338.8 | selfTestDaemon | VERTICAL-std-MIB |
| 1.3.6.1.4.1.2338.8.2 | stdComponentGroup | VERTICAL-std-MIB |
| 1.3.6.1.4.1.2338.8.2.1 | stdComponentTable | VERTICAL-std-MIB |
| 1.3.6.1.4.1.2338.8.2.1.1 | stdComponentEntry | VERTICAL-std-MIB |
| 1.3.6.1.4.1.2338.8.2.1.1.3 | compType | VERTICAL-std-MIB |