zyBridgeControlProtocolTransparencyPortMode
ZYXEL-BRIDGE-CONTROL-PROTOCOL-TRANSPARENCY-MIB ·
.1.3.6.1.4.1.890.1.15.3.15.1.2.1.1
Object
column r/w
Enumeration
Configure bridge control protocol transparency mode for the port. 'Peer' means to process any BPDU (Bridge Protocol Data Unit) received on this port. 'Tunnel' means to forward BPDUs received on this port. 'Discard' means to drop any BPDU received on this port. 'Network' means to process a BPDU with no VLAN tag and forward a tagged BPDU.
Context
- MIB
- ZYXEL-BRIDGE-CONTROL-PROTOCOL-TRANSPARENCY-MIB
- OID
.1.3.6.1.4.1.890.1.15.3.15.1.2.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zyxelBridgeControlProtocolTransparencyPortEntry
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 'ZYXEL-BRIDGE-CONTROL-PROTOCOL-TRANSPARENCY-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-BRIDGE-CONTROL-PROTOCOL-TRANSPARENCY-MIB::zyBridgeControlProtocolTransparencyPortMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZYXEL-BRIDGE-CONTROL-PROTOCOL-TRANSPARENCY-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-BRIDGE-CONTROL-PROTOCOL-TRANSPARENCY-MIB::zyBridgeControlProtocolTransparencyPortMode.<dot1dBasePort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZYXEL-BRIDGE-CONTROL-PROTOCOL-TRANSPARENCY-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZYXEL-BRIDGE-CONTROL-PROTOCOL-TRANSPARENCY-MIB::zyBridgeControlProtocolTransparencyPortMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | peer |
1 | tunnel |
2 | discard |
3 | network |