Date of Issue: 04-01-2000 IP Routing Lab Scenarios by Howard Berkowitz IP Routing Scenario 1 - RIP Sample Configuration Router Parsley Router Sage Router Rosemary IP Routing Scenario
Trang 1Date of Issue: 04-01-2000
IP Routing Lab Scenarios
by Howard Berkowitz
IP Routing Scenario 1 - RIP
Sample Configuration
Router Parsley
Router Sage
Router Rosemary
IP Routing Scenario 2 - IGRP
Sample Configuration
Router parsley
Router Sage
Router Rosemary
IP Routing Scenario 1 - RIP
Fill in the needed IP address and network statements to make the configuration in Figure 1 work.
Figure 1
Sample Configuration
Router Parsley
no ip subnet-zero
hostname parsley
!
int e0
description shared Ethernet
ip address _
ip directed-broadcast
int s0
description serial link to sage
ip address _
int s1
description serial link to rosemary
ip address _
Trang 2router rip
network _
network _
ip host sage _
ip host rosemary _
no ip domain-lookup
no service config
Router Sage
no ip subnet-zero
hostname sage
!
int e0
description shared Ethernet
ip address _
ip directed-broadcast
int s0
description serial link to parsley
ip address _
int s1
description serial link to rosemary
ip address _
router rip
network _
network _
ip host parsley _
ip host rosemary _no ip domain-lookup
no service config
Router Rosemary
no ip subnet-zero
hostname rosemary
!
int e0
description shared Ethernet
ip address _
ip directed-broadcast
int s0
description serial link to rosemary
ip address _
int s1
description serial link to sage
ip address _
router rip
network _
network _
ip host parsley _
ip host sage _
no ip domain-lookup
no service config
IP Routing Scenario 2 - IGRP
Convert the network you created in Scenario 1 to IGRP As you convert to IGRP, renumber the interfaces on each router (or pair of routers when necessary) to be in the 172.16.0.0 address space, using the subnet mask of
255.255.255.0 This mask will waste some address space
As you make each change, do show ip route, show ip protocols, ping and traceroute to check connectivity If a
link you think should be reachable is not, wait about 5 minutes to see if the needed update is being suppressed or
Trang 3has not yet arrived.
Sample Configuration
Router parsley
no ip subnet-zero
hostname parsley
!
int e0
description shared Ethernet
ip address 172.16.1.33 255.255.255.0
int s0
description serial link to sage
ip address 172.16.2.0 255.255.255.0
int s1
description serial link to rosemary
ip address 172.16.3.0 255.255.255.0
router igrp 1
network 172.16.0.0
ip host sage _
ip host rosemary _
no ip domain-lookup
no service config
Router Sage
no ip subnet-zero
hostname sage
!
int e0
description shared Ethernet
ip address _ _
int s0
description serial link to parsley
ip address _ _
int s1
description serial link to rosemary
ip address _ _
router igrp 100
network _
network _
ip host parsley _
ip host rosemary _
no ip domain-lookup
no service config
Router Rosemary
no ip subnet-zero
hostname rosemary
!
int e0
description shared Ethernet
ip address _
int s0
description serial link to rosemary
ip address
int s1
Trang 4description serial link to sage
ip address
router igrp 100
network
network
ip host parsley
ip host sage
no ip domain-lookup
no service config
[NA-IPRO-LS1&2-F02]
[2000-03-29-01]
Copyright © 2000 Genium Publishing Corporation