swPimRPSetType
PIM-SM-MIB ·
.1.3.6.1.4.1.171.12.52.3.8.2.1.5
Object
column Enumeration
The type of Candidate-RP.
The value of 'dynamic' indicates the RP address is
created as a result of running the PIM Bootstrap
Router (BSR) mechanism.
Context
- MIB
- PIM-SM-MIB
- OID
.1.3.6.1.4.1.171.12.52.3.8.2.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- swPimRPSetEntry
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 'PIM-SM-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PIM-SM-MIB::swPimRPSetType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PIM-SM-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PIM-SM-MIB::swPimRPSetType.<swPimRPSetComponent>.<swPimRPSetGroupAddress>.<swPimRPSetGroupMask>.<swPimRPSetAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PIM-SM-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PIM-SM-MIB::swPimRPSetType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | static |
3 | dynamic |