10-07-2004 10:23 PM - edited 03-02-2019 07:05 PM
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?
10-08-2004 03:18 AM
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,
10-08-2004 07:58 AM
Thanks! I'll try that soon! Reason for doing this is to have some form of control.
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