pmxIfLayer1State
BIANCA-BRICK-PMX-MIB ·
.1.3.6.1.4.1.272.4.12.1.1.3
Object
column mandatory
r/w
Enumeration
The layer 1 state of the primary rate interface
active(F1) active, framing and synchronisation
is o.k. This is the only state where
data-transmission is possible
remote-alarm(F2) receipt of an RAI, remote alarm
indication, from the remote side;
The remote-alarm is also known as
yellow alarm or distant alarm
no-signal(F3) no signal is received, RAI will
be transmitted. NOS is also known
as red alarm .
no-sync(F4) signal is received but synchronistation
is not possible, RAI will be transmitted
The received signal may also consist
of contingous Ones
crc-error(F5) signal and synchronisation are o.k. but
signal has heavy crc errors, RAI will
be transmitted
power-on(F6) initial state after power was
switched on (transient)
resync(7) Setting Layer 1 State to resync can
be used to force resynchronisation
The Layer1states are also visible in the isdnIfTable, but
the state numbers are mapped to those of an BRI-Interface
Context
- MIB
- BIANCA-BRICK-PMX-MIB
- OID
.1.3.6.1.4.1.272.4.12.1.1.3- 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::pmxIfLayer1State'
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::pmxIfLayer1State.<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::pmxIfLayer1State'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | remote-alarm |
3 | no-signal |
4 | no-sync |
5 | crc-error |
6 | power-on |
7 | resync |