06-02-2016 02:13 PM - edited 03-05-2019 04:08 AM
Hello everyone i am new on this community. I have a problem configurating BGP protocol in a network. i made a simulation of the situation and attach the image. My problem is in the AS number 65032. In that AS i have OSPF as IGP and i don t know how to configure iBGP in the routers n5 and n4.
Solved! Go to Solution.
06-02-2016 04:29 PM
Hello
If you are having reachability between N4 and N5 via IGP (OSPF) and you can ping <loopback n5> source <loopback n4>, then you can configure the IBGP sessions over the loopback address
n4
router bgp 65032
bgp router-id x.x.x.x
no bgp default ipv4-unicast
nei <loopback n5> remote-as 65032
nei <loopback n5> update-source lo0
address-family ipv4 unicast
nei <loopback n5> activate
Similarly you can configure on n5.
Hope this helps.
Regards
Vinit
06-02-2016 04:29 PM
Hello
If you are having reachability between N4 and N5 via IGP (OSPF) and you can ping <loopback n5> source <loopback n4>, then you can configure the IBGP sessions over the loopback address
n4
router bgp 65032
bgp router-id x.x.x.x
no bgp default ipv4-unicast
nei <loopback n5> remote-as 65032
nei <loopback n5> update-source lo0
address-family ipv4 unicast
nei <loopback n5> activate
Similarly you can configure on n5.
Hope this helps.
Regards
Vinit
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