cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1264
Views
0
Helpful
3
Replies

Need help with understanding default route

mirror512
Level 1
Level 1

hi ,

I am trying  lot but i am not fully able to understood default route.

From my under standing , this means that for all routes which router don't know , send it to this addrress.

What is the difference between these commands

  • ip default-network 20.20.20.1
  • default-information originate
  • ip route 0.0.0.0 0.0.0.0 nullo        ---- in this why he didn't choose which network to send default route
1 Accepted Solution

Accepted Solutions

Hi,

ip default-network must be used on EIGRP
default-information originate - used with OSPF, RIP

Please see the below ones for complete information.

This article is about IP Default-network...
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094374.shtml#ipnetwork


This article is on default-information originate...
http://www.cisco.com/en/US/docs/ios/12_3t/ip_route/command/reference/ip2_c1gt.html#wp1094465


Please rate the helpful posts.
Regards,
Naidu.

View solution in original post

3 Replies 3

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

Have a look at this doc.  It explains the deference between default network, default gateway and default route.

HTH

http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094374.shtml

Hi,

ip default-network must be used on EIGRP
default-information originate - used with OSPF, RIP

Please see the below ones for complete information.

This article is about IP Default-network...
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094374.shtml#ipnetwork


This article is on default-information originate...
http://www.cisco.com/en/US/docs/ios/12_3t/ip_route/command/reference/ip2_c1gt.html#wp1094465


Please rate the helpful posts.
Regards,
Naidu.

Hi,

ip default-network  was used for RIP and IGRP and was transposed to EIGRP but  the prefered way is simply to redistribute static.

Regards.

Alain.

Don't forget to rate helpful posts.