ifAdminStatus

SUN-SNMP · .1.3.6.1.2.1.2.2.1.7

Object

column mandatory r/w Enumeration
The desired state of the interface.  The
testing(3) state indicates that no operational
packets can be passed.

Context

MIB
SUN-SNMP
OID
.1.3.6.1.2.1.2.2.1.7
Type
column
Access
readwrite
Status
mandatory
Parent
ifEntry

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
1up
2down
3testing