View Single Post
Forsaken_GA
BOFH - Network Division
Registered Member
 
Forsaken_GA's Avatar
 
Join Date: Aug 2008
Location: The Plane of Suck
Posts: 1,172

Certifications: CCNP, CCDP, MCP, A+
Forsaken_GA is a jewel in the roughForsaken_GA is a jewel in the roughForsaken_GA is a jewel in the roughForsaken_GA is a jewel in the rough
Old 07-03-2009, 09: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



__________________
--- Tearline v1.0
* Origin: narco.noctum.net 'So what if you can see the dark inside of me...' (127:0/0.1)

"We think the packets are being devoured by Nidhoggr, the Net Serpent"

Forsaken_GA is offline   Reply With Quote