s5EnPortLinkStatus
S5-ETHERNET-COMMON-MIB ·
.1.3.6.1.4.1.45.1.6.6.1.1.1.5
Object
column Enumeration
Tells whether the port is receiving link status. The values are: other(1)...returned for AUI off(2).....link is not connected on(3)......link is connected on/off applies to 10BASE-T and Fiber ports only.
Context
- MIB
- S5-ETHERNET-COMMON-MIB
- OID
.1.3.6.1.4.1.45.1.6.6.1.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- s5EnPortEntry
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 'S5-ETHERNET-COMMON-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-ETHERNET-COMMON-MIB::s5EnPortLinkStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'S5-ETHERNET-COMMON-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-ETHERNET-COMMON-MIB::s5EnPortLinkStatus.<s5EnPortBrdIndx>.<s5EnPortIndx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'S5-ETHERNET-COMMON-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'S5-ETHERNET-COMMON-MIB::s5EnPortLinkStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | off |
3 | on |