Thursday 14 April 2011

EIGRP - OSPF Case Study

Lab -2















 Instructions
Plan, design, and implement the complex International Travel Agency (ITA)
EIGRP network based on the above diagram and following specifications.
Implement the design on the lab set of routers. Verify that all configurations are
operational and functioning according to the guidelines.

Scenario
The ITA needs its core network set up with EIGRP with the following
specifications. It has also recently acquired Local Travel Agency, which was
running OSPF. Use the addressing scheme shown in the diagram.


• The ITA core network is running EIGRP in AS 1.
• Summarize the loopback interfaces on R2 with the best possible summary to the other EIGRP routers
• Loopback 192 on R3 represents a connection to the Internet. Originate a default route into EIGRP from R3.
• The Local Travel Agency router, R4, needs to communicate with the ITA core via OSPF area 0.
• Redistribute OSPF into EIGRP.
• Originate a default route into the OSPF process from R3.
• Configure R2 to act as a DHCP server on the Ethernet subnet between R2 and R3.



config u can copy and paste.
R1-
hostname R1

no ip domain lookup

!
interface Loopback1
 ip address 192.168.1.1 255.255.255.252
!
interface Serial0/0
 ip address 192.168.1.129 255.255.255.252
no shut
 serial restart-delay 0
 clock rate 64000
!
interface Serial0/1
 ip address 192.168.1.133 255.255.255.252
no shut
 serial restart-delay 0
!
interface Serial0/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial0/3
 no ip address
 shutdown
 serial restart-delay 0
!
router eigrp 1
 network 192.168.1.0 0.0.0.0
 network 192.168.1.128 0.0.0.3
 no auto-summary
!
end


R2-
hostname R2

no ip domain lookup

!
interface Loopback101
 ip address 192.168.1.101 255.255.255.252
!
interface Loopback105
 ip address 192.168.1.105 255.255.255.252
!
interface Loopback109
 ip address 192.168.1.109 255.255.255.252
!
interface Loopback113
 ip address 192.168.1.113 255.255.255.252
!
interface Serial0/0
 ip address 192.168.1.130 255.255.255.252
no shut
 serial restart-delay 0

interface FastEthernet1/0
 ip address 192.168.1.161 255.255.255.224
no shut
 duplex auto
 speed auto
!
end
R3-
hostname R3
no ip domain lookup

interface Loopback5
 ip address 192.168.1.5 255.255.255.252
!
interface Loopback192
 ip address 192.168.100.1 255.255.255.0
!
!
!
interface Serial0/0
 ip address 192.168.1.134 255.255.255.252
no shut
 serial restart-delay 0
 clock rate 64000
!
interface Serial0/1
 ip address 10.1.1.3 255.255.255.248
no shut
 serial restart-delay 0
 clock rate 64000

interface FastEthernet1/0
 ip address 192.168.1.162 255.255.255.224
no shut
 duplex auto
 speed auto
end


R4-
hostname R4

no ip domain lookup

interface Serial0/0
 ip address 10.1.1.4 255.255.255.248
no shut
 serial restart-delay 0

No comments:

Post a Comment