000-221 · Question #38
In order to enable an AIX host to use one virtual Ethernet adapter to communicate on multiple VLANs, what is required?
The correct answer is C. VLAN devices must be configured in the AIX host. To enable a single virtual Ethernet adapter in an AIX host to carry traffic for multiple VLANs, VLAN interface devices tagged with the appropriate VLAN IDs must be explicitly created inside AIX.
Question
In order to enable an AIX host to use one virtual Ethernet adapter to communicate on multiple VLANs, what is required?
Options
- AThe VLAN devices used by the host must be configured with IP addresses on different subnets.
- BThe virtual Ethernet adapter must be set to full duplex in AIX.
- CVLAN devices must be configured in the AIX host.
- DThe virtual Ethernet adapter must be configured as a trunk adapter.
How the community answered
(43 responses)- A9% (4)
- B16% (7)
- C70% (30)
- D5% (2)
Why each option
To enable a single virtual Ethernet adapter in an AIX host to carry traffic for multiple VLANs, VLAN interface devices tagged with the appropriate VLAN IDs must be explicitly created inside AIX.
Assigning IP addresses from different subnets does not enable multi-VLAN operation; the underlying VLAN devices with the correct VLAN IDs must be created first before IP addressing is even relevant.
The duplex setting of a virtual Ethernet adapter governs link negotiation behavior and has no bearing on the adapter's ability to handle multiple VLAN-tagged traffic streams.
In AIX, VLAN devices are logical network interfaces layered on top of a physical or virtual Ethernet adapter, each associated with a specific VLAN ID, created using mkvdev or smit vlan. These devices allow the adapter to send and receive IEEE 802.1Q-tagged frames for each configured VLAN independently. Without creating these VLAN devices within the AIX host, the adapter has no mechanism to classify or process traffic belonging to multiple distinct VLANs.
Configuring the adapter as a trunk adapter is a hypervisor or VIO Server level setting that permits tagged frames to reach the partition, but it is not sufficient on its own - VLAN devices inside the AIX host are still required to process that traffic.
Concept tested: AIX virtual Ethernet VLAN device configuration for multi-VLAN
Source: https://www.ibm.com/docs/en/aix/7.2?topic=networks-virtual-local-area
Topics
Community Discussion
No community discussion yet for this question.