Group Assignment 2 - Group Lab Activity 2-1
Group Assignment 2 - Group Lab Activity 2-1
Assignment Weight:
7.5%
Assignment Points:
75
Submission Due Date:
By the start of Week 12 Lab session.
Reference Material:
Sample Final Practical Assessment (available in Canvas Lab Sessions page, Week 6a tab)
Instructions:
1. Form a group of 3-4 people amongst the students present in the lab session.
2. Your group discussion time will be in the last 60 minutes of the lab session in Collaborate
Ultra, Breakout groups.
3. Discuss and answer the questions in Group Assignment 2 in your breakout group.
4. Organise for your group to meet again to complete all the questions.
5. Each group will submit one completed Group Assignment 2
6. Submit Group Assignment 2, in the Canvas shell, under the Group Lab Activity 2
7. Late penalties will apply for submission after the due date.
Section 1: Sample Final Practical Assessment – Topology and Specs Analysis (15 marks)
Section 2: Sample Final Practical Assessment – Configuration (35 marks)
Section 3: Sample Final Practical Assessment – Validation and Troubleshooting (25 marks)
3 VLANs
- Centralbank: VLAN 15
- Royalmint: VLAN 50
- Management: VLAN 150
3 VLANs
- Centralbank: VLAN 15
- Royalmint: VLAN 50
- Management: VLAN 150
Q2. How many access ports MUST be configured on the switches? (3 marks)
- none
Q3. How many 802.1q trunks MUST be configured on the switches? (3 marks)
- Two
- Gi1/0/5 and Gi1/0/6
- Three
- Gi1/0/5, Gi1/0/6 and Gi1/0/11.
Q4. How many sub-interfaces MUST be configured on Nairobi? Please specify sub-interface(s) ID.
(3 marks)
3 sub-interfaces
- Gi0/0/1.15
- Gi0/0/1.50
- Gi0/0/1.150
Q5. How many interfaces VLAN MUST be configured on the switches? (2 marks)
- One
- VLAN 150: Management
- One
- VLAN 150: Management
Q6. Do we need to set a default-gateway on the switches? If YES, specify the default-gateway IP to
be configured. (1 mark)
- Yes
- IP: 55.252.16.254/28.
After you have a good understanding of the network topology and basic network requirements, you
can move on to configuring the devices following a systemic procedure.
Q1. List the configuration commands required to complete Task 1: Configure Device Names and
MOTD. For each command, specify the device(s) and operation mode. (2 marks)
First, we transition from User mode to Administration mode by using “ena” command and then to
configuration mode by using “conf t” command
- Switch3> en
- Switch3# conf t
- Switch3(config)# hostname Tokyo
- Tokyo(config)# banner motd + Unauthorized Access is not allowed +
- Switch4> en
- Switch4# conf t
- Switch4(config)# hostname Lisbon
- Lisbon(config)# banner motd + Unauthorized Access is not allowed +
- Router1> en
- Router1# conf t
- Router1(config)# hostname Nairobi
- Nairobi(config)# banner motd + Unauthorized Access is not allowed +
Q2. List the configuration commands required to complete Task 2: Configure VLANs and VLAN
membership. For each command, specify the device(s) and operation mode. (6 marks)
First, we transition from User mode to Administration mode by using “ena” command and then to
configuration mode by using “conf t” command.
On Tokyo switch:
- Tokyo(config)# vlan 15
- Tokyo(config-vlan)# name Centralbank
- Tokyo(config-vlan)# end
- Tokyo(config)# vlan 50
- Tokyo(config-vlan)# name Royalmint
- Tokyo(config-vlan)# end
- Tokyo(config)# vlan 150
- Tokyo(config-vlan)# name Management
- Tokyo(config-vlan)# end
On Lisbon switch:
- Lisbon(config)# vlan 15
- Lisbon (config-vlan)# name Centralbank
- Lisbon (config-vlan)# end
- Lisbon (config)# vlan 50
- Lisbon (config-vlan)# name Royalmint
- Lisbon (config-vlan)# end
- Lisbon (config)# vlan 150
- Lisbon (config-vlan)# name Management
- Lisbon (config-vlan)# end
On Lisbon switch:
- Lisbon(config)# int range gi1/0/1-3
- Lisbon(config-if-range)# description Centralbank VLAN
- Lisbon(config-if-range)# switchport mode access
- Lisbon(config-if-range)# switchport access vlan 15
- Lisbon(config-if-range)# no shutdown
- Lisbon(config-if-range)# end
- Lisbon(config)# int range gi1/0/11-13
- Lisbon(config-if-range)# description Royalmint VLAN
- Lisbon(config-if-range)# switchport mode access
- Lisbon(config-if-range)# switchport access vlan 50
- Lisbon(config-if-range)# end
Q3. List the configuration commands required to complete Task 3: Configure Router-on-a-Stick. For
each command, specify the device(s) and operation mode. (8 marks)
First we transition from User mode to Administration mode by using “ena” command and then to
configuration mode by using “conf t” command
On Nairobi
- Nairobi(config)# int g0/0/1
- Nairobi(config-if)# no shutdown
- Nairobi(config-if)# end
On Tokyo
- Tokyo (config)# int gi1/0/11
- Tokyo (config)# switchport mode trunk
Q4. List the configuration commands required to complete Task 4: Configure Switch Management.
For each command, specify the device(s) and operation mode. (6 marks)
First, we transition from User mode to Administration mode by using “ena” command and then to
configuration mode by using “conf t” command.
- On Tokyo
- Tokyo(config)# int vlan 150
- Tokyo(config-if)# ip address 55.252.16.253 255.255.255.240
- Tokyo(config-if)# description Management
- Tokyo(config-if)# exit
- On Lisbon
- Tokyo(config)# int vlan 150
- Tokyo(config-if)# ip address 55.252.16.252 255.255.255.240
- Tokyo(config-if)# description Management
- Tokyo(config-if)# exit
On Lisbon
- Lisbon(config)# ip domain-name ccna.lab
- Lisbon(config)# crypto key generate rsa general-keys modulus 1024
- Lisbon(config)# username cisco privilege 15 secret cisco
- Lisbon(config)# line vty 0 15
- Lisbon(config)# transport input ssh
- Lisbon(config)# login local
- Lisbon(config)# end
Q5. List the configuration commands required to complete Task 5: Fine-tune STP. For each
command, specify the device(s) and operation mode. (4 marks)
First, we transition from User mode to Administration mode by using “ena” command and
then to configuration mode by using “conf t” command.
- On Tokyo
- Tokyo(config)# spanning-tree vlan 50 root primary
- On Lisbon
- Lisbon(config)# spanning-tree vlan 15 root primary
Q6. List the configuration commands required to complete Task 6: Configure Port-Security. For
each command, specify the device(s) and operation mode. (4 marks)
First, we transition from User mode to Administration mode by using “ena” command and
then to configuration mode by using “conf t” command.
- Lisbon(config)# interface g1/0/3
- Lisbon(config-if)# switchport port-security
- Lisbon(config-if)# switchport port-security violation protect
- Lisbon(config-if)# switchport port-security mac-address sticky
- Lisbon(config-if)# Switchport port-security maximum 2
Q7. List the configuration commands required to complete Task 7: Configure EtherChannel. For
each command, specify the device(s) and operation mode. (4 marks)
First, we transition from User mode to Administration mode by using “ena” command and
then to configuration mode by using “conf t” command.
On Tokyo
- Tokyo(config)# int range g1/0/5 - 6
- Tokyo(config-if)# switchport mode trunk
- Tokyo(config-if)# switchport trunk native vlan 150
- Tokyo(config-if)# channel-group 1 mode active
- Tokyo(config-if)# no shutdown
- On Lisbon
Q8. List the configuration commands required to complete Task 8: Additional Settings. For each
command, specify the device(s) and operation mode. (1 mark)
- Nairobi(config)#interface g0/0/1.15
- Nairobi(config-subif)# description Connection to VLAN 15 Centralbank
- Nairobi(config)#interface g0/0/1.50
- Nairobi(config-subif)# description Connection to VLAN 50 Royalmint
- Nairobi(config)#interface g0/0/1.150
- Nairobi(config-subif)# description Connection to VLAN 150 Management
On Lisbon
- Lisbon(config)# line console 0
- Lisbon(config-line)# logging sync
On Tokyo
- Tokyo(config)# line console 0
- Tokyo(config-line)# logging sync
Q1. Answer the following questions regarding validating and troubleshooting VLANs and VLAN
membership.
a) What command(s) can be used on Tokyo to validate VLANs and VLAN membership
configuration? For each command, describe the expected output. (2 marks)
- #show vlan brief:
- This command provides a summary of VLAN information. It displays a list of VLANs,
their names, status, and the ports associated with each VLAN.
- The output should include VLAN 15, 50, and 150, with their names along with the
default VLANs. Additionally, all ports should be assigned to VLAN1.
b) What command(s) can be use on Lisbon to validate VLANs and VLAN membership
configuration? For each command, describe the expected output. (2 marks)
- #show vlan brief
- The output should include VLAN 15, 50, and 150, with their names along with the
default VLANs.
- Ports Gi1/0/1 - 3 should be assigned to VLAN 15 Centralbank.
- Ports Gi1/0/11 - 13 should be assigned to VLAN 50 Royalmint.
c) What command(s) can be use on Lisbon to validate that all unused ports have been
disabled? For each command, describe the expected output. (2 marks)
Q2. Answer the following question regarding validating and troubleshooting Router-on-a-Stick
a) What command(s) can be used on Nairobi to validate Router-on-a-Stick configuration? List
at least 2. For each command, describe the expected output. (4 marks)
- #show ip route
- The output should display 4 connected networks and 4 local networks for 3 sub-
interfaces and 1 loopback network.
- #ping 55.252.16.254
- It should successfully ping the default gateway to ensure that the router is
reachable.
c) Troubleshooting Scenario: The routing table on Nairobi is not displaying all the correct
connected (C) routes and their exit interfaces.
What are the possible configuration issues? List at least 3 possible issues. (3 marks)
- Gi 0/0/1 is disabled.
- Incorrect encapsulation configuration on sub-interfaces.
- Incorrect IP address configuration on sub-interfaces
Q3. Answer the following questions regarding validating and troubleshooting Switch Management
a) What command(s) can be used on Tokyo to validate that the Management IP has been
correctly configured? For each command, describe the expected output. (1 mark)
- #show ip int brief
- The output should list VLAN 150 with an IP address of 55.252.16.254 and a status of
"up", along with the information of all other interfaces.
b) What command(s) can be used on Tokyo to test SSH access to Lisbon? (1 mark)
- #ssh -l cisco 55.252.16.252
c) Troubleshooting Scenario: Tokyo and Lisbon can ping each other. Tokyo can ping all IP
addresses configured on Nairobi. However, Lisbon can only ping the IP address configured
on Nairobi’s Management sub-interface; it cannot ping any other router IP.
What is the most likely configuration issue? (2 marks)
- There might me some misconfigurations related to VLANs on Lisbon that is causing
the issue. The issue can be fixed by verifying the VLANs configuration on Lisbon and
trunk configuration as it should allow VLAN 15, 50, 150.
Q4. Answer the following questions regarding validating and troubleshooting STP, Port-Security
and EtherChannel
a) Using the show spanning-tree command, how do we validate that Tokyo has been correctly
configured as the root bridge for the Royalmint VLAN? (2 marks)
- In the information related to VLAN 50 (Royalmint VLAN), it should display ‘This
bridge is the root’ in Root ID section.
b) What command can be used on Lisbon to validate the current Port-Security status of
interface Gi1/0/3? (2 marks)
- Lisbon# show port-security interface gi1/0/3
- Port Security: Enabled
- Port Status: Secure-up
- Violation Mode: Protect
- Maximum MAC Addresses: 2
- Sticky MAC Addresses: 1
c) If the Port-Channel between Tokyo and Lisbon has been correctly configured and is fully
operational; what should be the status flag(s) next to the Port-Channel interface on the
show etherchannel summary output? (1 mark)
“SU” flags should be present.
d) If the Port-Channel between Tokyo and Lisbon has been correctly configured and is fully
operational; what should be the status flag(s) next to the member interfaces on the show
etherchannel summary output? (1 mark)
“P” flag should be present.