zhoneMauAutoNegRemoteSignaling
ZHONE-MAU-MIB ·
.1.3.6.1.4.1.5504.5.1.2.1.2
Object
column Enumeration
A value indicating whether the remote end of the link is using auto-negotiation signaling. It takes the value detected(1) if and only if, during the previous link negotiation, FLP Bursts were received.
Context
- MIB
- ZHONE-MAU-MIB
- OID
.1.3.6.1.4.1.5504.5.1.2.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zhoneMauAutoNegEntry
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 'ZHONE-MAU-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-MAU-MIB::zhoneMauAutoNegRemoteSignaling'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-MAU-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-MAU-MIB::zhoneMauAutoNegRemoteSignaling.<zhoneMauIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-MAU-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-MAU-MIB::zhoneMauAutoNegRemoteSignaling'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | detected |
2 | notdetected |