qos3PolicyStatus
QTECH-ALT-MIB ·
.1.3.6.1.4.1.2751.100.11.2.4.1.48
Object
column r/w
Enumeration
the status of qos3PolicyTable. destroy(2) will put off the class-map,removeColorAct(3) will clear the color-act, removeAggregateAct(4) will clear the aggregate-act,removePidAct(5) will clear the value while you set int pidAction.
Context
- MIB
- QTECH-ALT-MIB
- OID
.1.3.6.1.4.1.2751.100.11.2.4.1.48- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- qos3PolicyEntry
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 'QTECH-ALT-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-ALT-MIB::qos3PolicyStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'QTECH-ALT-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-ALT-MIB::qos3PolicyStatus.<qos3PolicyMapIndex>.<qos3PolicyClassMapName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'QTECH-ALT-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'QTECH-ALT-MIB::qos3PolicyStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | createAndGo |
1 | active |
2 | destroy |
3 | removeColorAct |
4 | removeAggregateAct |
5 | removePidAct |