02-25-2019 08:25 AM
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
02-26-2019 07:30 AM - edited 02-26-2019 08:09 AM
@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
02-26-2019 08:17 AM
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!
02-25-2019 10:23 AM
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