Task 1 – Verify Initial Connectivity between Router and Hosts
* Run a Flow Analysis to update the topology. Open the Visual CLI on the ISP router and ping all of the Servers and Host PCs including the Attack PC Use the IP addresses indicated on the network topology page. Select the commands you entered in the Virtual CLI using the mouse and click on the Copy button. Use <Ctrl>V to paste the commands and output results into your Lab Document.
ISP_Router>enable ISP_Router#show ip interface brief Interface IP Address OK? Method Status FastEthernet0/0 200.100.0.1 YES NVRAM up FastEthernet1/0 200.100.40.1 YES NVRAM up Serial0/0 200.100.10.1 YES NVRAM up Serial0/1 200.100.20.1 YES NVRAM up ISP_Router#ip route ^ % Invalid input detected at '^ ' marker. ISP_Router#show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2 * - candidate default
Gateway of last resort is not set Displaying routing table from result of FLAN table R 192.168.100.0/24 [120/1] via 00.100.10.2, Serial0/0 R 192.168.200.0/24 [120/1] via 00.100.20.2, Serial0/1 C 200.100.0.0/24 is directly connected, FastEthernet0/0 C 200.100.10.0/24 is directly connected, Serial0/0 C 200.100.20.0/24 is directly connected, Serial0/1 C 200.100.40.0/24 is directly connected, FastEthernet1/0
ISP_Router#ping 192.168.100.10 Type escape sequence to abort. Sending 5 100-byte ICMP Echos to 192.168.100.10, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms ISP_Router#ping 192.168.100.11