cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2434
Views
0
Helpful
2
Replies

BGP host route advertising

kwok-foong.wong
Level 1
Level 1

Hi,

how do I advertise a single host route into BGP? For example, I have a FE interface with an ip address of 10.10.10.1/24. How do I, in this case, advertise a server ip address, 10.10.10.5/32 without advertising the entire subnet, i.e. 10.10.10.0/24 into BGP?

2 Replies 2

Harold Ritter
Spotlight
Spotlight

You could do the following.

network 10.10.10.5 mask 255.255.255.255

ip route 10.10.10.5 255.255.255.255 FE0/0

But why don't you want to advertise the entire subnet.

Hope this helps,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

Thanks! I'll try that soon! Reason for doing this is to have some form of control.