05-13-2023 01:06 PM
Could somebody show me an example of how to configure BGP in IOS/XR.
05-13-2023 02:16 PM
We do not have much information to work with. What do you want BGP to do? Do you want to connect to an ISP? Or to connect to something else? Or to connect to more than one outside neighbor? Am I correct in assuming that you want to learn some routes from the outside neighbor? Do you want to advertise any routes to your outside neighbor?
At a minimum you need two statements to configure BGP.
- you need the statement router bgp <AS#> where AS# is the Autonomous System number you will use. Probably you will want to use an AS number from the range of numbers reserved for private use. The neighbor to whom you connect may have some advice about what AS number you should use.
- neighbor <IP> <AS#> where IP is the IP address of the neighbor and AS is the Autonomous System Number of the neighbor.
What other commands may be needed depends on what you want to accomplish in BGP.
05-13-2023 02:45 PM
05-14-2023 05:43 AM
I suggest you take a look at these 2 videos:
05-14-2023 08:22 AM
Hello @Carl Williams,
Find here how to configure iBGP and eBGP with Cisco IOS XR:
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