All MIBs › CISCO-WAN-AXIPOP-MIB › bertTestMediumMask
bertTestMediumMask
Module: CISCO-WAN-AXIPOP-MIB
OID (symbolic): CISCO-WAN-AXIPOP-MIB::bertTestMediumMask
OID (numeric): 1.3.6.1.4.1.351.110.6.1.28.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Every test medium is represented by a bit of mask. Bits 0-1 are
valid in this integer. The meaning of the mask can be
understood from the example below:
--------------------------
TestMedium | SM
| support
--------------------------
port | 1
line | 1
--------------------------
(Table contents applicable to FRSM-4T1)
bertTestMediumMask = 11 binary
The column titles represent the variables bertTestMedium
depends on. The mask is represented in column major order.
What is bertTestMediumMask?
This read-only object is a bitmask (bits 0-1 valid) indicating which test media -- port and/or line -- are supported by the Service Module in this slot, for example a value of binary 11 meaning both port and line testing are supported, as documented for the FRSM-4T1 card. An admin scripting automated BERT configuration would check this mask to determine valid bertTestMedium values before attempting to set that object for a given card. This avoids attempting to configure a test medium the card doesn't actually support.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.351.110.6.1.28.1.3 snmpwalk -v2c -c public <target> CISCO-WAN-AXIPOP-MIB::bertTestMediumMask
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.351.110.6.1.28.1.3.1 snmpget -v2c -c public <target> CISCO-WAN-AXIPOP-MIB::bertTestMediumMask.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> bertTestMediumMask.1
Start monitoring Cisco MGX 8000-series ATM WAN switches (AXIPOP processor, legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-WAN-AXIPOP-MIB::bertTestMediumMask OID value, configure state conditions and alerts, and monitor any Cisco MGX 8000-series ATM WAN switches (AXIPOP processor, legacy) from a single console.
OID Breakdown
Upper-level ancestors (9 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.351 | stratacom | CISCOWAN-SMI |
| 1.3.6.1.4.1.351.110 | basis | BASIS-MIB |
| 1.3.6.1.4.1.351.110.6 | axisDiagnostics | BASIS-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.351.110.6.1 | bert | CISCO-WAN-AXIPOP-MIB |
| 1.3.6.1.4.1.351.110.6.1.28 | bertSupportedTestsTable | CISCO-WAN-AXIPOP-MIB |
| 1.3.6.1.4.1.351.110.6.1.28.1 | bertSupportedTestsTableEntry | CISCO-WAN-AXIPOP-MIB |
| 1.3.6.1.4.1.351.110.6.1.28.1.3 | bertTestMediumMask | CISCO-WAN-AXIPOP-MIB |