Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Test WAN and EIGRP

Status
Not open for further replies.

ManagerJay

IS-IT--Management
Joined
Jul 24, 2000
Messages
302
Location
US
Before making our cutover to our new numbering scheme, I am testing everything to make sure it will work as expected. I have two Cisco 1600 routers with a built is 56K CSU/DSU. I have successfully connected the two routers and I am able to ping between them without any problems.

The configuration on what is the router at the center of the star is

router eigrp 25
network 199.223.158.0

The IP address of s0 on the second router is 199.223.158.129.


The second router has the following configuration.

router eigrp 25
network 12.0.0.0

Both routers are running HDLC encapsulation.

Any suggestions anyone has would be greatly appreciated.

Thanks in advance.



Jay


 
Is this a point to point or a frame relay connection?

Why are you wanting to run EIGRP with 2 routers? If I had 2 routers I would setup a static route.
Jeter@LasVegas.com
Fisher CCNA,(Routing)
[americanflag]
 
This is just the test setup. Once the configuration is finalized, there will be 7 sites on the network.

Currently, I am using a point-to-point connection for testing. The final configuration will use frame-relay.



Jay
 
ok that will work ok, I would add the no auto-summary statement in the setup. Since your using frame relay do not forget the also add the bandwidth of the cir in the table example

router eigrp 25
network 199.223.158.0
bandwith (CIR of the interface)
no auto-summary Jeter@LasVegas.com
Fisher CCNA,(Routing)
[americanflag]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top