snSwIfInfoTagMode
FOUNDRY-SN-SWITCH-GROUP-MIB ·
.1.3.6.1.4.1.1991.1.1.3.3.5.1.4
Object
column r/w
Enumeration
Configure an interface as tagged member of non-default VLAN, untagged VLAN membership of the interface will not be modified, be it is default-VLAN or non-default VLAN. Configure an interface as untagged member of non-default VLAN, that interface will be moved from default VLAN to the configured VLAN. Dual(3) mode no longer be needed, this option will be will be deprecated. All tagged interfaces are implicit dual-mode ports.
Context
- MIB
- FOUNDRY-SN-SWITCH-GROUP-MIB
- OID
.1.3.6.1.4.1.1991.1.1.3.3.5.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- snSwIfInfoEntry
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 'FOUNDRY-SN-SWITCH-GROUP-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FOUNDRY-SN-SWITCH-GROUP-MIB::snSwIfInfoTagMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FOUNDRY-SN-SWITCH-GROUP-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FOUNDRY-SN-SWITCH-GROUP-MIB::snSwIfInfoTagMode.<snSwIfInfoPortNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FOUNDRY-SN-SWITCH-GROUP-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FOUNDRY-SN-SWITCH-GROUP-MIB::snSwIfInfoTagMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tagged |
2 | untagged |
3 | dual |