cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
816
Views
0
Helpful
2
Replies

BGP Peer Group Issue

davidhuynh5
Level 1
Level 1

Please review the three attachments. I am trying to create a peer-group that will form ibgp peering between r1 and r2. When I don't use the peer-group and manually configure the ibgp peering, it works. When i use the peer-group, it does NOT work. Any assistance in figuring out why my peer-group does not work would be greatly appreicated. Thanks in advance.

1 Accepted Solution

Accepted Solutions

cadet alain
VIP Alumni
VIP Alumni

Hi,

on R1:

router bgp 64512

no synchronization

bgp router-id 1.1.1.1

bgp log-neighbor-changes

neighbor IBGP_PEER peer-group

neighbor IBGP_PEER remote-as 65412 

There is a typo here which I bolded. correct it and it should be ok.

Regards.

Alain.

Don't forget to rate helpful posts.

View solution in original post

2 Replies 2

cadet alain
VIP Alumni
VIP Alumni

Hi,

on R1:

router bgp 64512

no synchronization

bgp router-id 1.1.1.1

bgp log-neighbor-changes

neighbor IBGP_PEER peer-group

neighbor IBGP_PEER remote-as 65412 

There is a typo here which I bolded. correct it and it should be ok.

Regards.

Alain.

Don't forget to rate helpful posts.

I'm an idiot. Thank you.