rlPimNmEntEnableUnicastMessages
RADLAN-PIM-MIB ·
.1.3.6.1.4.1.89.211.3.1.11
Object
Set this object to 'true' to enable DC-PIM Neighbor
Manager to send and receive unicast PIM messages.
This object must only be set to 'false' if the local
router will never be an RP for any multicast group, and
will never be the DR for any connected source that sends
data to any ASM group. Note that this will always be the
case if the local router will perform only the SSM subset
of PIM-SM.
Context
- MIB
- RADLAN-PIM-MIB
- OID
.1.3.6.1.4.1.89.211.3.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rlPimNmEntEntry
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 'RADLAN-PIM-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-PIM-MIB::rlPimNmEntEnableUnicastMessages'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADLAN-PIM-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-PIM-MIB::rlPimNmEntEnableUnicastMessages.<rlPimNmEntIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADLAN-PIM-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADLAN-PIM-MIB::rlPimNmEntEnableUnicastMessages'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |