Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

not advertising static route for private network

Status
Not open for further replies.

csross

MIS
Dec 21, 2003
92
US
I am new to this so bear with me.

Inside my network I have servers using public addresses and I use private addresses for my pcs, and devices on both nets communicate amongst themselves. I need to add a route to my router attached to the internet so packets know how to get back to the 10 network. There are no gateway statements on the servers to get back to the private network.

ip route 10.1.1.0 255.255.255.0 192.123.64.249

The 192.246.69.249 address is an interface on a router between the two networks.

I'm running bgp on the internet router and I do not want that route advertised. Is there a way to prevent it or do I even need to?

Thanks
 
as long as you don't have this command in your bgp statements

redistribute static

you should be ok ????
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top