CCNA 200-301 - Lab-6 Default Routing v1.0
CCNA 200-301 - Lab-6 Default Routing v1.0
Default Routing
[email protected]
Task
1. Configure routers with IP address as shown in topology and configure enable
password as ccna and device access password as cisco (Refer Lab-1)
2. Configure static routes on R2 for R1’s & R2’s LAN network, assuming R2 as
ISP router.
3. Configure default route on R1 & R3.
4. Cloud-PC & PC-3 should ping each other.
Note: Cloud-PC is a cloud which bridge the R1 router with loopback adapter on real PC.
R1#config t
R1(config)#ip route 0.0.0.0 0.0.0.0 12.12.12.2
R1(config)#exit
R1#
R2#config t
R2(config)#ip route 192.168.1.0 255.255.255.0 12.12.12.1
R2(config)#ip route 192.168.3.0 255.255.255.0 23.23.23.3
R2(config)#exit
R2#
1 Page
www.rsatechforum.in
+91 8551802268
CCNA Labs by Ratan
Static default routing on R3 Router
R3#config t
R3(config)#ip route 0.0.0.0 0.0.0.0 23.23.23.2
R3(config)#exit
R3#
www.rsatechforum.in
+91 8551802268
CCNA - 200-301 Default Routing
R1#ping 192.168.3.10
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.3.10, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 72/92/152 ms
R1#traceroute 192.168.3.10
Type escape sequence to abort.
Tracing the route to 192.168.3.10
VRF info: (vrf in name/id, vrf out name/id)
1 12.12.12.2 80 msec 64 msec 28 msec
2 23.23.23.3 36 msec 40 msec 40 msec
[email protected]
3 192.168.3.10 36 msec 52 msec 48 msec
R3#ping 192.168.1.10
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.10, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 80/83/92 ms
R3#traceroute 192.168.1.10
Type escape sequence to abort.
Tracing the route to 192.168.1.10
VRF info: (vrf in name/id, vrf out name/id)
1 23.23.23.2 56 msec 56 msec 52 msec
2 12.12.12.1 84 msec 80 msec 80 msec
3 * * *
4 * * *
5 192.168.1.10 96 msec 108 msec 120 msec
C:\Users\Ratan>ping 192.168.3.10
www.rsatechforum.in
+91 8551802268
CCNA Labs by Ratan
Reply from 192.168.3.10: bytes=32 time=53ms TTL=61
Reply from 192.168.3.10: bytes=32 time=54ms TTL=61
www.rsatechforum.in
+91 8551802268
CCNA - 200-301 Default Routing
Important Commands:
sh ip route
sh ip route static
sh ip route static | begin Gateway
[email protected]
5 Page
www.rsatechforum.in
+91 8551802268