agentUdldInterfaceOperStatus
LANCOM-UDLD-MIB ·
.1.3.6.1.4.1.2356.16.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
- LANCOM-UDLD-MIB
- OID
.1.3.6.1.4.1.2356.16.1.54.1.2.1.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- agentUdldInterfaceEntry
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 'LANCOM-UDLD-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LANCOM-UDLD-MIB::agentUdldInterfaceOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LANCOM-UDLD-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LANCOM-UDLD-MIB::agentUdldInterfaceOperStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LANCOM-UDLD-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LANCOM-UDLD-MIB::agentUdldInterfaceOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | shutdown |
2 | undetermined |
3 | biDirectional |
4 | notApplicable |
5 | undetermined-LinkDown |