ripInterfaceSendMode

CROUTE-MIB · .1.3.6.1.4.1.81.31.1.4.1.7

Object

column r/w Enumeration
What the router sends on this
interface. 
All - send the whole routing table
  according to the RIP version.
              
DefaultOnly - send default route only.
              
DoNotDend - don't send any RIP
  information on this interface.

Context

MIB
CROUTE-MIB
OID
.1.3.6.1.4.1.81.31.1.4.1.7
Type
column
Access
readwrite
Status
current
Parent
ripInterfaceEntry

Walk 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 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CROUTE-MIB::ripInterfaceSendMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CROUTE-MIB::ripInterfaceSendMode.<ripInterfaceAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CROUTE-MIB::ripInterfaceSendMode'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1all
2defaultOnly
3doNotSend