View Single Post
Forsaken_GA
BOFH - Network Division
 
Join Date: Aug 2008
Posts: 1,484

Forsaken_GA is just really niceForsaken_GA is just really niceForsaken_GA is just really niceForsaken_GA is just really nice
Old 07-03-2009, 08:02 PM   #2 (permalink)

By default, rip acts as a classful routing protocol, which means it will summarize on classful boundaries unless you tell it not to.

In your first example, with auto-summary on, 192.168.3.0 is a classful network, a class C, hence it's being advertised with a /24 mask.

When you turned it off, it advertised it as a /30, which tells me that the interface is configured with a 255.255.255.252 mask.

If auto-summary is on, you shouldn't be seeing the /30 mask.

As for why it's needed, it's really not needed. But if you're designing your network along class boundaries, it's useful. You do want to summarize when possible, it keeps your routing tables small

Forsaken_GA is offline   Reply With Quote