e3IfTestPattern
BIANCA-BRICK-E3-MIB ·
.1.3.6.1.4.1.272.4.42.1.1.11
Object
column mandatory
r/w
Enumeration
This variable configures which test pattern should be transmitted. normal(1) normal data, no test pattern is transmitted. ones(2) Transmit unframed all ones. alt-0-1(3) Transmit unframed 101010... pattern in E3 mode and transmit AIS in DS3 mode. prbs(4) Transmit PRBS pattern per ITU O.151. In E3 mode 2^23 -1 PRBS pattern is used. In DS3 mode 2^15 -1 PRBS pattern is used.
Context
- MIB
- BIANCA-BRICK-E3-MIB
- OID
.1.3.6.1.4.1.272.4.42.1.1.11- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- e3IfEntry
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-E3-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-E3-MIB::e3IfTestPattern'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-E3-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-E3-MIB::e3IfTestPattern.<e3IfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-E3-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-E3-MIB::e3IfTestPattern'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normal |
2 | ones |
3 | alt-0-1 |
4 | prbs |