Configuring Static Routes & Verifying Connectivity Lab

These labs are not as good as the labs in our full blown CCNA Lab Workbook.  The labs in our full blown CCNA lab workbook include theory as we step you through each lab, detailed information on why you are entering each command and review questions and answers at the end of the labs.  So these labs are ok for free…but we offer a much better product consisting of 60 labs covering 400 pages of CCNA material to help you pass your CCNA Certification Exam in the workbook at this link CCNA Lab Workbook.!

 

static-route

Objective: In this lab, you will configure static routes between all three routers. This will allow your routers to route packets so that all routers and all hosts will be able to reach (ping) each other. Once your configuration is complete, you will use basic techniques to test your network’s connectivity.

Hardware Requirements

• One router with two serial ports

• Two routers with one serial port

• Two back to back DTE/DCE serial cables

• IOS version 12.x or later

• A PC running a terminal emulation program

• Cisco console kit

 

Setup

• Configure the cabling as shown in the network diagram

• If the routers have a startup-config, erase it and perform a reload of the routers.

 

Configuration of Router 1

Router>enable

Router#conf t

Router(config)#Hostname R1

R1(config)#enab pass cisco

R1(config)#line vty 0 4

R1(config-line)#pass cisco

R1(config-line)#login

R1(config)#int s0

R1(config-if)#ip add 192.168.1.1 255.255.255.0

R1(config-if)#clock rate 64000

R1(config-if)#no shut

R1(config)#int s1

R1(config-if)#ip add 193.1.1.1 255.255.255.0

R1(config-if)#clock rate 64000

R1(config-if)#no shut

R1(config-if)#end

R1#write

R1#

 

Configuration of Router 2

Router>enable

Router#conf t

Router(config)#Host R2

R2(config)#ena pass cisco

R2(config)#line vty 0 4

R2(config-line)#password cisco

R2(config-line)#login

R2(config)#int s0

R2(config-if)#ip add 192.168.1.2 255.255.255.0

R2(config-if)#no shut

R2(config-if)#exit

R2(config)#ip route 193.1.1.0 255.255.255.0 192.168.1.1

R2(config)#end

R2#write

R2#

 

Configuration of Router 3

Router>enable

Router#conf t

Router(config)#Host R3

R3(config)#ena pass cisco

R3(config)#line vty 0 4

R3(config-line)#password cisco

R3(config-line)#login

R3(config)#int s0

R3(config-if)#ip add 193.1.1.3 255.255.255.0

R3(config-if)#no shut

R3(config)#ip route 192.168.1.0 255.255.255.0 193.1.1.1

R3(config)#end

R3#write

R3#

 

Testing of Router 1

R1#ping 192.168.1.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 56/60/68 ms

 

R1#ping 192.168.1.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 32/32/32 ms

 

R1#ping 193.1.1.3

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 193.1.1.3, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 32/32/32 ms

 

R1#show cdp neig

Capability Codes: R – Router, T – Trans Bridge, B – Source Route

Bridge

S – Switch, H – Host, I – IGMP, r – Repeater

Device ID Local Intrfce Holdtme Capability Platform

Port ID

R2 Ser 0 155 R 2500

Ser 0

R3 Ser 1 164 R 2500

Ser 1

 

R1#Sho ip route

(Output omitted)

Gateway of last resort is not set

1.0.0.0/32 is subnetted, 1 subnets

C 1.1.1.1 is directly connected, Loopback0

C 192.168.1.0/24 is directly connected, Serial0

C 193.1.1.0/24 is directly connected, Serial1

 

Testing of Router 2

R2#ping 192.168.1.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 32/32/36 ms

 

R2#ping 192.168.1.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 60/63/72 ms

 

R2#ping 193.1.1.3

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 193.1.1.3, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 60/63/72 ms

 

R2#ping 193.1.1.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 193.1.1.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 60/63/72 ms

 

R2#show cdp neig

Capability Codes: R – Router, T – Trans Bridge, B – Source Route

Bridge

S – Switch, H – Host, I – IGMP, r – Repeater

Device ID Local Intrfce Holdtme Capability Platform

Port ID

R1 Ser 0 157 R 2511

Ser 0

 

R2#sho ip route

(Output omitted)

Gateway of last resort is not set

2.0.0.0/32 is subnetted, 1 subnets

C 2.2.2.2 is directly connected, Loopback0

S 193.1.1.0/24

[1/0] via 192.168.1.1

C 192.168.1.0/24 is directly connected, Serial0

R2#

 

Testing of Router 3

R3#ping 193.1.1.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 193.1.1.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 ms

 

R3#ping 193.1.1.3

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 193.1.1.3, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 56/60/68 ms

 

R3#ping 192.168.1.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 ms

 

R3#ping 192.168.1.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 56/59/60 ms

 

R3#sho cdp nei

Capability Codes: R – Router, T – Trans Bridge, B – Source Route

Bridge

S – Switch, H – Host, I – IGMP, r – Repeater

Device ID Local Intrfce Holdtme Capability Platform

Port ID

R1 Ser 0 126 R 2500

Ser 1

 

R3#sho ip route

(Output omitted)

Gateway of last resort is not set

3.0.0.0/32 is subnetted, 1 subnets

C 3.3.3.3 is directly connected, Loopback0

C 193.1.1.0/24 is directly connected, Serial0

S 192.168.1.0/24 [1/0] via 193.1.1.1

R3

 

End of Lab