Cisco, How to do a subnetting scheme using VLSM and RIP-2?

Posted by Andrei T. Ursan on Server Fault See other posts from Server Fault or by Andrei T. Ursan
Published on 2010-04-12T14:12:03Z Indexed on 2010/04/12 14:13 UTC
Read the original article Hit count: 311

Filed under:
|
|

I'm studying for my CCNA exam and I have to create a VLSM scheme using RIP-2 for the following requirements: (this is an exercise)

  1. Use the class C network 192.168.1.0 network for your point-to-point connections

  2. Using the Class A network 10.0.0.0, plan for the following number of hosts in each location: New York: 1000 Chicago: 500 Los Angeles: 1000

  3. On the LAN and point-to-point connections, select subnet masks that use the smallest ranges of IP addresses possible given the above requirements.

  4. In all cases, use the lowest possible subnet numbers. Subnet zero is allowed.

My guess is the following:

New York: S0/0 192.168.1.1 /24 Fa0/0 10.1.0.1 netmask 255.255.248.0 - because we need 1000 hosts
Chicago: S0/0 192.168.1.2 /24 Fa0/0 10.2.0.1 netmask 255.255.252.0 (for 500 hosts)
Los Angeles: S0/0 192.168.2.3 /24 Fa0/0 10.3.0.1 netmask 255.255.248.0 (for 1000 hosts)

Is this a good configuration? I'm reading the CCNA book but not everything is very clear, so I said to do some exercises...

Thank you!

© Server Fault or respective owner

Related posts about ccna

Related posts about cisco