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!

Total Noob: How to change a default-route?

Status
Not open for further replies.

Accendo

Technical User
Apr 10, 2008
2
GB
This is Lab Environment:
I want to configure a default route on R1 to the internet and propagate the default route to R2 using OSPF. The routers are connected via Serial ofc. and R1 is connected to the net via it's FastEthernet port.

THANKS!!!
 
To create a default route you would have to have the following in the config:

Code:
ip route 0.0.0.0 0.0.0.0 [ip you want traffic to go to]

to propagate it into OSPF you would have to include the network 0.0.0.0 in your OSPF config. This normally isn't done, default routes are normally propagated through BGP or just statically set on each router.

Ben Boyd
Network Engineer/Programmer/Student
Windstream Communications
JNCIA, JNCIS, CCNP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top