default-gateway , default route, default-network

2000-09-21 Thread jason yee

hi guys,

Please verify if I am right

default route and default-network serves the same
purpose , they both defines the gateway of last resort

whereas, default-gateway defines the gateway of last
resort if ip routing is not enable


Correct me if I am wrong 

thanks

suaveguru


__
Do You Yahoo!?
Send instant messages  get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



Re: default-gateway , default route, default-network

2000-09-21 Thread Ejay Hire

If Ip routing is not enabled, then Ip Packets with a destination outside the 
local subnet are discarded in the router.

Default route (ip route 0.0.0.0 0.0.0.0 1.2.3.4)
Default Gateway (ip default-Gateway 1.2.3.4)
Both create a static Gateway of last resort that is redistributed by IGP's 
except for IGRP and EIGRP.

EIGRP and IGRP do not understand default routes created this way, so they 
require a different command.
ip Default-Network 10.0.0.0
This command redistributes a route to all of the IGRP/Eigrp routers that 
says "If you don't know where it goes, then send it to Network 10.0.0.0, one 
of the routers there will get it to the right place."

Hope that helps.

In case your brain wasn't full enough, here's a tidbit on Default route 
administrative distances.
ip route 0.0.0.0 0.0.0.0 1.2.3.4  - Default Admin Distance 1
ip route 0.0.0.0 0.0.0.0 Serial 0 - Default Admin Distance 0

Static routes default to an Admin Distance of 1, Directly connected networks 
default to a Admin Distance of 0.  Therefore, a default route to an 
interface is seen as a directly connected network.
Original Message Follows
From: jason yee [EMAIL PROTECTED]
Reply-To: jason yee [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: default-gateway , default route, default-network
Date: Thu, 21 Sep 2000 00:17:37 -0700 (PDT)

hi guys,

Please verify if I am right

default route and default-network serves the same
purpose , they both defines the gateway of last resort

whereas, default-gateway defines the gateway of last
resort if ip routing is not enable


Correct me if I am wrong

thanks

suaveguru


__
Do You Yahoo!?
Send instant messages  get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]