CCNA ICND1 Assessment Lab Walkthrough (Tutorial / Solution)
A step by step guide on completing the GNS3Vault Lab for ICND1 Assessment.
Source for the lab files:
http://gns3vault.com/ccna-rs/icnd1-assesment-lab/
Currently a CCENT getting ready for my CCNA testing. I figured why not record myself working on some of these labs so that I can help not only myself but others as well. Please let me know how you like the video and if you would like to see more videos like this.
-ViciousXUSMC
Goal:
Set all the correct hostnames on the routers.
Set all the correct IP addresses and subnet masks, you are not allowed to use a subnet calculator.
Godzilla: configure a type7 enable password “vault”
Kingkong: configure a type5 enable password “vault”
Nessie: only SSH access is allowed, no telnet. Username = big , Password = mobs
Kingkong: configure password “cisco” on the console 0.
The link between Godzilla and Nessie should be PPP encapsulation.
The link between all other routers should be HDLC encapsulation.
When you login remotely on Godzilla it should show a banner “Get away from Godzilla”
Create a static host configuration so you can telnet to “KingKong” instead of the IP address.
Disable automatic DNS lookups on Nessie.
Godzilla: Make sure items sent to the console are not interrupting the command you type.
Kingkong: the console should never timeout.
Create a loopback1 interface on Godzilla, IP Address 1.1.1.1/24
Create a static route on KingKong pointing to the loopback1 interface of Godzilla.
Create a default route on Nessie pointing to the loopback1 interface of Godzilla, it should have an Administrative Distance of 200.
Configure RIP on all routers, version2. You should be able to ping all networks.
Make sure the subnetmask information is included with the routing updates.
Disable CDP between KingKong and Godzilla.