08-04-2022 01:36 AM
Hello All,
I have configured the following setup.
XR1 and XR2 has ebgp session.
XR1 and XR3 has ebgp session.
XR2,XR3, XR4 and XR5 are ibgp neighbors. XR4 is the RR.
XR1
/. \
XR2 XR3
\ /
XR4
|
XR5
XR1 is advertising 1.1.1.1.
I have configure bgp additional path on XR4 and XR5 so that XR5 has multiple paths for 1.1.1.1.
XRV4
-----------------------------------------
int gi0/0/0/1
ip address 100.20.40.4 255.255.255.0
no sh
int gi0/0/0/0
ip address 100.30.40.4 255.255.255.0
no sh
int gi0/0/0/2
ip address 100.40.50.4 255.255.255.0
no sh
int lo0
ip address 4.4.4.4 255.255.255.255
exit
router bgp 12
address-family ipv4 unicast
additional-paths send
exit
session-group session1
remote-as 12
update-source lo0
exit
af-group af1 address-family ipv4 unicast
route-reflector-client
exit
neighbor 2.2.2.2
use session-group session1
address-family ipv4 unicast
use af-group af1
exit
neighbor 3.3.3.3
use session-group session1
address-family ipv4 unicast
use af-group af1
exit
neighbor 5.5.5.5
use session-group session1
address-family ipv4 unicast
use af-group af1
exit
router ospf 1
area 0
int gi0/0/0/1
int gi0/0/0/0
int gi0/0/0/2
int lo0
exit
XRV5
-----------------------------------------
int gi0/0/0/2
ip address 100.40.50.5 255.255.255.0
no sh
int lo0
ip address 5.5.5.5 255.255.255.255
exit
router bgp 12
address-family ipv4 unicast
additional-paths receive
exit
session-group session1
remote-as 12
update-source lo0
exit
neighbor 4.4.4.4
use session-group session1
address-family ipv4 unicast
exit
router ospf 1
area 0
int gi0/0/0/2
int lo0
exit
But still, I see only one path on XRV5. I am not sure what configuration am I missing ?
RP/0/0/CPU0:ios#show bgp ipv4 unicast
Network Next Hop Metric LocPrf Weight Path
*>i1.1.1.1/32 2.2.2.2 0 100 0 1 i
Processed 1 prefixes, 1 paths
Thanks,
Sachin
Solved! Go to Solution.
08-04-2022 07:37 AM
Hi @sachin30720041 ,
Make sure you configure the following:
XR2 & XR3:
router bgp 12
address-family ipv4 unicast
additional-paths send
advertise best-external
additional-paths selection route-policy ADD-PATH
!
!
route-policy ADD-PATH
set path-selection all advertise
end-policy
!
XR4:
router bgp 12
address-family ipv4 unicast
additional-paths send
additional-paths receive
additional-paths selection route-policy ADD-PATH
!
!
route-policy ADD-PATH
set path-selection all advertise
end-policy
!
Regards,
08-04-2022 02:27 AM - edited 08-08-2022 02:31 AM
check my below comment
08-04-2022 07:37 AM
Hi @sachin30720041 ,
Make sure you configure the following:
XR2 & XR3:
router bgp 12
address-family ipv4 unicast
additional-paths send
advertise best-external
additional-paths selection route-policy ADD-PATH
!
!
route-policy ADD-PATH
set path-selection all advertise
end-policy
!
XR4:
router bgp 12
address-family ipv4 unicast
additional-paths send
additional-paths receive
additional-paths selection route-policy ADD-PATH
!
!
route-policy ADD-PATH
set path-selection all advertise
end-policy
!
Regards,
08-05-2022 03:44 PM - edited 08-08-2022 02:31 AM
check my below comment
08-08-2022 02:30 AM - edited 08-21-2022 12:11 PM
...
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