cpimExtRPSetType
CISCO-IETF-PIM-EXT-MIB ·
.1.3.6.1.4.1.9.10.120.1.1.7.1.5
Object
column Enumeration
This object indicates how the RP was learnt, 'static' means
static (2) indicates entry was learnt from local
configuration.
bsr (3) indicates entry was learnt from BSR RP discovery
protocol.
embedded (4) indicates entry was learnt from Embedded-RP
mechanism where the RP-Address is embedded in the Multicast
Group address.
autorp (5) indicates entry was learnt from
Auto-Rendezvous-Point protocol, a Cisco proprietary protocol
to dynamically distribute Group to RP mappings within an
autonomous system.
Context
- MIB
- CISCO-IETF-PIM-EXT-MIB
- OID
.1.3.6.1.4.1.9.10.120.1.1.7.1.5- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- cpimExtRPSetEntry
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 'CISCO-IETF-PIM-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IETF-PIM-EXT-MIB::cpimExtRPSetType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-IETF-PIM-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IETF-PIM-EXT-MIB::cpimExtRPSetType.<cpimExtRPSetComponent>.<cpimExtRPSetAddrType>.<cpimExtRPSetGroupAddress>.<cpimExtRPSetGroupMask>.<cpimExtRPSetType>.<cpimExtRPSetProtocol>.<cpimExtRPSetAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-IETF-PIM-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-IETF-PIM-EXT-MIB::cpimExtRPSetType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | static |
3 | bsr |
4 | embedded |
5 | autorp |