Mar 28, 2008 #1 Glloq007 Technical User Joined Nov 22, 2005 Messages 22 Location 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
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
Mar 28, 2008 #2 jeter Technical User Joined Apr 6, 2000 Messages 1,841 Location US 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. Spc NVARNG Tek-TIP Member 19,650 Upvote 0 Downvote
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. Spc NVARNG Tek-TIP Member 19,650
Apr 2, 2008 #3 UCAtech Technical User Joined Dec 5, 2003 Messages 29 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 Upvote 0 Downvote
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