raisecomRip2IfConfAuthMode

RAISECOM-RIP2-MIB · .1.3.6.1.4.1.8886.1.32.2.2.1.1.4

Object

column r/w Enumeration
The type of Authentication used on this interface. The default value 
is noAuthentication(1) implies that the RIP version 2 packet without 
authentication will be sent or received on the interface. 
SimplePassword(2) implies the RIP version 2 packet with text authentication 
will be sent or received on the interface. Md5(3) implies the RIP version 2 
packet with Keyed MD5 authentication will be sent or received on the interface.

Context

MIB
RAISECOM-RIP2-MIB
OID
.1.3.6.1.4.1.8886.1.32.2.2.1.1.4
Type
column
Access
readwrite
Status
current
Default
noAuthentication
Parent
raisecomRip2IfConfEntry

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 'RAISECOM-RIP2-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-RIP2-MIB::raisecomRip2IfConfAuthMode'
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::raisecomRip2IfConfAuthMode.<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::raisecomRip2IfConfAuthMode'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1noAuthentication
2simplePassword
3md5