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 />

1. Cable the lab as shown and set up the basics on each router. Choose a routing<br />

protocol and set it up on each router (don’t forget to advertise your networks).<br />

Add the loopback interface configurations.<br />

2. To set up the “master” or “primary” router as a “hub:”<br />

timothy(config)#int s0/0<br />

timothy(config-if)#ip address 192.168.20.1 255.255.255.0<br />

timothy(config-if)#enc frame-relay<br />

timothy(config-if)#frame-relay map ip 192.168.20.2 18 broadcast<br />

timothy(config-if)#frame-relay map ip 192.168.20.3 17 broadcast<br />

timothy(config-if)#frame-relay lmi-type ansi<br />

timothy(config-if)#no shut<br />

Basically you are setting the ip, changing the encapsulation type to frame-relay<br />

and then making maps to the other routers and broadcasting the maps (with ip’s<br />

and dlci numbers). The Adtran’s have been configured for lmi-type ansi.<br />

3. To set up the ““slaves” or “secondary” routers:<br />

allen(config)#int s0/0<br />

allen(config-if)#ip address 192.168.20.2 255.255.255.0<br />

allen(config-if)#enc frame-relay<br />

allen(config-if)#frame-relay map ip 192.168.20.1 16 broadcast<br />

allen(config-if)#frame-relay lmi-type ansi<br />

allen(config-if)#no shut<br />

lloyd(config)#int s0/0<br />

lloyd(config-if)#ip address 192.168.20.3 255.255.255.0<br />

lloyd(config-if)#enc frame-relay<br />

lloyd(config-if)#frame-relay map ip 192.168.20.1 16 broadcast<br />

lloyd(config-if)#frame-relay lmi-type ansi<br />

lloyd(config-if)#no shut<br />

4. Test your configuration using “sh frame pvc,” “ping,” and “sh ip route.” You<br />

should see:<br />

timothy#sh frame pvc<br />

PVC Statistics for interface Serial0/0 (Frame Relay DTE)<br />

DLCI = 17, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE,<br />

INTERFACE = Serial0/0<br />

input pkts 42 output pkts 45 in <strong>by</strong>tes 3464<br />

out <strong>by</strong>tes 3676 dropped pkts 1 in FECN pkts 0<br />

in BECN pkts 0 out FECN pkts 0 out BECN pkts 0<br />

397

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

Saved successfully!

Ooh no, something went wrong!