nbsCmmcPortRemoteLoopback
NBS-CMMC-MIB ·
.1.3.6.1.4.1.629.200.8.1.1.19
Object
column r/w
Enumeration
Indicates whether port should perform Remote Loopback.
When on (3), outbound traffic is returned to the
ingress port. In other words, traffic comes from one
of the module's other ports to get to this one, and
upon arriving here gets sent back to that other port,
from where it continues on back to the originator of
the traffic.
The related object nbsCmmcPortLoopback may be forced
off(2) whenever this object is set to on(3).
Context
- MIB
- NBS-CMMC-MIB
- OID
.1.3.6.1.4.1.629.200.8.1.1.19- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- nbsCmmcPortEntry
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 'NBS-CMMC-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-CMMC-MIB::nbsCmmcPortRemoteLoopback'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NBS-CMMC-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-CMMC-MIB::nbsCmmcPortRemoteLoopback.<nbsCmmcPortChassisIndex>.<nbsCmmcPortSlotIndex>.<nbsCmmcPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NBS-CMMC-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NBS-CMMC-MIB::nbsCmmcPortRemoteLoopback'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSupported |
2 | off |
3 | on |