Ip subnet Zero & Ip classess [7:35340]

2002-02-13 Thread Arnaldo Gomez
Can someone give a gerneral explanation on these two commands? ip subnet-zero ip-classless What do they do and why would you use them? Thanks. Arnaldo Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=35340&t=35340 -- FAQ, list

Re: Ip subnet Zero & Ip classess [7:35340]

2002-02-13 Thread John Neiberger
This is definitely a topic where you should search the archives. There have been some excellent discussions in the past that have resulted in some great explanations of each of these commands. It would be better for you to read them than to have the original posters type them in all over again.

RE: Ip subnet Zero & Ip classess [7:35340]

2002-02-13 Thread Sean Knox
13, 2002 1:45 PM To: [EMAIL PROTECTED] Subject: Ip subnet Zero & Ip classess [7:35340] Can someone give a gerneral explanation on these two commands? ip subnet-zero ip-classless What do they do and why would you use them? Thanks. Arnaldo Message Posted at: http://www.groupstudy.com/for

Re: Ip subnet Zero & Ip classess [7:35340]

2002-02-13 Thread MADMAN
subnet zero lets you do this: ip address 192.168.1.1 255.255.255.252 ip classless lets you do this ip address 192.168.1.1 255.255.0.0 and probably more importantly it will allow a router to forward a packet via a default route even though router is connected to a subnet of the major netwo

Re: Ip subnet Zero & Ip classess [7:35340]

2002-02-13 Thread PING
ip classless is used to tell the routing protocols which supports VLSM that subnet should be sdvertised as part of the route. ip classfull on the other hand is used to restrict to use major class subnet mask. Nadeem == Arnaldo Gomez wrote: > Can someone give a gerneral explanation on these

Re: Ip subnet Zero & Ip classess [7:35340]

2002-02-13 Thread Tshon
Ok, try this Ip- classless: allows a router to look for routes classlessly (understands subnets) meaning it will do a longest bit match with routes in your routing table but if after checking for subnets it doesn't find one locally then it follows the default route. With out this co