cfgNetEthVlanMode
WESTERMO-SW6-MIB ·
.1.3.6.1.4.1.16177.1.400.1.1.2.1.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 cfgNetEthTrunk 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 `cfgNetEthTag`. 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 or not.
* **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 `cfgNetEthTag`. 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.1.1.12- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cfgNetEthernetTableEntry
- Table
- cfgNetEthernetTable
- Siblings
- 9
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | trunk |
1 | access |
3 | nativeuntagged |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cfgNetEthIndex Entry index of table. | column | Integer32 | .1.3.6.1.4.1.16177.1.400.1.1.2.1.1.1 |
| cfgNetEthTrunk This entry is active when `cfgNetEthVlanMode` is set to
**trunk(0)** or **nativeuntagged(3)**.
It specifies which 802.1q vlans are accepted ingress and egress on
th… | column | OctetString | .1.3.6.1.4.1.16177.1.400.1.1.2.1.1.10 |
| cfgNetEthTag This entry is active when `cfgNetEthVlanMode` is set to
**access(1)** or **nativeuntagged(3)**. It specifies which 802.1q
VLAN should be used for untagged ingress and egress traff… | column | Integer32 | .1.3.6.1.4.1.16177.1.400.1.1.2.1.1.11 |
| cfgNetEthLldpEnabled 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.1.1.15 |
| cfgNetEthName Name of the ethernet interface.
Applies to AP and STA. | column | OctetString | .1.3.6.1.4.1.16177.1.400.1.1.2.1.1.2 |
| cfgNetEthEnabled Ethernet interface disabled or enabled.
Applies to AP and STA. | column | Enumeration | .1.3.6.1.4.1.16177.1.400.1.1.2.1.1.3 |
| cfgNetEthBridge 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.1.1.7 |
| cfgNetEthAutoneg Enables or disables auto negotiation of the PHY.
* **forced(0):** Forces the speed and duplex defined by
`cfgNetEthSpeed`. Only 10Mbit and 100Mbit rates are
al… | column | Enumeration | .1.3.6.1.4.1.16177.1.400.1.1.2.1.1.8 |
| cfgNetEthSpeed Defines a bitmask containing the possible speed/duplex combinations.
* 0x01 (1) = 10Mbit/Half
* 0x02 (2) = 10Mbit/Full
* 0x04 (4) = 100Mbit/Half
* 0x08 (8) = 10… | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.16177.1.400.1.1.2.1.1.9 |