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-By-Step Instructions:<br />

The key here is to break the lab down into “ba<strong>by</strong> steps.” Forget about the IPX stuff<br />

completely…save it for last. Our plan of attack will be to set up our internal network and<br />

test it. Then configure the dial up networking and test it. And then finish it off with IPX.<br />

1. Set up the lab and cable it as shown. Check it twice!<br />

2. Set up the basics on each router.<br />

3. Configure the interfaces and loopbacks.<br />

4. Pick a routing protocol and advertise the networks.<br />

5. Test your connectivity <strong>by</strong> using ping between loopbacks on the routers. Use<br />

trace route and sh ip route also.<br />

6. Configure the dial-up networking on the workstations if they already have not<br />

been done.<br />

7. Configure the serial interface on “dark” to accept dial-up networking. Oh?<br />

You say you haven’t done that before? Sure you have…sort of. Use the same<br />

commands you used to set up the AUX port. The only difference between the<br />

two is now we can use PPP as an encapsulation type (with usernames and<br />

passwords if we want---not shown below). We could not easily do that with<br />

an AUX port DUN. You can add a banner or MOTD if you wish.<br />

dark(config)#int s0/0 (or line 65)<br />

dark(config-if)#login<br />

dark(config-if)#password dark<br />

dark(config-if)#speed 115200<br />

dark(config-if)#flowcontrol hardware<br />

dark(config-if)#stopbits 1<br />

dark(config-if)#transport input all<br />

dark(config-if)#modem inout<br />

dark(config-if)#modem autoconfigure discovery<br />

dark(config-if)#enc ppp<br />

8. Test your dial up networking from each workstation into the network. When<br />

dialed in each workstation should be able to ping all of the connections<br />

including the loopbacks.<br />

9. Add in the IPX stuff. We only put the file servers in the picture because that<br />

information needs to be included in the router programs. Ok…I will make it<br />

easy for you:<br />

dark(config)#ipx routing 0000.AAAA.0001<br />

dark(config-router)#exit<br />

dark(config)#int loop 0<br />

dark(config-if)#ipx network 100 encapsulation Novell-Ether<br />

dark(config-if)#int s0/1<br />

dark(config-if)#ipx network 192<br />

dark(config-if)#ipx sap-interval 0<br />

388

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

Saved successfully!

Ooh no, something went wrong!