raisecomRip2IfConfReceiveVersion
RAISECOM-RIP2-MIB ·
.1.3.6.1.4.1.8886.1.32.2.2.1.1.3
Object
column r/w
Enumeration
Configure the RIP interface to accept version-specific packets. none implies receiving RIP updates compliant with the global version. rip1(1) implies receiving RIP-1 packets. rip2(2) implies receiving RIP-2 packets. rip1OrRip2(3) implies receiving any RIP packets.
Context
- MIB
- RAISECOM-RIP2-MIB
- OID
.1.3.6.1.4.1.8886.1.32.2.2.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Default
none- Parent
- raisecomRip2IfConfEntry
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 'RAISECOM-RIP2-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-RIP2-MIB::raisecomRip2IfConfReceiveVersion'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAISECOM-RIP2-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-RIP2-MIB::raisecomRip2IfConfReceiveVersion.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAISECOM-RIP2-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAISECOM-RIP2-MIB::raisecomRip2IfConfReceiveVersion'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | rip1 |
2 | rip2 |
3 | rip1OrRip2 |