12-15-2021 01:49 PM - last edited on 12-17-2021 04:16 AM by Translator
So I have a BDI on an ASR, and it is a /24. Let's call it 192.168.1.0/24. I have an ASA connected it to it and its outside IP is 192.168.1.100
I want to advertise to my ISP 192.168.1.100/32 via BGP and not the whole /24. How do I accomplish this?
I did add the 192.168.1.100/32 ge 0 to my "prefix-list" but it didn't get advertised, when I checked advertised routes until I put in
ip route 192.168.1.100 255.255.255.255 null 0.
But then, the traffic got dropped.
Solved! Go to Solution.
12-15-2021 09:35 PM
Hi @Ozan1 ,
You need to specify the BDI as the next hop.
ip route 192.168.1.100 255.255.255.255 BDIxxx
Regards,
12-16-2021 03:27 AM - edited 12-16-2021 03:28 AM
Hello @Ozan1
>>>> ip route 192.168.1.100 255.255.255.255 null 0
this is a black hole ! a sink that says silenty packets for the host t be simply discarded !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
follow @Harold Ritter auggestions !
Hope to help
Giuseppe
12-15-2021 09:03 PM - last edited on 12-17-2021 04:16 AM by Translator
we need to know your BGP config how you doing peering with other side. :
But high level below may syntax may help you : ( make sure you understand syntax and test it)
ip prefix-list MyList permit 192.168.1.100/32
router bgp XXX
neighbor x.x.x.x prefix-list MyList out
12-15-2021 09:35 PM
Hi @Ozan1 ,
You need to specify the BDI as the next hop.
ip route 192.168.1.100 255.255.255.255 BDIxxx
Regards,
12-16-2021 06:15 AM
I think this is it! Thank you. I knew I was missing a specific route.
12-16-2021 03:27 AM - edited 12-16-2021 03:28 AM
Hello @Ozan1
>>>> ip route 192.168.1.100 255.255.255.255 null 0
this is a black hole ! a sink that says silenty packets for the host t be simply discarded !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
follow @Harold Ritter auggestions !
Hope to help
Giuseppe
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