RIP Routing Configuration Scenario 2
|
Objective: Configure RIP routing on routers.
Cable a network that is similar on the network below.
Lab Equipment Configuration
The subnet mask for both interfaces on all routers is 255.255.255.0
Configure the interfaces of the router according to the chart.
Router 1
R1#configure terminal
R1(config)#interface f0/0
R1(config-if)#ip address 192.168.5.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#interface s0/0
R1(config-if)#ip address 192.168.1.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#ip address 192.168.3.1 255.255.255.0
R1(config-if)#no shutdown
Router 2
R2#configure terminal
R2(config)#interface f0/0
R2(config-if)#ip address 192.168.4.1 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#interface s0/0
R2(config-if)#ip address 192.168.1.2 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#interface s0/1
R2(config-if)#ip address 192.168.2.2 255.255.255.0
R2(config-if)#no shutdown
Router 3
R3#configure terminal
R3(config)#interface s0/0
R3(config-if)#ip address 192.168.3.2 255.255.255.0
R3(config-if)#no shutdown
R3(config-if)#interface s0/1
R3(config-if)#ip address 192.168.2.2 255.255.255.0
R3(config-if)#no shutdown
Enable RIP routing
R1#configure terminal
R1(config)#router rip
R1(config-router)#network 192.168.1.0
R1(config-router)#network 192.168.3.0
R1(config-router)#network 192.168.5.0
R2#configure terminal
R2(config)#router rip
R2(config-router)#network 192.168.1.0
R2(config-router)#network 192.168.2.0
R2(config-router)#network 192.168.4.0
R3#configure terminal
R3(config)#router rip
R3(config-router)#network 192.168.2.0
R3(config-router)#network 192.168.3.0
Show the R1 routing table
Show the R2 routing table
Show the R3 routing table
Cable a network that is similar on the network below.
Lab Equipment Configuration
Router Designation |
Router Name | Fast Ethernet 0/0 Address | Serial 0/0 Address | Serial 0/1 Address |
Router 1 | R1 | 192.168.5.1 | 192.168.1.1 | 192.168.3.1 |
Router 2 | R2 | 192.168.4.1 | 192.168.1.2 | 192.168.2.1 |
Router 3 | R3 | 192.168.3.1 | 192.168.2.2 |
Configure the interfaces of the router according to the chart.
Router 1
R1#configure terminal
R1(config)#interface f0/0
R1(config-if)#ip address 192.168.5.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#interface s0/0
R1(config-if)#ip address 192.168.1.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#ip address 192.168.3.1 255.255.255.0
R1(config-if)#no shutdown
Router 2
R2#configure terminal
R2(config)#interface f0/0
R2(config-if)#ip address 192.168.4.1 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#interface s0/0
R2(config-if)#ip address 192.168.1.2 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#interface s0/1
R2(config-if)#ip address 192.168.2.2 255.255.255.0
R2(config-if)#no shutdown
Router 3
R3#configure terminal
R3(config)#interface s0/0
R3(config-if)#ip address 192.168.3.2 255.255.255.0
R3(config-if)#no shutdown
R3(config-if)#interface s0/1
R3(config-if)#ip address 192.168.2.2 255.255.255.0
R3(config-if)#no shutdown
Enable RIP routing
R1#configure terminal
R1(config)#router rip
R1(config-router)#network 192.168.1.0
R1(config-router)#network 192.168.3.0
R1(config-router)#network 192.168.5.0
R2#configure terminal
R2(config)#router rip
R2(config-router)#network 192.168.1.0
R2(config-router)#network 192.168.2.0
R2(config-router)#network 192.168.4.0
R3#configure terminal
R3(config)#router rip
R3(config-router)#network 192.168.2.0
R3(config-router)#network 192.168.3.0
Show the R1 routing table
Show the R2 routing table
Show the R3 routing table
RIP Routing Configuration Scenario 1
Posted by Cyrus Bermejo on March 7, 2011 at 5:51 PM | comments (0) |
Objective: Configure RIP routing on routers.
Cable a network that is similar on the network below.
Lab Equipment Configuration
The subnet mask for both interfaces on all routers is 255.255.255.0
Configure the interfaces of the router according to the chart.
Router 1
London#configure terminal
London(config)#interface f0/0
London(config-if)#ip address 172.16.10.1 255.255.255.0
London(config-if)#no shutdown
London(config-if)#interface s0/0
London(config-if)#ip address 172.16.20.1 255.255.255.0
London(config-if)#no shutdown
Router 2
Tokyo#configure terminal
Tokyo(config)#interface f0/0
Tokyo(config-if)#ip address 172.16.30.1 255.255.255.0
Tokyo(config-if)#no shutdown
Tokyo(config-if)#interface s0/0
Tokyo(config-if)#ip address 172.16.20.2 255.255.255.0
Tokyo(config-if)#no shutdown
Tokyo(config-if)#interface s0/1
Tokyo(config-if)#ip address 172.16.40.1 255.255.255.0
Tokyo(config-if)#no shutdown
Router 3
Sydney#configure terminal
Sdyney(config)#interface f0/0
Sydney(config-if)#ip address 172.16.50.1 255.255.255.0
Sydney(config-if)#no shutdown
Sydney(config-if)#interface s0/0
Sydney(config-if)#ip address 172.16.40.2 255.255.255.0
Sydney(config-if)#no shutdown
Enable RIP routing
London#configure terminal
London(config)#router rip
London(config-router)#network 172.16.10.0
London(config-router)#network 172.16.20.0
Tokyo#configure terminal
Tokyo(config)#router rip
Tokyo(config-router)#network 172.16.20.0
Tokyo(config-router)#network 172.16.30.0
Tokyo(config-router)#network 172.16.40.0
Sydney#configure terminal
Sydney(config)#router rip
Sydney(config-router)#network 172.16.40.0
Sydney(config-router)#network 172.16.50.0
Show the London routing table
Show the Tokyo routing table
Show the Sydney routing table
Cable a network that is similar on the network below.
Lab Equipment Configuration
Router Designation |
Router Name | Fast Ethernet 0/0 Address | Serial 0/0 Address | Serial 0/1 Address |
Router 1 | London | 172.16.10.1 | 172.16.20.1 | |
Router 2 | Tokyo | 172.16.30.1 | 172.16.20.2 | 172.16.40.1 |
Router 3 | Sydney | 172.16.50.1 | 172.16.40.2 |
Configure the interfaces of the router according to the chart.
Router 1
London#configure terminal
London(config)#interface f0/0
London(config-if)#ip address 172.16.10.1 255.255.255.0
London(config-if)#no shutdown
London(config-if)#interface s0/0
London(config-if)#ip address 172.16.20.1 255.255.255.0
London(config-if)#no shutdown
Router 2
Tokyo#configure terminal
Tokyo(config)#interface f0/0
Tokyo(config-if)#ip address 172.16.30.1 255.255.255.0
Tokyo(config-if)#no shutdown
Tokyo(config-if)#interface s0/0
Tokyo(config-if)#ip address 172.16.20.2 255.255.255.0
Tokyo(config-if)#no shutdown
Tokyo(config-if)#interface s0/1
Tokyo(config-if)#ip address 172.16.40.1 255.255.255.0
Tokyo(config-if)#no shutdown
Router 3
Sydney#configure terminal
Sdyney(config)#interface f0/0
Sydney(config-if)#ip address 172.16.50.1 255.255.255.0
Sydney(config-if)#no shutdown
Sydney(config-if)#interface s0/0
Sydney(config-if)#ip address 172.16.40.2 255.255.255.0
Sydney(config-if)#no shutdown
Enable RIP routing
London#configure terminal
London(config)#router rip
London(config-router)#network 172.16.10.0
London(config-router)#network 172.16.20.0
Tokyo#configure terminal
Tokyo(config)#router rip
Tokyo(config-router)#network 172.16.20.0
Tokyo(config-router)#network 172.16.30.0
Tokyo(config-router)#network 172.16.40.0
Sydney#configure terminal
Sydney(config)#router rip
Sydney(config-router)#network 172.16.40.0
Sydney(config-router)#network 172.16.50.0
Show the London routing table
Show the Tokyo routing table
Show the Sydney routing table
No comments:
Post a Comment