Administrator Guide

10 Dell Campus Networking Interoperability with Cisco Catalyst 1.1 | version 1.1
C6504(config)#vlan 30
C6504(config-vlan)#name Management
% Applying VLAN changes may take few minutes. Please wait...
C6504(config-vlan)#end
C6504#show vlan brief
VLAN Name Status Ports
---- --------------------------- --------- ------------------------
30 Management active
Adding ports to the VLAN
Creating a VLAN with the preceding commands only creates the framework of the VLAN. Not until one or
more ports are assigned to the VLAN does it effectively serve the purpose of a virtual LAN. Use the
following commands to assign ports to the VLAN.
C6504#configure terminal
C6504(config)#interface gigabitEthernet 4/1
C6504(config-if)#switchport
C6504(config-if)#switchport mode access
C6504(config-if)#switchport access vlan 30
C6504(config-if)#end
C6504#show vlan brief
VLAN Name Status Ports
---- --------------------------- --------- ------------------------
30 Management active Gi4/1