lffStatus
WESTERMO-WEOS-MIB ·
.1.3.6.1.4.1.16177.2.1.2.1.1.3
Object
column Enumeration
The lffStatus shows the status of a (Ethernet) link at the remote end of a SHDSL link:
- 1 (disabled): LFF is configured 'disabled' on local (SHDSL) port.
- 2 (unknown): LFF enabled, but the state of remote (Ethernet)
is unknown. (perhaps because the intermediate
(SHDSL) link is down).
- 3 (remoteDown): LFF enabled, remote (Ethernet) port down
- 4 (remoteUp): LFF enabled, remote (Ethernet) port up.
Context
- MIB
- WESTERMO-WEOS-MIB
- OID
.1.3.6.1.4.1.16177.2.1.2.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- lffEntry
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 'WESTERMO-WEOS-MIB' -M '/opt/observium/mibs/westermo:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WESTERMO-WEOS-MIB::lffStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WESTERMO-WEOS-MIB' -M '/opt/observium/mibs/westermo:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WESTERMO-WEOS-MIB::lffStatus.<lffPortIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WESTERMO-WEOS-MIB' -M '/opt/observium/mibs/westermo:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WESTERMO-WEOS-MIB::lffStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disabled |
2 | unknown |
3 | remoteDown |
4 | remoteUp |