04-26-2008 08:22 AM - edited 03-05-2019 10:37 PM
Hi,
I have attached two text files each of which outlines a different BGP configuration. I have done these two codument to achive a BGP connection to two different providers while we receice Partial routes from them and if one goes down the other one picks up the whole traffic. Both link must be active at all time and one picks up all traffice when one become unavailable.
I have configured these two different approached using my own experience and BGP Book by Halani (Cisco Press). Please see if you can find problems in these two files and advis ewhich one will be a better configuration to uese. I don't have time for testing and it must work the first time! and for this reason I have asked for your assistance.
Also, I want to use the Loopback Interface instead of a physical one since I only have one blade of rj45 ports on this 6506 but i am confused of how to use the loopback int in terms of how to connect that interface to providers router? how do i bound loopback to an actual interface?
I know the extra command for BGP when using loopback int but don't know how to bound thaat to a physical interface?
Please advise.
Regards,
Mike
05-05-2008 09:01 AM
For the configuration for the loopback interface use the follow commands
Here is the example :
router# configure
router(config)# interface Loopback 1
router(config-if)# ipv4 address 172.18.189.38/32
router(config-if)# end
Uncommitted changes found, commit them? [yes]: yes
router# show interfaces Loopback 1
Refer the below links which will help you for the configuration for the multihomed BGP network :
http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a00800945bf.shtml
http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a0080093f2c.shtml
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide