These can be found at the bottom of this page:
Online resources:
The following book can be found as an e-book from Aalto library:
A preliminary task is attached to this page as an Excel spreadsheet. Fill it in and return it together with your final configuration files.
You need to do these labs on specific machines in Paniikki class (you receive information for logging in via email if you have enrolled for the excercise). Do not save anything on the Windows machines. Store your files for example on Dropbox or Google Drive or send an email to yourself.
The simulator software (CCNA Network Visualizer 6.0) can be accessed from the shortcut on the desktop of the Windows machines. All tasks are done in the "Net Visualizer Screen". The configuration files are opened and saved by File->Open/Save (or Ctrl+O, Ctrl+S). It is advised to save your own solution with a different name before you begin doing the task.
Command line interfaces of all simulated devices (routers, switches, hosts) can be accessed by double-clicking the device. Right-clicking will open "physical" connections panel.
Configuring happens in different modes (see the documentation powerpoint for "Cisco IOS modes" for more info). Mostly you will need to get to "privileged exec mode" via typing command enable or en. After that you can get to config mode via configure terminal or conf t. You can return from any mode via exit or logout. Also pressing ctrl+z will return to privileged exec mode. Typing a question mark (?) will list all available commands and options. Typical terminal inputs like up arrow for previously used commands and TAB for autocomplete might also be useful.
The first task presents the basic command set that is invoked with all the Cisco switches and routers plus setting up DHCP, a management VLAN and port security commands.
The starting point is a switch and a router with almost blank configurations and two connected PCs to the switch. Host B has blank IP settings (DHCP will give them) and host A's settings can be viewed by right-clicking its icon and choosing "Configs".
The image of the starting network is below:
Host B obtains an IP address with DNS suffix mydomain.com | 1p |
Telnet from Host B succeeds and login banner shows | 1p |
Password for privileged exec mode works and shows up encrypted in running config of the switch | 1p |
“MY_SWITCH#sh run” shows the correct config for the interface f0/2 | 1p |
"MY_SWITCH#sh run" shows the default gateway and port mode for f0/1 correctly |
1p |
“Router#sh run” shows the DHCP settings correctly | 1p |
Questions:
You are given a network with three routers and one switch. The task is to configure dynamic and static routes, as well as routing between two VLANs (so called Router-on-a-Stick).
Image of the network:
Note:
A more detailed image with all necessary addresses and interfaces shown:
Part A: Dynamic, static and default routes
Grading
A successful ping from Host A to C | 1p |
A successful ping from Host B to D | 1p |
A correct tracert from Host A to D | 1p |
“Router#sh ip route” shows correct static routes in Router C | 1p |
“Router#sh ip route” shows correct RIP settings in Router A |
1p |
"Switch#sh run" shows correct VLANs in correct interfaces | 1p |
"Router#sh run" in Router B shows correct subinterface IPs | 1p |
"Router#sh run" in Router B shows correct subinterface descriptions and encapsulation | 1p |
Questions:
-What is the subnet, broadcast address, host address range and the number of valid hosts for the subnet between Router A and Router C?
-What is this type of network called / how does it work?
You are given a corporate network consisting of a gateway router B with corporate Web Server (Host B) connected to it, an ISP router A (off your premises) with Host A representing the public internet and a Department gateway router C with two workstations (Hosts G and H) connected via a switch. All static routing configurations have been already made and the interfaces are up. Your task is to implement NAT in the department router and two ACLs.
Image of the network:
In the simulator:
Part A: NAT
In this task you must configure the Department router so that worksations H and G are behind NAT.
Part B: ACL
You must now create two extended ACLs to limit traffic to the Web Server (Host B). Remember that extended ACLs should be placed as close to the source as possible. Also note that Router A is off your premises so you cannot configure it.
Now you should be able to ping from Host G to the Web Server (10.0.1.2). You should not be able to ping from Host H to the Web Server. You should be able to ping from Host H to the internet and from the internet you should be able to ping the Web Server but nothing else.
Grading:
"Router#sh run" on Router C shows correct NAT and ACL configurations | 2 |
A successful ping from the Web Server to Router C (200.200.2.2) but failed to G or H (10.0.0.3 or .4) | 2 |
A successful ping from Host G to the Web Server (10.0.1.2) |
1 |
A failed ping from Host H to the Web Server | 1 |
A successful ping from the Internet to the Web Server but failed ping to Router C | 2 |
Questions:
|
|
|||
---|---|---|---|---|
Preliminary Task | Preliminary exercise. Fill in this file and submit together with your configuration files. | |||
Documentation | A presentation containing the necessary documentation for the assignment. | |||
Configuration files | Initial configuration files for the exercises. | |||