cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
371
Views
0
Helpful
1
Replies

ebgp issues

fb_webuser
Level 6
Level 6

hello all,

i created a lab for ebgp......... intersting thing is i can reach the bgp neighbors throuh backup path but still they can not form neighborships..........they can reach & create neighbor through primary path...... all typical setting is ok. i used loopback addreess fro bgp neighbordhip....

can anu one please help me with that?????????

---

Posted by WebUser Muhammad Margub Mahfuz from Cisco Support Community App

1 Reply 1

cadet alain
VIP Alumni
VIP Alumni

Hi, you mean you do something like that:

r1:

int lo0

ip add 1.1.1.1 255.255.255.0

int s1/0

ip add 200.1.1.1 255.255.255.0

no sh

ip route 2.2.2.0 255.255.255.0 s1/0

router bgp 100

nei 2.2.2.2 remote-as 200

nei 2.2.2.2 update-source lo0

nei 2.2.2.2 ebgp-multihop 2

r2:

int lo0

ip add 2.2.2.2 255.255.255.0

int s1/0

ip add 200.1.1.2 255.255.255.0

no sh

ip route 1.1.1.0 255.255.255.0 s1/0

router bgp 200

nei 1.1.1.1 remote-as 100

nei1.1.1.1 update-source lo0

nei 1.1.1.1 ebgp-multihop 2

then there will only be one eBGP peering and that is normal behavior.

Regards.

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.