cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
329
Views
5
Helpful
1
Replies

default gateway

stephtchoko
Level 3
Level 3

Please how to configure a router (RTA), running iBGP to distribute defaut router to its neighbor ? How to make to same with eigrp ?

Any suggest will be appreciate.

Best regards

1 Reply 1

ankurbhasin
Level 9
Level 9

HI Stephtchoko,

You jsut need to redistribute the default route.

Eigrp

There are two ways to inject a default route into EIGRP: redistribute a static route or summarize to 0.0.0.0/0. Use the first method when you want to draw all traffic to unknown destinations to a default route at the core of the network. This method is effective for advertising connections to the Internet

The static route that is redistributed into EIGRP does not have to be to network 0.0.0.0. If you use another network, you must use the ip default-network command

Summarizing to a default route is effective only when you want to provide remote sites with a default route. Since summaries are configured per interface, you do not need to worry about using distribute-lists or other mechanisms to prevent the default route from being propagated toward the core of your network. Note that a summary to 0.0.0.0/0 overrides a default route learned from any other routing protocol. The only way to configure a default route on a router using this method is to configure a static route to 0.0.0.0/0. (Beginning in Cisco IOS Software 12.0(4)T, you can also configure an administrative distance on the end of the summary-address command, so the local summary does not override the 0.0.0.0/0 route).

Have a look at this link

http://www.cisco.com/warp/customer/103/eigrp-toc.html#defaultrouting

You may need a CCO login for the same.

HTH

Ankur