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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BGP question

Status
Not open for further replies.

Glloq007

Technical User
Nov 22, 2005
22
0
0
LU
Hi,

How to send my default gateway address through BGP to my neighbor router ?
That means my default gateway address will become his default gateway.

Thanks a lot for your help
 
Redestribute your static route into bgp.

A topology and a description of exactly what you are trying would be needed to fully understand your requirements.




[americanflag] Spc NVARNG
Tek-TIP Member 19,650
 
this is done easily with what he said above:

Code:
conf t
ip route 0.0.0.0 0.0.0.0 Gateway
route-map static-to-bgp permit 10
set orgin igp
router bgp X
redistribute static route-map static-to-bgp
exit

hope this helps

Ben Boyd
Network Engineer/Programmer/Student
Windstream Communications
Linuxbox Server Stats: 700mhz, 1024 MB RAM, 120 GB HD, Fedora 3
Laptop Stats: 2.0 Ghz, 1024MB RAM, 40GB HD, Windows XP Professional
Desktop Stats: 2.6 Ghz, 4096MB RAM, 3 x 120 GB HD, 8500GT, Windows XP 64bit Edition
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top