Dell FCX624-S Laptop User Manual


  Open as PDF
of 1494
 
450 PowerConnect B-Series FCX Configuration Guide
53-1002266-01
Routing between VLANs
13
Modifying a port-based VLAN
You can make the following modifications to a port-based VLAN:
Add or delete a VLAN port.
Enable or disable STP.
Removing a port-based VLAN
Suppose you want to remove VLAN 5 from the example in Figure 95. To do so, use the following
procedure.
1. Access the global CONFIG level of the CLI on device-A by entering the following commands.
PowerConnect-A> enable
No password has been assigned yet...
PowerConnect-A# configure terminal
PowerConnect-A(config)#
2. Enter the following command.
PowerConnect-A(config)# no vlan 5
PowerConnect-A(config)#
3. Enter the following commands to exit the CONFIG level and save the configuration to the
system-config file on flash memory.
PowerConnect-A(config)#
PowerConnect-A(config)# end
PowerConnect-A# write memory
PowerConnect-A#
4. Repeat steps 1 – 3 on device-B.
Syntax: no vlan <vlan-id> by port
Removing a port from a VLAN
Suppose you want to remove port 11 from VLAN 4 on device-A shown in Figure 95. To do so, use
the following procedure.
1. Access the global CONFIG level of the CLI on device-A by entering the following command.
PowerConnect-A> enable
No password has been assigned yet...
PowerConnect-A# configure terminal
PowerConnect-A(config)#
2. Access the level of the CLI for configuring port-based VLAN 4 by entering the following
command.
PowerConnect-A(config)#
PowerConnect-A(config)# vlan 4
PowerConnect-A(config-vlan-4)#
3. Enter the following commands.
PowerConnect-A(config-vlan-4)#
PowerConnect-A(config-vlan-4)# no untagged ethernet 11
deleted port ethe 11 from port-vlan 4.
PowerConnect-A(config-vlan-4)#