ccLinkAutoDisable
LUXN-MIB ·
.1.3.6.1.4.1.4253.1.3.6.1.30
Object
column mandatory
r/w
Enumeration
Flag to enable/disable the CPE link when the threshold value crosses the lower hysteresis limit. The default value is disable. CPE disable with CPE Rx pass through is identical to normal CPE disable with the added feature that the remote CPE Tx will be disabled if a loss of light condition is detected on the local CPE Rx.
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 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUXN-MIB::ccLinkAutoDisable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUXN-MIB::ccLinkAutoDisable.<ccCardLocation>.<ccCardShelf>.<ccCardSlot>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUXN-MIB::ccLinkAutoDisable'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |
3 | enableCpeRxPassThru |