User Manual

4. Initialize the port-channel with configurations such as admin up, portmode, and switchport.
Dell#configure
Dell(conf)#int port-channel 128
Dell(conf-if-po-128)#portmode hybrid
Dell(conf-if-po-128)#switchport
5. Configure the tagged VLANs 10 through 15 and untagged VLAN 20 on this port-channel.
Dell(conf-if-po-128)#vlan tagged 10-15
Dell(conf-if-po-128)#
Dell(conf-if-po-128)#vlan untagged 20
6. Show the running configurations on this port-channel.
Dell(conf-if-po-128)#show config
!
interface Port-channel 128
portmode hybrid
switchport
vlan tagged 10-15
vlan untagged 20
shutdown
Dell(conf-if-po-128)#end
Dell#
7. Show the VLAN configurations.
Dell#show vlan
Codes: * - Default VLAN, G - GVRP VLANs, R - Remote Port
Mirroring VLANs, P - Primary, C - Community, I - Isolated
O - Openflow
Q: U - Untagged, T - Tagged
x - Dot1x untagged, X - Dot1x tagged
o - OpenFlow untagged, O - OpenFlow tagged
G - GVRP tagged, M - Vlan-stack, H - VSN tagged
i - Internal untagged, I - Internal tagged, v - VLT
untagged, V - VLT tagged
NUM Status Description Q Ports
* 1 Active U Te 0/3
10 Active T Po128(Te 0/4-5)
T Te 0/1
11 Active T Po128(Te 0/4-5)
12 Active T Po128(Te 0/4-5)
T Te 0/1
13 Active T Po128(Te 0/4-5)
T Te 0/1
14 Active T Po128(Te 0/4-5)
T Te 0/1
15 Active T Po128(Te 0/4-5)
T Te 0/1
20 Active U Po128(Te 0/4-5)
U Te 0/1
Dell#
You can remove the inactive VLANs that have no member ports using the following command:
Dell#configure
Dell(conf)#no interface vlan vlan-id
vlan-id — Inactive VLAN with no member ports
PMUX Mode of the IO Aggregator
235