ctlProtTransTunnelMode
ZYXEL-ves1724-56-MIB ·
.1.3.6.1.4.1.890.1.5.12.46.6.2.1.1
Object
column r/w
Enumeration
Bridge control protocol transparency mode for the port. Modes: Peer(0), Tunnel(1), Discard(2), Network(3)
Context
- MIB
- ZYXEL-ves1724-56-MIB
- OID
.1.3.6.1.4.1.890.1.5.12.46.6.2.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ctlProtTransTunnelPortEntry
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-ves1724-56-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-ves1724-56-MIB::ctlProtTransTunnelMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZYXEL-ves1724-56-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-ves1724-56-MIB::ctlProtTransTunnelMode.<dot1dBasePort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZYXEL-ves1724-56-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZYXEL-ves1724-56-MIB::ctlProtTransTunnelMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | peer |
1 | tunnel |
2 | discard |
3 | network |