ds0LoopbackCommand
CISCO-VISM-DSX0-MIB ·
.1.3.6.1.4.1.351.110.4.7.1.1.14
Object
column r/w
Enumeration
This object represents the loopback type at the ds0 level.The
ds0 configuration overrides the line level configuration.
NoLoop
There is no loopback on this ds0.
LocalLoop
The data received from the ATM side is loopedback
to the ATM side.
RemoteLoop
The data from the TDM side is looped back to the
TDM side.
Setting of this object to RemoteLoop will not be allowed when
insert local cas for this ds0 (ds0InsertLocalCas object) is
enabled as we are suppose to force the cas bits to the pattern
configured in ds0LocalCasPattern, and not do loopback on the
TDM side.
Context
- MIB
- CISCO-VISM-DSX0-MIB
- OID
.1.3.6.1.4.1.351.110.4.7.1.1.14- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dsx0VismCnfEntry
- Groups
- 2
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 'CISCO-VISM-DSX0-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-VISM-DSX0-MIB::ds0LoopbackCommand'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-VISM-DSX0-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-VISM-DSX0-MIB::ds0LoopbackCommand.<ds0IfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-VISM-DSX0-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-VISM-DSX0-MIB::ds0LoopbackCommand'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noLoop |
2 | remoteLoop |
3 | localLoop |