Administrator Guide

12 Dell Campus Networking Interoperability with Cisco Catalyst 1.1 | version 1.1
N3024(config-vlan31-35)#vlan 31
N3024(config-vlan31)#name Public
N3024(config-vlan31)#vlan 33
N3024(config-vlan32)#name Guest
N3024(config-vlan32)#end
N3024#show vlan
VLAN Name Ports Type
----- --------------- ------------- --------------
30 Management Gi1/0/1 Static
31 Public Static
32 VLAN0032 Static
33 Guest Static
34 VLAN0034 Static
35 VLAN0035 Static
Adding ports to a VLAN
Once the VLANs are created, use the following commands to assign ports to each VLAN.
N3024#configure
N3024(config)#interface Gigabitethernet 1/0/2
N3024(config-if-Gi1/0/2)#description “Management”
N3024(config-if-Gi1/0/2)#switchport mode access
N3024(config-if-Gi1/0/2)#switchport access vlan 30
N3024(config-if-Gi1/0/2)#interface range Gi1/0/3-6
N3024(config-if)#description “Public”
N3024(config-if)#switchport mode access
N3024(config-if)#switchport access vlan 31
N3024(config-if)#interface range Gi1/0/11-14
N3024(config-if)#description “Guest”
N3024(config-if)#switchport mode access
N3024(config-if)#switchport access vlan 33
N3024(config-if)#end
N3024#show vlan
VLAN Name Ports Type
----- --------------- ------------- --------------
30 Management Gi1/0/1-2 Static
31 Public Gi1/0/3-6 Static
32 VLAN0032 Static
33 Guest Gi1/0/11-14 Static
34 VLAN0034 Static
35 VLAN0035 Static
Note: When assigned to a VLAN, ports can be in Access, General or Trunk mode. Consult the User’s Guide
for your switch to determine which mode should be used for each case.