snMspsPimHAState
SN-MSPS-SCX-MIB ·
.1.3.6.1.4.1.4329.20.1.1.1.1.76.1.1.20
Object
scalar Enumeration
Internal State of the PIM instance. init(1) implies that the PIM instance is up, but is unaware of the status of its peer. activeStandbyUp(2) implies that the current PIM instance is up and functioning as active node and its peer is functioning as the standby. activeStandbyDown(3) implies that the current PIM instance is up and functioning as active node but its peer is down/not functioning. standby(4) implies that current PIM instance is the standby Instance.
Context
- MIB
- SN-MSPS-SCX-MIB
- OID
.1.3.6.1.4.1.4329.20.1.1.1.1.76.1.1.20- Type
- scalar
- Access
- readonly
- Status
- current
- Default
init- Parent
- snMspsPimScalars
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SN-MSPS-SCX-MIB' -M '/opt/observium/mibs/siemens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SN-MSPS-SCX-MIB::snMspsPimHAState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SN-MSPS-SCX-MIB' -M '/opt/observium/mibs/siemens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SN-MSPS-SCX-MIB::snMspsPimHAState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | init |
2 | activeStandbyUp |
3 | activeStandbyDown |
4 | standby |