linkStatusLinkState
MX-ETH-MIB ·
.0.2400.1.25.1.300
Object
column Enumeration
Interface Status
Indicates the status of the Ethernet link interface.
* Disconnected: The link interface is physically
disconnected.
* Up: The link interface is physically connected and
considered as usable by network interface(s).
Context
- MIB
- MX-ETH-MIB
- OID
.0.2400.1.25.1.300- Type
- column
- Access
- readonly
- Status
- current
- Parent
- linkStatusEntry
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 'MX-ETH-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-ETH-MIB::linkStatusLinkState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-ETH-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-ETH-MIB::linkStatusLinkState.<linkStatusLinkName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-ETH-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-ETH-MIB::linkStatusLinkState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | disconnected |
200 | up |