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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Static routes and EIGRP

Status
Not open for further replies.

ameyUK

IS-IT--Management
Dec 20, 2006
76
GB
hi there,

we have three sites with EIGRP dynamic routing enabled. I would like to enable static in one site for a specified system. My question is can i achieve this if so what are risks and what do i need to be aware off.

thanks,
ameyuk
 
Hello AmeyUk

Should be no problem to do this.

log onto to the router that you wish to attach your specific system (new server?) and create a static route pointing to it, then log into the EIGRP AS on the router and use the 'redistribute static' command to distribute the static route to the other EIGRP routers

Example =

your 'specific system' as mentioned above has an ip address of 172.16.1.20, and resides on the 172.16.1.0/24 network, which is currently accessible via the FastEthernet port 0/0 on Router1. You are running EIGRP AS number 2015.

Router1(Config)#ip route 172.16.1.0 0.0.0.255 fa0/0 (this creates the static route)
Router1(Config)#router EIGRP 2015 (this puts you into EIGRP config)
Router1(config-router)#redistribute static

you should now see the 172.16.1.0 network in the routing tables of your other routers with an AD of 170, as opposed to 90

Paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top