2900Switch#config t | |
2900Switch(config)#int fa0/2 | Moves to interface mode |
2900Switch(config-if)#switchport mode access | Sets switchport mode to access |
2900Switch(config-if)#switchport access vlan 2 | Assigns this port to VLAN 2 |
2900Switch(config-if)#int fa0/3 | Moves to interface mode |
2900Switch(config-if)#switchport mode access | Sets switchport mode to access |
2900Switch(config-if)#switchport access vlan 3 | Assigns this port to VLAN 3 |
2900Switch(config-if)#exit | Exits interface mode |
2900Switch(config)# | |