CCNP (switch)-Lab Routing on a stick
Lab Inter VLAN Routing Suppose we have one layer 2 switch, one router (layer 3 device), 2 PCs. On router we have to create two subinterfaces: 1.Fa 0/0.20 with ip address 20.1.1.1 and 2. Fa 0/0.30 with ip address 30.1.1.1 One PC is member of VLAN 20 with ip address 20.1.1.10 and default gateway will be 20.1.1.1 2nd PC is member of VLAN 30 with ip address 30.1.1.50 and default gateway will be 30.1.1.1 Switch> Switch>en Switch#config Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z. (Creating VLANs) Switch(config)#vlan 2 Switch(config-vlan)#name IT Switch(config-vlan)#exit…