geLinkStatus
VES1724-58V-MIB ·
.1.3.6.1.4.1.890.1.5.12.49.4.1.1.4
Object
column Enumeration
displays GE speed and duplex mode inactive(0) - inactive linkdown(1) - link down halfx10(2) - 10Base-T half duplex mode (Copper) fullx10(3) - 10Base-T full duplex mode (Copper) halfx100(4) - 100Base-TX half duplex mode (Copper) fullx100(5) - 100Base-TX full duplex mode (Copper) fullx1000(6) - 1000Base-T full duplex mode (Copper) fiberx1000(7) - 1000Base-X full duplex mode (SFP)
Context
- MIB
- VES1724-58V-MIB
- OID
.1.3.6.1.4.1.890.1.5.12.49.4.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- geConfEntry
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 'VES1724-58V-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VES1724-58V-MIB::geLinkStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'VES1724-58V-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VES1724-58V-MIB::geLinkStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'VES1724-58V-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'VES1724-58V-MIB::geLinkStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | inactive |
1 | linkdown |
2 | halfx10 |
3 | fullx10 |
4 | halfx100 |
5 | fullx100 |
6 | fullx1000 |
7 | fiberx1000 |