portTrunkingMode
NEXANS-BM-MIB ·
.1.3.6.1.4.1.266.20.3.1.1.10
Object
column r/w
Enumeration
If portTrunkingMode is set to dot1qTagging, all frames are transmited with a VLAN-tag, except frames which belong to portNativeVlanId. If portTrunkingMode is set to enableWithoutTagging, all frames are transmited without a VLAN-tag. Changes of this value will take affect after the next switch reboot or after setting adminReset to renewIpAndVlanParameter(5).
Context
- MIB
- NEXANS-BM-MIB
- OID
.1.3.6.1.4.1.266.20.3.1.1.10- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- bmSwitchPortEntry
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 'NEXANS-BM-MIB' -M '/opt/observium/mibs/nexans:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NEXANS-BM-MIB::portTrunkingMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NEXANS-BM-MIB' -M '/opt/observium/mibs/nexans:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NEXANS-BM-MIB::portTrunkingMode.<portIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NEXANS-BM-MIB' -M '/opt/observium/mibs/nexans:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NEXANS-BM-MIB::portTrunkingMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dot1qTagging |
2 | disable |
3 | enableWithoutTagging |