rip2IfConfReceive
RFC1389-MIB ·
.1.3.6.1.2.1.23.3.1.6
Object
column mandatory
r/w
Enumeration
This indicates which version of RIP updates are to be accepted. Note that rip2 and rip1OrRip2 implies reception of multicast packets.
Context
- MIB
- RFC1389-MIB
- OID
.1.3.6.1.2.1.23.3.1.6- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- rip2IfConfEntry
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 'RFC1389-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1389-MIB::rip2IfConfReceive'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RFC1389-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1389-MIB::rip2IfConfReceive.<rip2IfConfAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RFC1389-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RFC1389-MIB::rip2IfConfReceive'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | rip1 |
2 | rip2 |
3 | rip1OrRip2 |
4 | doNotRecieve |