09-14-2011 05:30 AM - edited 03-04-2019 01:36 PM
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.
Solved! Go to Solution.
09-14-2011 05:59 AM
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.
09-14-2011 05:59 AM
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.
09-14-2011 08:29 AM
I'm an idiot. Thank you.
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