zhRip2IfConfReceive
ZHONE-COM-IP-RIPv2-MIB ·
.1.3.6.1.4.1.5504.4.1.2.3.1.5
Object
column r/w
Enumeration
This indicates which version of RIP updates are to be accepted. When set to 'rip1', only RIP updates compliant with RFC 1058 are received. 'rip2' specifies to receive RIP updates compliant with RFC 1388 only. Setting 'rip1OrRip2' allows reception of RFC 1058 and RFC 1388 compliant RIP updates. If set to 'doNotReceive', the intreface accepts no RIP updates. Note that 'rip2' and 'rip1OrRip2' implies reception of multicast packets. The default is 'rip1OrRip2'.
Context
- MIB
- ZHONE-COM-IP-RIPv2-MIB
- OID
.1.3.6.1.4.1.5504.4.1.2.3.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zhRip2IfConfEntry
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 'ZHONE-COM-IP-RIPv2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-IP-RIPv2-MIB::zhRip2IfConfReceive'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-COM-IP-RIPv2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-IP-RIPv2-MIB::zhRip2IfConfReceive.<rdIndex>.<zhRip2IfConfAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-COM-IP-RIPv2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-COM-IP-RIPv2-MIB::zhRip2IfConfReceive'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | rip1 |
2 | rip2 |
3 | rip1OrRip2 |
4 | doNotReceive |