a3ComVlanIfModeType
GENERIC-3COM-VLAN-MIB-1-0-7 ·
.1.3.6.1.4.1.43.10.1.14.1.2.1.7
Object
The VLAN mode type for this interface.
This object can be set to:
usedefault(1)
open(2)
closed(3)
UseDefault Vlans: uses the bridge Vlan Mode value. The bridge Vlan Mode
Value can be set to : Open, Closed or Mixed.
Open VLANs: have no requirements about relationship between the bridge
port that a frame was received upon and the bridge port(s) that it is transmitted
on. All open VLANs within the bridge will share the same address table.
Closed VLANs: require that the bridge port that a frame is received on is the
same VLAN interface as the bridge port(s) that a frame is transmitted on. Each
closed VLAN within the bridge will have its own address table.
Context
- MIB
- GENERIC-3COM-VLAN-MIB-1-0-7
- OID
.1.3.6.1.4.1.43.10.1.14.1.2.1.7- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- a3ComVlanIfEntry
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 'GENERIC-3COM-VLAN-MIB-1-0-7' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GENERIC-3COM-VLAN-MIB-1-0-7::a3ComVlanIfModeType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'GENERIC-3COM-VLAN-MIB-1-0-7' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GENERIC-3COM-VLAN-MIB-1-0-7::a3ComVlanIfModeType.<a3ComVlanIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'GENERIC-3COM-VLAN-MIB-1-0-7' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'GENERIC-3COM-VLAN-MIB-1-0-7::a3ComVlanIfModeType'
Syntax
- Source
- A3ComVlanModeType
- Base type
Enumeration
Values & Constraints
Type Values
1 | vlanUseDefault |
2 | vlanOpen |
3 | vlanClosed |