You are on page 1of 8

CCNA3 Student Skills-Based Assessment Solution

Switch 2 Switch 1

Switch 1 Switch 2

VLAN 10 Fa0/5 Fa0/6 Fa0/5 Fa0/6

VLAN 20 Fa0/7 Fa0/8 Fa0/7 Fa0/8

VLAN 1 All Remaining Ports All Remaining Ports

IP Address 172.16.1.2/24 172.16.1.3/24

Trunk Fa0/1, Fa0/2 Fa0/1

Instructor Notes
Review the following points before the start of the exam: Depending upon the router model, the interfaces may differ. For example, on some routers Serial0 may be Serial0/0 and Ethernet0 may be FastEthernet0/0. There must be at least one router with a FastEthernet port to use as the Vargas Router for trunking. This skills exam is designed to be implemented using two 2950 switches. If a 1900 switch is used, then the interface type and number will be different. The 1900 switch also does not support 802.1Q encapsulation. In this case ISL encapsulation must be used. There may be other dissimilarities as well depending upon the switch. The recommended exam length is 75 minutes. Allow students 15 minutes to read the entire lab exam. Then, allot the remaining 60 minutes to configure all the requirements. o In the student version of the exam, the Notes to Students section details the time constraints. These time limits can be modified by the instructor.

1-8

CCNA 3: Switching Basics and Intermediate Routing v 3.1 Skills-Based Assessment

Copyright 2004, Cisco Systems, Inc.

Objectives
Complete the following tasks throughout the exam: Configure OSPF Configure OSPF authentication Configure a default route VLAN configuration on Vargas Basic switch configuration Configure VLANs on the switches Configure VLAN trunking Configure VTP Configure switch port security Verify connectivity

Preconfigurations
The following items have been preconfigured on the routers and switches: Hostnames on all routers and switches Serial interface IP addresses, subnet masks, and the no shutdown command The console, telnet, and privileged passwords on all routers and switches Clock rates on DCE interfaces The topology cabling

Following are the actual commands already configured on the devices:

Merida Router
config t hostname Merida enable secret cisco line con 0 password cisco login exec-timeout 0 0 line vty 0 4 password cisco login interface Ethernet0 ip address 192.168.1.1 255.255.255.0 no shutdown interface Serial0 ip address 172.16.100.2 255.255.255.252 clockrate 56000 no shutdown

Vargas Router
config t hostname Vargas enable secret cisco line con 0 password cisco
2-8 CCNA 3: Switching Basics and Intermediate Routing v 3.1 Skills-Based Assessment Copyright 2004, Cisco Systems, Inc.

login exec-timeout 0 0 line vty 0 4 password cisco login interface Serial0/0 ip address 172.16.100.1 255.255.255.252 no shutdown

Switch 1
config t hostname Switch1 enable secret cisco line con 0 password cisco login exec-timeout 0 0 line vty 0 15 password cisco login

Switch 2
config t hostname Switch2 enable secret cisco line con 0 password cisco login exec-timeout 0 0 line vty 0 15 password cisco login

3-8

CCNA 3: Switching Basics and Intermediate Routing v 3.1 Skills-Based Assessment

Copyright 2004, Cisco Systems, Inc.

Configuration Tasks
Configure OSPF
Use the following values to configure OSPF on the routers: Configure Merida with the OSPF router ID of 10.10.10.1. Configure Vargas with the OSPF router ID of 10.10.10.2. Configure OSPF on Merida and Vargas. Configure OSPF so only the following 172.16.0.0 subnets will be routed. In other words, if another 172.16.0.0 interface were enabled on Merida or Vargas, such as 172.16.3.0/24, those subnets would not be propagated with OSPF. The only 172.16.0.0 subnets to be routed are: 172.16.1.0/24 172.16.10.0/24 172.16.20.0/24 172.16.100.0/30

Apply OSPF cost values to reflect the actual 64k link between Merida and Vargas.

Configure OSPF Authentication


Authenticate OSPF packets between Merida and Vargas using MD5 encryption.

Configure a Default Route


Configure a default route to the Internet on the Merida router and propagate the default route to Vargas using OSPF.

VLAN Configuration on Vargas


Configure the Vargas Fa0/0 interface to trunk for VLAN 1, VLAN 10, and VLAN 20 with 802.1Q encapsulation.

Basic Switch Configuration


Use the following IP addresses to configure the switches: Configure Switch 1 with the VLAN 1 IP address of 172.16.1.2/24. Configure Switch 2 with the VLAN 1 IP address of 172.16.1.3/24. Configure both switches with the default gateway address of 172.16.1.1.

Configure VLANs on the Switches


Use the following values to configure VLANs on Switch 1: 4-8

On Switch 1 configure the interfaces Fa0/5 and Fa0/6 on VLAN 10. On Switch 1 configure the interfaces Fa0/7 and Fa0/8 on VLAN 20. All other interfaces on Switch 1 are in VLAN1. On Switch 2 configure the interfaces Fa0/5 and Fa0/6 on VLAN 10.
Copyright 2004, Cisco Systems, Inc.

Use the following values to configure VLANs on Switch 2:

CCNA 3: Switching Basics and Intermediate Routing v 3.1 Skills-Based Assessment

On Switch 2 configure the interfaces Fa0/7 and Fa0/8 on VLAN 20. All other interfaces on Switch 2 are in VLAN 1.

Configure VLAN Trunking


Use the following values to configure VLAN trunking on Switch 1 and 2: Configure trunking between Switch 1 and Switch 2 with 802.1Q encapsulation using port Fa0/1 on both switches. Configure Switch 1 for trunking between Switch 1 and Vargas with 802.1Q encapsulation using port Fa0/2.

Configure VTP
Use the following values to configure VTP on Switch 1 and 2: Configure both Switch 1 and Switch 2 as part of VTP domain Group1. Configure Switch 1 as the VTP server and Switch 2 as the VTP client. Create VLAN 10 with the name faculty. Create VLAN 20 with the name student.

Configure Switch Port Security


Configure port security on ports Fa0/5 through Fa0/8 to allow only one host, if the port security is violated then shutdown the port.

Verify Port Security


Use the proper show command to verify the following port security settings:

Port security is enabled Port status Maximum MAC addresses

Verify Connectivity
All routers and switches should be able to ping the interfaces of the other devices.

5-8

CCNA 3: Switching Basics and Intermediate Routing v 3.1 Skills-Based Assessment

Copyright 2004, Cisco Systems, Inc.

CCNA3 Student Skills-Based Assessment Solution


Solution Configurations Merida Router
hostname Merida enable secret cisco interface Loopback0 ip address 10.10.10.1 255.255.255.255 interface Ethernet0 ip address 192.168.1.1 255.255.255.0 interface Serial0 ip address 172.16.100.2 255.255.255.252 clockrate 56000 bandwidth 64 ip ospf cost 1562 This command may be used instead of bandwidth 64 ip ospf message-digest-key 1 md5 mykey ip route 0.0.0.0 0.0.0.0 Ethernet 0 router ospf 50 network 172.16.100.0 0.0.0.3 area 0 default-information originate area 0 authentication message-digest line con 0 password cisco login exec-timeout 0 0 line vty 0 4 password cisco login

Vargas Router
hostname Vargas enable secret cisco interface Loopback0 ip address 10.10.10.2 255.255.255.255 interface FastEthernet0/0 no ip address interface FastEthernet0/0.1 encapsulation dot1Q 1 native ip address 172.16.1.1 255.255.255.0 interface FastEthernet0/0.10 encapsulation dot1Q 10 ip address 172.16.10.1 255.255.255.0 interface FastEthernet0/0.20 encapsulation dot1Q 20 ip address 172.16.20.1 255.255.255.0 interface Serial0/0 bandwidth 64 ip ospf cost 1562 This command may be used instead of bandwidth 64 ip address 172.16.100.1 255.255.255.252 ip ospf message-digest-key 1 md5 mykey router ospf 50 network 172.16.1.0 0.0.0.255 area 0 network 172.16.10.0 0.0.0.255 area 0 network 172.16.20.0 0.0.0.255 area 0 network 172.16.100.0 0.0.0.3 area 0
6-8 CCNA 3: Switching Basics and Intermediate Routing v 3.1 Skills-Based Assessment Copyright 2004, Cisco Systems, Inc.

area 0 authentication message-digest line con 0 password cisco login exec-timeout 0 0 line vty 0 4 password cisco login

Switch 1
vlan database vtp domain Group1 vtp server vlan 10 name faculty vlan 20 name student hostname Switch1 enable secret cisco interface fa0/1 switchport mode trunk interface fa0/2 switchport mode trunk interface fa0/5 switchport mode access switchport access vlan 10 switchport port-security switchport port-security maximum 1 Default and will not show in config switchport port-security violation shutdown Default and will not show in config interface fa0/6 switchport mode access switchport access vlan 10 switchport port-security switchport port-security maximum 1 Default and will not show in config switchport port-security violation shutdown Default and will not show in configinterface fa0/7 switchport mode access switchport access vlan 20 switchport port-security switchport port-security maximum 1 Default and will not show in config switchport port-security violation shutdown Default and will not show in configinterface fa0/8 switchport mode access switchport access vlan 20 switchport port-security switchport port-security maximum 1 Default and will not show in config switchport port-security violation shutdown Default and will not show in configinterface vlan 1 ip address 172.16.1.2 255.255.255.0 ip default-gateway 172.16.1.1 line con 0 password cisco login exec-timeout 0 0 line vty 0 15 password cisco login

7-8

CCNA 3: Switching Basics and Intermediate Routing v 3.1 Skills-Based Assessment

Copyright 2004, Cisco Systems, Inc.

Switch 2
vlan database vtp domain Group1 vtp client hostname Switch2 enable secret cisco interface fa0/1 switchport mode trunk interface fa0/5 switchport mode access switchport access vlan 10 switchport port-security maximum 1 switchport port-security violation shutdown interface fa0/6 switchport mode access switchport access vlan 10 switchport port-security maximum 1 switchport port-security violation shutdown interface fa0/7 switchport mode access switchport access vlan 20 switchport port-security maximum 1 switchport port-security violation shutdown interface fa0/8 switchport mode access switchport access vlan 20 switchport port-security maximum 1 switchport port-security violation shutdown interface vlan 1 ip address 172.16.1.3 255.255.255.0 ip default-gateway 172.16.1.1 line con 0 password cisco login exec-timeout 0 0 line vty 0 15 password cisco login

8-8

CCNA 3: Switching Basics and Intermediate Routing v 3.1 Skills-Based Assessment

Copyright 2004, Cisco Systems, Inc.

You might also like