Re: IP route 0.0.0.0 vs 255.255.255

From: eicc tester (reto_ccie@yahoo.com)
Date: Thu May 24 2007 - 12:19:29 ART


1)
  ip route 0.0.0.0 0.0.0.0 2.2.2.2
in this case any destination IP address will be direct to 2.2.2.2
  2)
  ip route 0.0.0.0 255.255.255.255 2.2.2.2
in this case only a packet with a destination IP=0.0.0.0 will be direct to 2.2.2.2
  

Radioactive Frog <pbhatkoti@gmail.com> wrote:
  Hi Group,
What and where is the scenario when we should use:

ip route 0.0.0.0 0.0.0.0
Vs.
ip route 0.0.0.0 255.255.255.255

What if I do on a router both route? For example:

ip route 0.0.0.0 0.0.0.0 2.2.2.2
ip route 0.0.0.0 255.255.255.255 2.2.2.2

Frog



This archive was generated by hypermail 2.1.4 : Fri Jun 01 2007 - 06:55:22 ART