adGenBridgePhylMapOperStatus
ADTRAN-GENERIC-BRIDGE-MIB ·
.1.3.6.1.4.1.664.5.67.1.16.1.5.1.3
Object
column AdGenBridgePhylOperStatus
The current operational status of the Bridge-PHYL mapping indicating if the physical link is actively participating in the Bridge. This can be down if the row status of the BridgePhyl Map entry is down, the row status of the Bridge is down, or the physical link is down.
Context
- MIB
- ADTRAN-GENERIC-BRIDGE-MIB
- OID
.1.3.6.1.4.1.664.5.67.1.16.1.5.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- adGenBridgePhylMapEntry
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 'ADTRAN-GENERIC-BRIDGE-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENERIC-BRIDGE-MIB::adGenBridgePhylMapOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-GENERIC-BRIDGE-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENERIC-BRIDGE-MIB::adGenBridgePhylMapOperStatus.<adGenBridgePhylMapBridgeIfIndex>.<adGenBridgePhylMapPhylIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-GENERIC-BRIDGE-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-GENERIC-BRIDGE-MIB::adGenBridgePhylMapOperStatus'
Syntax
- Source
- AdGenBridgePhylOperStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | up |
2 | down |
3 | testing |
4 | unknown |