bsveVrrpOperExtHoldDownState
BAY-STACK-VRRP-EXT-MIB ·
.1.3.6.1.4.1.45.5.11.1.2.1.4
Object
column Enumeration
Used to indicate the hold-down state of this vrrp interface. If the hold-down timer is operational this variable will be set to 'active'. 'dormant' otherwise.
Context
- MIB
- BAY-STACK-VRRP-EXT-MIB
- OID
.1.3.6.1.4.1.45.5.11.1.2.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bsveVrrpOperExtEntry
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 'BAY-STACK-VRRP-EXT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BAY-STACK-VRRP-EXT-MIB::bsveVrrpOperExtHoldDownState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BAY-STACK-VRRP-EXT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BAY-STACK-VRRP-EXT-MIB::bsveVrrpOperExtHoldDownState.<ifIndex>.<vrrpOperVrId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BAY-STACK-VRRP-EXT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BAY-STACK-VRRP-EXT-MIB::bsveVrrpOperExtHoldDownState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dormant |
2 | active |