BO CCNA Course/coursematerials/RIP Router Setup

From Teknologisk videncenter
Jump to: navigation, search

Setup

Connect the following equipment in Packet Tracer

Network Setup

Tasks

  1. Create Labels indicating the different networks
  2. Document the IP addresses assigned to the devices using Labels
  3. Do a basic Router configuration
    1. Configure hostname
    2. Configure an enable password
    3. Configure a VTY password
    4. Configure a Console password
    5. Enable password encryption
    6. Set a loggin banner


Use the show commands you know to verify Layer1+2 connectivity?

  1. Configure IP addresses
    1. The Lowest IP address should be assigned to the Router on each LAN segment
    2. The DCE Router should use the lowest IP address on each Serial line
    3. The DTE Router should use the second IP address on each Serial line
    4. Connect a PC to all the end networks, and give it the .10 IP address


Are all the end devices able to ping their Default Gateway?

Are all the Routers able to ping their neighbours?

  1. Configure RIPv1 routing
    1. Enable debug ip rip on the routers as you enable RIP
    2. Configure the network statement on all the connected networks. Remember: only use the classfull network
    3. Verify the routing table on all the routers
    4. Disable debuging


What is the network address R2 propagetes to R3?

Do the routers support receiving RIPv2 packets?

Do all the routers see all the networks with the correct network mask?

Are all the end devices able to ping the other end devices?

  1. Configure RIPv2 Routing
    1. Enable debug ip rip on the routers as you enable RIPv2
    2. Configure all the routers to use RIPv2


Why does R2 still propagate the classfull 172.30.0.0/16 network to R3?

  1. Configure the routers to disable auto summerization at the boundary router


Do you now have the expected routing table?

  1. Loopback Interfaces
    1. Subnet the 10.240.0.0/23 into 8 smaller subnets with 62 host addresses on each
    2. Assign the lowest addres on the first 4 subnets to 4 Loopback interfaces on R1
    3. Assign the lowest addres on the highest 4 subnets to 4 Loopback interfaces on R3
    4. Add all the Loobpack interfaces to RIP


Do a debug - Is RIP sending updates on the Loopback interfaces?

  1. Disable updates on the Loopback interfaces



  1. Move 3 of the Loopback interfaces with theire network from R3 to R1
  2. Create a summary route for the entire 10.240.0.0/23 on R1 and redistribute it into RIP


Now take a look at the routing table on R3