Deployment Guide

4 Initialize the port-channel with congurations 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 Congure 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 congurations 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 congurations.
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
You can remove the tagged VLANs using the no vlan tagged vlan-range command. You can remove the untagged VLANs
using the no vlan untagged command in the physical port/port-channel.
Port Channel Interfaces
On an Aggregator, port channels are auto-congured as follows:
All 10GbE uplink interfaces (ports 33 to 56) are auto-congured to belong to the same 10GbE port channel (LAG 128).
110
Interfaces