CertExams.com Simulator Lab Exercises Answers
Description: Configure switch ip address, default gateway (172.16.2.2), and use ping command to verify the ip address. Ping default-gateway (192.16.2.2) from the work station.
Instructions:
1. Issue appropriate command to view switch ip address, default gateway, and management VLAN
2. Enter privileged exec mode
3. Enter terminal configuration mode
4. Correct the configuration and bring up the interface using appropriate commands
5. Use "ping" command from WS22 and verify that the connection to the switch is OK
R1>enable
R1#configure terminal
R1(config)#interface fastethernet 0/0
R1(config-if)#ip address 172.16.2.2 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit
WS21:ip address 172.16.1.10 255.255.255.0
WS22:ip address 172.16.1.11 255.255.255.0
SW1>enable
SW1#configure terminal
SW1(config)#interface vlan 1
SW1(config-if)#ip address 172.16.2.3 255.255.255.0
SW1(config)#no shutdown
SW1(config-if)#exit
SW1(config)#ip default-gateway 172.16.2.2
SW1(config)#end
WS22:ping 172.16.2.3