ddnPortLoopback
ZTE-AN-DDN-MIB ·
.1.3.6.1.4.1.3902.1015.5200.3.2.1.1.10
Object
column r/w
Enumeration
This variable represents the loopback configuration of DDN port.
The values mean:
noLoopback
Not in the loopback state.
localLoopback
The DDN port can transmit packets to the LE, but receives its
own transmission back again and ignores data from the LE.
remoteLineLoopback
With remote line loopback ,packets sent from the LE are
received by the DDN port but also are immediately retransmitted
to the LE.
unsupported
The DDN port doesn't support loopback.
Context
- MIB
- ZTE-AN-DDN-MIB
- OID
.1.3.6.1.4.1.3902.1015.5200.3.2.1.1.10- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ddnPortEntry
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 'ZTE-AN-DDN-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-DDN-MIB::ddnPortLoopback'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-AN-DDN-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-DDN-MIB::ddnPortLoopback.<ddnPortRack>.<ddnPortShelf>.<ddnPortSlot>.<ddnPortCircuit>.<ddnPortTs>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-DDN-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-DDN-MIB::ddnPortLoopback'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noLoopback |
2 | localLoopback |
3 | remoteLineLoopback |
255 | unsupported |