cabhQos2TrafficClassMethod
CABH-QOS2-MIB ·
.1.3.6.1.4.1.4491.2.4.8.1.4.1.1.1
Object
column Enumeration
Indicates how this entry have been created. 'static' indicates that the entry has been provisioned via SNMP or related mechanisms like a config file. 'upnp' indicates that the entry was created via UPnP Qos actions.
Context
- MIB
- CABH-QOS2-MIB
- OID
.1.3.6.1.4.1.4491.2.4.8.1.4.1.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- cabhQos2TrafficClassEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CABH-QOS2-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CABH-QOS2-MIB::cabhQos2TrafficClassMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CABH-QOS2-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CABH-QOS2-MIB::cabhQos2TrafficClassMethod.<cabhQos2TrafficClassMethod>.<cabhQos2TrafficClassIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CABH-QOS2-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CABH-QOS2-MIB::cabhQos2TrafficClassMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | static |
2 | upnp |