cfgNetWlanVlanMode
WESTERMO-SW6-MIB ·
.1.3.6.1.4.1.16177.1.400.1.1.2.2.1.12
Object
column
r/w
Enumeration
This entry specifies how the port should behave.
* **trunk(0):** A trunk port carries packets on one or more specified
VLANs specified in the cfgNetWlanTrunk entry.
A packet that ingresses on a trunk port is in the VLAN specified
in its 802.1q header, or VLAN 0 if the packet has no 802.1q header
(untagged frame). A packet that egresses through a trunk port will
have an 802.1q header if it has a nonzero VLAN ID.
Frames egressing on VLAN 0 have their tag stripped (egress untagged).
Any packet that ingresses on a trunk port tagged with a
VLAN that the port does not trunk is dropped.
* **access(1):** An access port carries packets on exactly one VLAN
specified in the cfgNetWlanTag. Packets egressing on an access
port have no 802.1q header (egress untagged).
Any packet with an 802.1q header with a nonzero VLAN ID that
ingresses on an access port is dropped, regardless of whether
the VLAN ID in the header is the access port's VLAN ID.
* **nativeuntagged(3):** A native-untagged port resembles a trunk port,
with the exception that a packet without an 802.1q header
(ingress untagged) is automatically in the native VLAN specified
in cfgNetWlanTag. Frames egressing in the native VLAN are
automatically untagged (egress untagged).
Applies to AP and STA.
Context
- MIB
- WESTERMO-SW6-MIB
- OID
.1.3.6.1.4.1.16177.1.400.1.1.2.2.1.12- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cfgNetWlanTableEntry
- Table
- cfgNetWlanTable
- Siblings
- 7
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | trunk |
1 | access |
3 | nativeuntagged |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cfgNetWlanIndex Entry index of Table. | column | Integer32 | .1.3.6.1.4.1.16177.1.400.1.1.2.2.1.1 |
| cfgNetWlanTrunk This entry is active when `cfgNetWlanVlanMode` is set to
**trunk(0)** or **nativeuntagged(3)**.
It specifies which 802.1q vlans are accepted ingress and egress on
t… | column | OctetString | .1.3.6.1.4.1.16177.1.400.1.1.2.2.1.10 |
| cfgNetWlanTag This entry is active when `cfgNetWlanVlanMode` is set to
**access(1)** or **nativeuntagged(3)**. It specifies which 802.1q
VLAN should be used for untagged ingress and egress traf… | column | Integer32 | .1.3.6.1.4.1.16177.1.400.1.1.2.2.1.11 |
| cfgNetWlanLldpEnabled When `cfgLldpEnabled` is enabled, this parameter controls if
the interface takes part in LLDP operation.
Applies to AP and STA. | column | Enumeration | .1.3.6.1.4.1.16177.1.400.1.1.2.2.1.15 |
| cfgNetWlanName Name of the wireless interface.
Applies to AP and STA. | column | OctetString | .1.3.6.1.4.1.16177.1.400.1.1.2.2.1.2 |
| cfgNetWlanEnabled Wireless interface disabled or enabled.
Applies to AP and STA. | column | Enumeration | .1.3.6.1.4.1.16177.1.400.1.1.2.2.1.3 |
| cfgNetWlanBridge If set to other than -1 the interface is part of bridge:
* -1: none
* 0: br0
* 1: br1
* X: brX
Bridges with an index >=100 are special bridges which … | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.16177.1.400.1.1.2.2.1.7 |