hh3cTSSlotMonPacketDropAction
HH3C-TRAFFIC-STAT-MIB ·
.1.3.6.1.4.1.25506.2.222.2.2.2.1.1
Object
column r/w
Enumeration
Always return noAction(0) when read. Return shutdown(1) the slot when the number of dropped packets exceeds the upper threshold. Rerurn reboot(2) the slot when the timer times out.
Context
- MIB
- HH3C-TRAFFIC-STAT-MIB
- OID
.1.3.6.1.4.1.25506.2.222.2.2.2.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hh3cTSSlotMonActionEntry
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 'HH3C-TRAFFIC-STAT-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-TRAFFIC-STAT-MIB::hh3cTSSlotMonPacketDropAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HH3C-TRAFFIC-STAT-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-TRAFFIC-STAT-MIB::hh3cTSSlotMonPacketDropAction.<hh3cTSFrameIndex>.<hh3cTSSlotIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HH3C-TRAFFIC-STAT-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HH3C-TRAFFIC-STAT-MIB::hh3cTSSlotMonPacketDropAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | noAction |
1 | shutdown |
2 | reboot |