cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
543
Views
5
Helpful
7
Replies

IOS XR | RPL for BGP multihoming routing manipulation

Ibrahim Jamil
Level 6
Level 6

Hello Cisco experts

 kindly , any Configuration example with RPL for BGP multihoming routing manipulation 

thanks all

7 Replies 7

Vinit Jain
Cisco Employee
Cisco Employee

Can you please elaborate your question. What kind of route manipulation you are looking for. there is a very brief example of RPL that we used in IOS XR workbook that we created sometime back:

https://supportforums.cisco.com/document/12068666/introduction-cisco-ios-xr-technical-workbook

If there is anything specific that you are looking for, then please do let me know.

Regards

Vinit

Thanks
--Vinit

Hi vinit

thanks for answering 

I have this book along with XR book from ciscopress , didn't help

bro i need the same Syntax in the below link but for IOS XR  , i have the same scenario 

http://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/13762-40.html#conf5

thanks

Hello Ibrahim

I will look into this configuration and get back to you with the solution.

Regards

Vinit

Thanks
--Vinit

Hello bro vinit

thanks thanks a lot , i am waiting this one bro

thanks

Hello vinit

did y make it bro

thanks

Hello Ibrahim

Please find the configuration for router R2:

router bgp 100
address-family ipv4 unicast
network 10.10.10.0/24
network 10.10.20.0/24
exit

neighbor 192.168.21.1
remote-as 100
address-family ipv4 unicast
next-hop-self

neighbor 192.168.42.4
remote-as 400
address-family ipv4 unicast
route-policy AS400-In in
route-policy AS400-Out out


route-policy AS400-In
if as-path in (ios-regex '^400$') then
set local-preference 150
pass
endif
end-policy

route-policy AS400-Out
if destination in (10.10.10.0/24) then
prepend as-path 100
pass
elseif destination in (10.10.20.0/24) then
pass
else
drop
endif
end-policy

Hope this helps.

You can build the other configuration based on this.

Regards

Vinit

Thanks
--Vinit

thanks vinit

bro can u drop me ur e-mail ID in  private msg , so that i communicate with you

, i have seen ur profile at ciscolive , you are the king of BGP , bro i have complex BGP Multihoming , i cant publish details PI IPs and AS here

i need ur help to complete this 

thanks bro 

Review Cisco Networking for a $25 gift card