Also if you are wanting to propagate a default route in a OSPF network the
commands are as follows...

OSPF
Normal Areas:
default-information originate

NSSA Areas:
area <x> nssa default-information originate

There are many options to these commands..look them up in the command
reference to view all possibilities

-c


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Ole Drews Jensen
Sent: Wednesday, May 24, 2000 12:10 PM
To: 'Jacques Lee'; [EMAIL PROTECTED]
Subject: RE: Static route /default route


If you want route traffic destined for network 10.0.0.0 to 172.16.0.2 and
unknown networks to 192.168.16.1 you can do as follows:

Router#conf t
Router(config)#ip route 10.0.0.0 255.255.255.0 172.16.0.2
Router(config)#ip route 0.0.0.0 0.0.0.0 192.168.16.1
Router(config)#^Z
Router#

Hth,

Ole

~~~~~~~~~~~~~~~~~~~~~~~~~
 Ole Drews Jensen
 Systems Network Manager
 CCNA, MCSE, MCP+I
 RWR Enterprises, Inc.
 [EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~

> -----Original Message-----
> From: Jacques Lee [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 24, 2000 9:58 AM
> To: [EMAIL PROTECTED]
> Subject: Static route /default route
>
>
> Sorry but can anyone pls tell me the command config a static route and
> default route?
> I'm drilling the OSPF and EIGRP and suddenly forgot it,
> having no idea where
> to find
> it out from my stacks of books.
>
> I'm sorry for this........
>
> Thx
>
> Jacques Lee
> CCNA
>
> ___________________________________
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>

___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to