zxSonetLoopBackType
ZXSONETIF-MIB ·
.1.3.6.1.4.1.3902.1015.1013.2.1.3.1.1.2
Object
column r/w
Enumeration
Represents the desired loopback configuration of the SONET line.
noLoopback: Not in the loopback state.
lineLoop:
The received signal at this interface does not go
through the device (minimum penetration) but is
looped back out.
inwardLoop
The transmitted signal at this interface is
looped back and received by the same interface.
What is transmitted onto the line is product
dependent.
Context
- MIB
- ZXSONETIF-MIB
- OID
.1.3.6.1.4.1.3902.1015.1013.2.1.3.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zxSonetCfgEntry
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 'ZXSONETIF-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXSONETIF-MIB::zxSonetLoopBackType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZXSONETIF-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXSONETIF-MIB::zxSonetLoopBackType.<zxSonetIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZXSONETIF-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZXSONETIF-MIB::zxSonetLoopBackType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noLoopback |
2 | lineLoop |
3 | inwardLoop |