agentUdldInterfaceOperStatus

EdgeSwitch-UDLD-MIB · .1.3.6.1.4.1.4413.1.1.54.1.2.1.1.1

Object

column Enumeration
This mib object contains the following values,
which has the meaning as:
'shutdown'      - An Unidirectional link  has been 
                  detected and the port has been disabled.
'undetermined'  - Unidirectional Link Detection  
                  protocol has not collected enough
                  information to determine if the 
                  link is bidirectional or not.
'biDirectional' - A bidirectional link has been 
                  detected.
'notApplicable' - Unidirectional Link Detection 
                  Protocol is disabled. 
'undetermined-LinkDown' - The port would transition into 
                  this state when the port link physically 
                  goes down due to any reasons other than 
                  the port been put into D-Disable mode
                  by UDLD protocol on the switch.

Context

MIB
EdgeSwitch-UDLD-MIB
OID
.1.3.6.1.4.1.4413.1.1.54.1.2.1.1.1
Type
column
Access
readonly
Status
current
Parent
agentUdldInterfaceEntry

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
1shutdown
2undetermined
3biDirectional
4notApplicable
5undetermined-LinkDown