Configuring An Interface Port As A Trunk Interface; Disabling A Vlan On A Trunk Interface; Configuring An Interface Port As A Converged Interface - Dell 53-1002116-01 Administrator's Manual

Dell network card user manual
Table of Contents

Advertisement

Configuring an interface port as a trunk interface

Each CEE interface port supports admission policies based on whether the frames are untagged or
tagged. Trunk mode admits only VLAN-tagged frames.
To configure the interface as a trunk interface, perform the following steps from Privileged EXEC
mode.
1. Enter the configure terminal command to access global configuration mode.
2. Enter the interface command to specify the CEE interface type and slot/port number.
3. Enter the no shutdown command to enable the CEE interface.
4. Enter the switchport command to place the CEE interface into trunk mode.
5. Specify whether all, one, or none of the VLAN interfaces are allowed to transmit and receive

Disabling a VLAN on a trunk interface

To disable a VLAN on a trunk interface, perform the following steps from Privileged EXEC mode.
1. Enter the configure terminal command to access global configuration mode.
2. Enter the interface command to specify the CEE interface type and slot/port number.
3. Enter the no shutdown command to enable the CEE interface.
4. Enter the switchport command to place the CEE interface into trunk mode.

Configuring an interface port as a converged interface

Each CEE interface port supports admission policies based on whether the frames are untagged or
tagged. Converged mode admits both tagged and untagged frames. Any tagged frames coming
with a VLAN tag equal to the configured native VLAN are dropped.
Dell Converged Enhanced Ethernet Administrator's Guide
53-1002116-01
switch(config)#interface intengigabitethernet 0/19
switch(conf-if-te-0/19)#switchport mode trunk
through the CEE interface. Enter the following command that is appropriate for your needs.
This example allows the VLAN numbered as 30 to transmit/receive through the CEE
interface:
switch(conf-if-te-0/19)#switchport trunk allowed vlan add 30
To allow all VLANs to transmit/receive through the CEE interface:
switch(conf-if-te-0/19)#switchport trunk allowed vlan all
This example allows all except VLAN 11 to transmit/receive through the CEE interface:
switch(conf-if-te-0/19)#switchport trunk allowed vlan except 11
To allow none of the VLANs to transmit/receive through the CEE interface:
switch(conf-if-te-0/19)#switchport trunk allowed vlan none
switch(config)#interface intengigabitethernet 0/10
switch(conf-if-te-0/10)#switchport mode trunk none
VLAN configuration and management
5
37

Advertisement

Table of Contents
loading

Table of Contents