1054 | Virtual LANs (VLAN)w w w . d e l l . c o m | s u p p o r t . d e l l . c o m Table 53-1 displays the defaults for VLANs in FTOS.Default VLANWhen interfaces are configured for Layer 2 mode, they are automatically placed in the Default VLAN asuntagged interfaces. Only untagged interfaces can belong to the Default VLAN.Figure 53-1 displays the outcome of placing an interface in Layer 2 mode. To configure an interface forLayer 2 mode, use the switchport command. In Step 1, the switchport command places the interface inLayer 2 mode.In Step 2, the show vlan command in EXEC privilege mode indicates that the interface is now part of theDefault VLAN (VLAN 1).Figure 53-1. Interfaces and the Default VLAN ExampleBy default, VLAN 1 is the Default VLAN. To change that designation, use the default vlan-id command inthe CONFIGURATION mode. You cannot delete the Default VLAN.Table 53-1. VLAN Defaults on FTOSFeature DefaultSpanning Tree group ID All VLANs are part of Spanning Tree group 0Mode Layer 2 (no IP address is assigned)Default VLAN ID VLAN 1Note: An IP address cannot be assigned to the Default VLAN. To assign an IP address to a VLAN that iscurrently the Default VLAN, create another VLAN and assign it to be the Default VLAN. For details onassigning IP addresses, see Assign an IP address to a VLAN.FTOS(conf)#int gi 3/2FTOS(conf-if)#no shutFTOS(conf-if)#switchportFTOS(conf-if)#show config!interface GigabitEthernet 3/2no ip addressswitchportno shutdownFTOS(conf-if)#endFTOS#show vlanCodes: * - Default VLAN, G - GVRP VLANsNUM Status Q Ports* 1 Active U Gi 3/22 Active T Po1(So 0/0-1)T Gi 3/0FTOS#Step 1—the switchport commandplaces the interface in Layer 2 modeStep 2—the show vlan commandindicates that the interface is nowassigned to VLAN 1 (the * indicatesthe Default VLAN)