quick summarization question

rakemrakem Member Posts: 800
say i have 4 networks, with these IP addresses

192.168.0.1 /24
192.168.1.1 /24
192.168.2.1 /24
192.168.3.1 /24

these could be summarized as 192.168.0.0 255.255.252.0 right?

since this mask would allow for ranges from 192.168.0.0 to 192.168.4.0

hence the command i could use to manually summarize these would be:

ip summary-address eigrp 10 192.168.0.0 255.255.252.0
CCIE# 38186
showroute.net

Comments

  • wait2dominatewait2dominate Member Posts: 74 ■■□□□□□□□□
    The only thing I saw 'wrong' was the range....it should be from 192.168.0.0 to 192.168.3.255, not 192.168.4.0. 4.0 is a new network.
    Brake lights are a sign your car doesn't handle well enough.

    CCNP or MCSE is next to come.
  • dtlokeedtlokee Member Posts: 2,378 ■■■■□□□□□□
    rakem wrote:
    say i have 4 networks, with these IP addresses

    192.168.0.1 /24
    192.168.1.1 /24
    192.168.2.1 /24
    192.168.3.1 /24

    these could be summarized as 192.168.0.0 255.255.252.0 right?

    since this mask would allow for ranges from 192.168.0.0 to 192.168.4.0

    hence the command i could use to manually summarize these would be:

    ip summary-address eigrp 10 192.168.0.0 255.255.252.0

    The reange would be 192.168.0.0 to 192.168.3.0 with that summary address, so that is correct.
    The only easy day was yesterday!
  • rakemrakem Member Posts: 800
    The only thing I saw 'wrong' was the range....it should be from 192.168.0.0 to 192.168.3.255, not 192.168.4.0. 4.0 is a new network.

    ah yea of course... cheers guys.
    CCIE# 38186
    showroute.net
Sign In or Register to comment.