pmxIfLoopbackMode
BIANCA-BRICK-PMX-MIB ·
.1.3.6.1.4.1.272.4.12.1.1.8
Object
column mandatory
r/w
Enumeration
Loopback-Mode is only required for equipment test
no-loop(1) do not loopanything, this is the
correct mode for normal operation
full-loop(2) loopback everything incl. the
signaling channel
all-channels(3) loopback all B and D-channels
only-bchannels(4) loopback only the B-channels
The loops are usualy not reversible. Reboot is required
to regain normal operation mode.
Context
- MIB
- BIANCA-BRICK-PMX-MIB
- OID
.1.3.6.1.4.1.272.4.12.1.1.8- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- pmxIfEntry
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 'BIANCA-BRICK-PMX-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-PMX-MIB::pmxIfLoopbackMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-PMX-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-PMX-MIB::pmxIfLoopbackMode.<pmxIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-PMX-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-PMX-MIB::pmxIfLoopbackMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | no-loop |
2 | full-loop |
3 | all-channels |
4 | only-bchannels |