nbVlansPermPortTagOutMode
VLAN-MIB ·
.1.3.6.1.4.1.629.1.50.3.2.10.1.3
Object
column mandatory
r/w
Enumeration
The tag outbound mode of the port. All frames, outgoing from the 'access' port, have no VLAN tag. All frames, outgoing from the 'tagAware' poort have VLAN tag.
Context
- MIB
- VLAN-MIB
- OID
.1.3.6.1.4.1.629.1.50.3.2.10.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- nbVlansPermPortsCfgEntry
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 'VLAN-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VLAN-MIB::nbVlansPermPortTagOutMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'VLAN-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VLAN-MIB::nbVlansPermPortTagOutMode.<nbVlansPermPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'VLAN-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'VLAN-MIB::nbVlansPermPortTagOutMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | access |
2 | tagAware |
3 | nonIsvp |