cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1136
Views
0
Helpful
5
Replies

BGP advertise network which is not configure in device.

Chin
Level 1
Level 1

Currently I am configure a bgp between 2 ASAs. Attached is my diagram.

I have a problem, I did configured my ASA-A interface with 10.64.150.8/25 and ASA-B interface with 10.64.150.1/25 and able to ping each other. 

 

When I want to advertise network 10.64.151.0/25 (which is not configure in loopback or any interface and no static route for it). What is the BGP statement advertise this 10.64.151.0/25 in my bgp routing table?

 

Please assist. 

1 Accepted Solution

Accepted Solutions

Hello,

 

on a side note, and in addition to Richard's remarks, the easiest way to advertise the route is to inject a null route:

 

route null0 10.64.151.0 255.255.255.128

 

This will allow you to advertise the network...

View solution in original post

5 Replies 5

Richard Burts
Hall of Fame
Hall of Fame

Perhaps there is something in your situation that I am not understanding correctly. If you want BGP to advertise a network there must be an entry for that network in your routing table. What is 10.64.151.0/25 and how will it work if it is not configured on any interface and there is no static route for it?

 

HTH

 

Rick

HTH

Rick

Hi Richard, 

 

10.64.151.0/25 is a network not exist in routing table and use as NAT purpose. Agreed with you that the BGP route won't show up 10.64.151.0/25 if it not configure on any interface and no static route. 

Hello,

 

on a side note, and in addition to Richard's remarks, the easiest way to advertise the route is to inject a null route:

 

route null0 10.64.151.0 255.255.255.128

 

This will allow you to advertise the network...

Hi Georg,

 

Thanks. I tested with my GNS3 with your command and it work. I will try this in real scenario. 

Hello

FYI - Just one caveat to this is that now any traffic destined for that subnet reaches your bgp rtr is will be blackholed

 

res

Paul

 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul