cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3868
Views
0
Helpful
17
Replies

BGP basic configuration - iOS XR (ASR 9010).

viniicio
Level 1
Level 1

Hello dear community of CISCO,

 

My name is Vinicio. I am currently configuring a Cisco ASR9010 device but I am having difficulty configuring the BGP protocol, I would greatly appreciate it if someone could give me the steps and the sequence of steps to configure BGP.
The data of my router are the following.

 

* ASR 9010 8 Line Card Slot Chassis with V1 DC PEM
* Cisco IOS XR Software, Version 5.3.4

17 Replies 17

@tkarnani ,please see the attached image, there you will find the result.


A query to announce my prefixes only with the following commands would work?

 

Router bgp 10000
address-family ipv4 unicast
   network 192.168.232.0/24
   network 192.168.233.0/24
   network 192.168.234.0/24
   network 192.168.235.0/24

we can check show bgp ipv4 unicast neighbor 1.2.3.4 advertised-routes to see what we are sending.

 

we will need a local prefix in our routing table in order to advertise these routes

not sure if you have this.

192.168.232.0/24

 

you can try using a static route to null0 to achieve this

 

router static
address-family ipv4 unicast
192.168.232.0/24 Null0
!
!
end

 

thanks!

 

 

Please, configure bgp router-id.
Jaderson Pessoa
*** Rate All Helpful Responses ***