28.06.2014 Views

Learning by Doing: CISCO Certified Network ... - SCN Research

Learning by Doing: CISCO Certified Network ... - SCN Research

Learning by Doing: CISCO Certified Network ... - SCN Research

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Step-<strong>by</strong>-Step Instructions:<br />

1. Cable the lab as shown.<br />

2. Complete the basic router setup on each router.<br />

3. Configure the interfaces on each router.<br />

4. Configure the routing protocol and advertise/associate/publish the router’s<br />

networks.<br />

5. Setup the workstations with IP address, subnet masks, and gateways addresses.<br />

You will need to reboot the workstations.<br />

6. Test connectivity from router to router.<br />

7. Test connectivity from workstation A to workstation B from DOS.<br />

8. Verify your RIP routes are being advertised.<br />

9. Remove the IP address and gateway from workstation A and set it to obtain its<br />

address automatically. You will need to reboot.<br />

10. Program the dhcp router to start dhcp services with the 10.0.0.0/8 network. We<br />

will use the name for our dhcp pool as “pool 10-net.” Note how the prompt<br />

changes modes below. The last command establishes the default router address.<br />

kevin#config t<br />

kevin(config)#ip dhcp pool 10-net<br />

kevin(config-dhcp)#network 10.0.0.0 255.0.0.0<br />

kevin(config-dhcp)#default-router 10.0.0.1<br />

11. You should be able to release and renew the ip address. You should get an<br />

address of 10.0.0.2 on the workstation. (Use Start>run>winipcfg then press the<br />

release and renew buttons). Every now and then the ip addressing may seemingly<br />

“skip” an IP address. If you have x.x.x.1 on the interface and are expecting<br />

x.x.x.2 for the first address and you end up with x.x.x.3 because sometimes the<br />

switch may grab one of those numbers…go check your switch and don’t sweat it.<br />

Just be sure to plan for it.<br />

12. Test your connectivity between the two workstations.<br />

13. Remove the IP address and gateway from workstation B and set it to obtain its<br />

address automatically. You will need to reboot.<br />

14. Set up the class “C” pool on the dhcp router/server. The only difference with this<br />

IP pool is we know the interface on mitnik requires the first ip address in the pool<br />

so we need to exclude it (try it without the exclude command and you will see the<br />

error message).<br />

kevin#config t<br />

kevin(config)#ip dhcp pool 192-net<br />

kevin(config-dhcp)#network 192.168.3.0 255.255.255.0<br />

kevin(config-dhcp)#exit<br />

kevin(config)#ip dhcp excluded-address 192.168.3.1<br />

15. Program mitnik to pass DHCP requests to the DHCP router/server. It “helps” the<br />

router request from a workstation (from e0) for a dhcp address and directs the<br />

request to the dhcp server/router down the serial line.<br />

223

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!