physicalLinkInfoState
MX-R2-MIB ·
.0.1875.1.300.100.1.200
Object
column Enumeration
State
The layer 1 state for this interface:
* Up: Layer 1 connectivity.
* Down: No layer 1 connectivity. The interface might be in
this state because no cable is plugged in or a pinout
problem is detected.
Context
- MIB
- MX-R2-MIB
- OID
.0.1875.1.300.100.1.200- Type
- column
- Access
- readonly
- Status
- current
- Parent
- physicalLinkInfoEntry
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-R2-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-R2-MIB::physicalLinkInfoState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-R2-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-R2-MIB::physicalLinkInfoState.<physicalLinkInfoInterfaceName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-R2-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-R2-MIB::physicalLinkInfoState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | up |
200 | down |