rcMsdpPeerDefaultPeerState
RC-MSDP-MIB ·
.1.3.6.1.4.1.2272.1.80.1.1.2.1.21
Object
column Enumeration
The default peer has two state: Configured and Operational. MSDP node only accept SA messages from the Operational default peer. These is only one default peer can become Operational, all the Configured default peers are for redundancy.
Context
- MIB
- RC-MSDP-MIB
- OID
.1.3.6.1.4.1.2272.1.80.1.1.2.1.21- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcMsdpPeerEntry
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 'RC-MSDP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-MSDP-MIB::rcMsdpPeerDefaultPeerState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-MSDP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-MSDP-MIB::rcMsdpPeerDefaultPeerState.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-MSDP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-MSDP-MIB::rcMsdpPeerDefaultPeerState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | configured |
2 | operational |