The following books can be read at or borrowed (for one night) from the library of the T-building:
You need a USB stick for these labs. You’ll store the complete labs on your stick and delete them from the PC so that no other group can plagiarize your job.
If you mistype a command you can negate that by selecting the mistyped command with arrow keys, typing "cntl-a" to move the cursor into the beginning of the line and then type "no" and then Enter. Remember to use "?" command if you don't remember what to do. The question mark lists all the available commands and options.
When you get into a specific configuration mode, you'll get out by typing "exit". Or you can leave the configuration mode and return back to the privileged exec mode by typing cntl-z. Learn to use the arrow, tab and ‘?’ keys. Remember, you don’t have to type the whole commands, use tab and shortened commands diligently.
We use consistently the password "cisco" in these tasks, but this is not to be used in real life! Note that with the simulator when you apply a login command, you must type the password before login.
A preliminary task is attached to this page as an Excel spreadsheet. Fill it in and return it together with your final configuration files.
The first task presents the basic command set, that is invoked with all the Cisco switches and routers plus the port security command.
The starting point is a 2960 switch with a blank configuration and two connected PCs. Host A is connected into the f0/1 and is used to test the port-security. Host B is connected into the f0/2 and is used to test the telnet. Host A has blank IP settings (they are not needed) and host B has the following IP settings:
IP address: 10.0.0.3
Subnet mask: 255.255.255.0
Default gateway: 10.0.0.1
You can see the IP settings of a host by clicking with the right mouse button (RMB) the host and clicking with the LMB the command “Configs”.
The image of the starting network is below:
Telnet succeeds from Host B to the switch | 1p |
Login banner shows | 1p |
Both the passwords (cisco) take you into the privileged exec mode | 1p |
“MY_SWITCH#sh run” shows the correct config for the interface f0/1 | 1p |
“MY_SWITCH#sh run” shows the default IP gateway correctly | 1p |
The second task presents the basic L2/L3 configurations. The purpose is to configure one switch and one router, which follow the so-called router-on-a-stick configuration. There are 2 VLANs and additionally 1 management VLAN. Both VLANs have one host (PC) connected to it and with the help of a router and a switch an inter-VLAN routing is configured. The configuration is complete when you can ping between the PCs. The management VLAN is not tested, but it needs to be configured as well to get points.
The starting network has one router, one switch, 2 hosts and wiring between the devices. The host IP settings are preconfigured, so you have to configure only the switch and the router.
Host A
IP address 172.16.10.2
Subnet 255.255.255.0
Default gateway 172.16.10.1
Host B
IP address 172.16.20.2
Subnet 255.255.255.0
Default gateway 172.16.20.1
The image of the starting network is below:
A successful ping from Host A to Host B | 1p |
A successful ping from Host B to Host A | 1p |
“Switch#sh run” shows a correct configuration for VLAN 1 | 1p |
“Router#sh run” shows a correct configuration for VLAN 1 |
1p |
The third task presents the basic L3 configurations and the access control list. The purpose is to first configure a small network with static routes, then apply RIPv2 and finally configure ACL (Access Control List). The static and dynamic routes can co-exist within the same router, but this is not applicable with the simulator, because it does not recognize the administrative distance option (which tells, which route is preferred over the other).
The starting network has 3 routers each connected to one PC. The wiring and the IP settings of PCs are preconfigured, so you only have to configure the routers, which have a blank configuration. Two of the routers will be configured with all the IP routes and one router will be configured with a default route. The configuration is complete when you can ping between all the PCs.
The simulator image of the starting network is below:
The network settings are described below:
A successful ping between the PCs | 1p |
The initial network of RIP is described below. All the directly connected router interfaces and the IP settings of each PC are preconfigured, so you only have to configure the RIPv2 routing for the routers. The configuration is complete when you can ping between all the PCs. This is graded passed/failed.
What is the subnet, broadcast address and host address range for the subnet between Router A and Router C? You can use the on-line tool http://www.subnet-calculator.com/. Obs! If you cannot subnet in your head, you need a tool like this. You will present the answer in the demo session
A successful ping between the PCs |
2p |
A correct subnet answer | 1p |
In this assignment you create 2 extended ACLs for a corporate network. The image of the network is below. Note that because of the absence of firewalls and a NAT box, the network is not very practical. The corporate network contains one gateway router (Router B), which is connected to the ISP router (Router A, which lies on the premises of the ISP, so you don’t have an access to this router), one internal router (Router C), one switch, 2 PCs, one of which is a management PC and a Web Server. The internet contains an ISP router and a PC.
The network and PC settings and routing (static) are preconfigured so you only have to create 2 extended ACLs and activate them on the appropriate interfaces. Remember the 2 rules for the ACL placement:
#1 Standard ACLs should be placed as close to the destination as possible
#2 Extended ACLs should be placed as close to the source as possible
Please note, that there are some limitations in the simulator regarding the ACL syntax. If needed, check the supported commands in: http://www.routersim.com/CCNA6_Supported_Commands.html#2811%20RouterGlobal%20Config
The image of the simulator window is below:
In the initial situation, all the PCs can ping each other.
This ACL controls the access to the Web Server from the intranet. Use the ACL number 100.
Following the #2 rule, create the extended ACL number 100 into the appropriate router, an appropriate interface and an appropriate direction (in/out).
Double-click the router of your choosing and enter into the global configuration mode.
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, that is 9.9.9.2. You will demonstrate this in the demo session
When everything works, save the result with the name "#DIRECTORY#\#GROUP#\grp_n_ACL-end.rsm"
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 Host H to the Internet (9.9.9.2) | 2 |
This ACL controls the access from the Internet to the intranet. The traffic originating from the Internet has an access only to the corporate Web Server. Following the #2 rule, create the extended ACL number 110 into the appropriate router and an appropriate interface
Double-click the router of your choosing and enter the global configuration mode.
A successful ping from Host A to the Web Server |
1p |
A failed ping from Host A to Host G | 1p |
The fourth task presents the PAT and DHCP configurations. The network to start with has one corporate gateway router. You will configure this router as a DHCP server and a NAT box (Port address translation). The configuration is complete when you can demonstrate, that Host A and Host B have received dynamic IP settings and you can ping from Host A and from Host B to Host C but not the other way around. Also you have to demonstrate the DHCP and NAT configurations with a command: “Router#sh run”. The IP settings, interfaces and routing (partial – no route from ISP Router to 10.0.0.0/24 has been configured, since this will be a private network) have been preconfigured. Also the Host A and Host B have been configured to get dynamic IP address. So your job is only to configure the corporate gateway router.
The simulator image of the starting network is below:
Host A and Host B have received their dynamic IP addresses | 2p |
A successful ping from Host A and Host B to Host C |
2p |
A failed ping from Host C to Host A and Host B | 2p |
“Router(B)#sh run” shows a correct DHCP and NAT configurations |
2p |
|
|
|||
---|---|---|---|---|
preliminary | Preliminary exercise. Fill in this file and submit together with your configuration files. | |||
documentation | Powerpoint presentation containing the necessary documentation for the assignment. | |||
configuration | Initial configuration files for the exercises. | |||