ip summary address
Hi
Working through the BSCI self-study guide and on reading Chapter 2 regarding RIP and "ip summary address" command I wish to clarify the summary address used. Am I correct in thinking that to summarise networks 10.1.0.0, 10.1.1.0, 10.1.2.0 and 10.1.3.0 instead of using the command
ip summary-address rip 10.1.0.0 255.255.0.0 she could have used:
ip summary-address rip 10.1.0.0 255.255.252.0 :
TIA
Working through the BSCI self-study guide and on reading Chapter 2 regarding RIP and "ip summary address" command I wish to clarify the summary address used. Am I correct in thinking that to summarise networks 10.1.0.0, 10.1.1.0, 10.1.2.0 and 10.1.3.0 instead of using the command
ip summary-address rip 10.1.0.0 255.255.0.0 she could have used:
ip summary-address rip 10.1.0.0 255.255.252.0 :
TIA
I used to be undecided but now I'm not so sure.
There are only 10 types of people in the world: Those who understand binary, and those who don't!
There are only 10 types of people in the world: Those who understand binary, and those who don't!
Comments
-
tech-airman Member Posts: 953geezer wrote:Hi
Working through the BSCI self-study guide and on reading Chapter 2 regarding RIP and "ip summary address" command I wish to clarify the summary address used. Am I correct in thinking that to summarise networks 10.1.0.0, 10.1.1.0, 10.1.2.0 and 10.1.3.0 instead of using the command
ip summary-address rip 10.1.0.0 255.255.0.0 she could have used:
ip summary-address rip 10.1.0.0 255.255.252.0 :
TIA
geezer,
Which version of RIP do you use manual summary addresses? -
EdTheLad Member Posts: 2,111 ■■■■□□□□□□tech-airman wrote:
geezer,
Which version of RIP do you use manual summary addresses?
*hand waving wildly in the air* would that be 2? *bowing proudly*
Op that is correct, the only caveat you must be mindful on when summarizing rip is that the summary mask must not be less than the classful boundary.Which means you couldn't summarize with
192.168.1.0 255.255.0.0.0, 192 is a class c address, so the summary mask must be 24 or greater.Networking, sometimes i love it, mostly i hate it.Its all about the $$$$ -
geezer Member Posts: 136Thanks for that!I used to be undecided but now I'm not so sure.
There are only 10 types of people in the world: Those who understand binary, and those who don't! -
kryolla Member Posts: 785I dont think RIP is part of BSCI but a summary address is a summary address no matter what procotol your using
http://www.cisco.com/web/learning/le3/current_exams/642-901.htmlStudying for CCIE and drinking Home Brew -
geezer Member Posts: 136Only going by the self-study guide but RIP gives a good grounding in classful behaviour I suppose and an introduction to summarization as well as being easy to configure.I used to be undecided but now I'm not so sure.
There are only 10 types of people in the world: Those who understand binary, and those who don't!