CCNP2 Sba Solution
CCNP2 Sba Solution
Skills-Based Assessment
Topology
Objectives
Part 1: Configure the switches in the topology according to the diagram and the specifications provided.
Part 2: Test the network for appropriate connectivity and configured options.
Exam Overview
This skills-based assessment (SBA) is the final practical exam for Academy training for the course CCNPv6
SWITCH. In Part 1, you configure various features such as trunking, EtherChannel, VTP, VLANs, SVIs,
routed links, EIGRP, HSRP, port security and QoS. In Part 2, you create a Tcl script to test IP connectivity
and use show commands to verify configured options. This exam combines device configuration and
troubleshooting.
Note: This lab uses Cisco WS-C2960-24TT-L switches with the Cisco IOS image c2960-lanbasek9-mz.12246.SE.bin, and Catalyst 3560-24PS with the Cisco IOS image c3560-advipservicesk9-mz.122-46.SE.bin. You
can use other switches (such as a 2950 or 3550) and Cisco IOS Software versions if they have comparable
capabilities and features. Depending on the switch model and Cisco IOS Software version, the commands
available and output produced might vary from what is shown in this lab.
Required Resources
2 switches (Cisco 2960 with the Cisco IOS Release 12.2(46)SE C2960-LANBASEK9-M image or
comparable)
2 switches (Cisco 3560 with the Cisco IOS Release 12.2(46)SE C3560-ADVIPSERVICESK9-mz
image or comparable)
All contents are Copyright 19922011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 1 of 4
CCNPv6 SWITCH
All contents are Copyright 19922011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 2 of 4
CCNPv6 SWITCH
21. Configure client PC-A with an IP address in the VLAN 10 network and specify the VLAN 10 HSRP
virtual address as the default gateway. Configure server PC-B with an IP address in VLAN 30 and
specify the VLAN 30 HSRP virtual address as the default gateway.
Verify that the EtherChannel between DLS1 and ALS1 is configured correctly.
d. Verify the spanning tree configuration and that the root bridge (DLS1 or DLS2) is correct for each
VLAN.
e. Verify that the correct SVIs exist and that the correct HRSP routers are primary and standby for each
VLAN.
f.
Verify that Auto-QoS VoIP support is configured for port Fa0/6 on ALS1.
Exam Notes:
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
All contents are Copyright 19922011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 3 of 4
CCNPv6 SWITCH
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
All contents are Copyright 19922011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 4 of 4
5>Bind the links between DLS1 and ALS1 in an EtherChannel and configure the
two switches to actively negotiate a PAgP link.
ALS1#showinterfacestrunk
ALS1(config-if-range)#interfacerangeGigabitEthernet0/7-8
ALS1(config-if-range)#shutdown
ALS1(config)#interfacerangefastEthernet0/7-8
ALS1(config-if-range)#channel-group1modedesirable
ALS1(config)#interfaceport-channel1
ALS1(config-if)#switchport mode trunk
DLS1(config)#interfacerangefastEthernet0/7-8
DLS1(config-if-range)#channel-group1modedesirable
// Creating a port-channel interface Port-channel1
DLS1(config)#interfaceport-channel1
DLS1(config-if)#switchport mode trunk
// Verify configuration on both switches
#show ether channel summary
6>Place all switches in the VTP domain CISCO withDLS1 as the VTP server using
VTPversion2. Configure all other switches as VTP clients.
DLS1#show vtp status
DLS1(config)#vtp domain CISCO
Changing VTP domain name from NULL to CISCO
DLS1(config)#vtpversion2
DLS1(config)#vtp mode server
Device mode already VTPSERVER.
DLS2(config)#vtp mode client
Setting device to VTPCLIENT mode.
ALS1(config)#vtp mode client
Setting device to VTPCLIENT mode.
ALS2(config)#vtp mode client
Setting device to VTPCLIENT mode.
7>On DLS1, create VLAN 10 named CLIENT, VLAN 20 named VOICE, VLAN 30
named SERVER and VLAN 99 named MGMT. Choose a 192.168.X.0/24 network for
each VLAN for use in subsequent steps.
DLS1(config)#vlan10
DLS1(config-vlan)#name CLIENT
DLS1(config-vlan)#exit
DLS1(config)#vlan20
DLS1(config-vlan)#name VOICE
DLS1(config-vlan)#exit
DLS1(config)#vlan30
DLS1(config-vlan)#name SERVER
DLS1(config-vlan)#exit
DLS1(config)#vlan99
DLS1(config-vlan)#name MGMT
DLS1(config-vlan)#exit
8>Ensure that the VLAN 1 interface on all switches is not used for administrative
management or user traffic.
ALS1(config)#vlan1
ALS1(config-vlan)#shutdown
ALS1#show vlan brief
ALS2(config)#vlan1
ALS2(config-vlan)#shutdown
ALS2#show vlan brief
DLS1(config)#vlan1
DLS1(config-vlan)#shutdown
DLS1#show vlan brief
DLS2(config)#vlan1
DLS2(config-vlan)#shutdown
DLS2#show vlan brief
9>Configure the Rapid PVST (PVRST+) protocol on all switches. Ensure that
DLS1 becomes the spanning tree root of VLANs 10 and 20 and DLS2 becomes the
backup. Ensure that DLS2 becomes the spanning tree root of VLANs 30 and 99
and DLS1 becomes the backup.
ALS1(config)#spanning-tree mode rapid-pvst
ALS2(config)#spanning-tree mode rapid-pvst
DLS1(config)#spanning-tree mode rapid-pvst
DLS2(config)#spanning-tree mode rapid-pvst
DLS1(config)#spanning-treevlan10,20 root primary
DLS1(config)#spanning-treevlan30,99 root secondary
DLS2(config)#spanning-treevlan30,99 root primary
11>Configure DLS1 as the active HSRP router for VLANs 10 and 20 and configure
DLS2 as backup. Configure DLS2 as the active router for VLANs 30 and 99 and
configure DLS1 as backup.
****HSRPConfigurationforDLS1****
DLS1(config)#interface vlan 10
DLS1(config-if)#standby 1 ip192.168.10.10
DLS1(config-if)#standby 1 preempt
DLS1(config-if)#standby 1 priority150
DLS1(config-if)#exit
DLS1(config)#interface vlan 20
DLS1(config-if)#standby 1 ip 192.168.20.20
DLS1(config-if)#standby 1 preempt
DLS1(config-if)#standby 1 priority 150
DLS1(config-if)#exit
DLS1(config)#interface vlan 30
DLS1(config-if)#standby 1 ip192.168.30.30
DLS1(config-if)#standby 1 preempt
DLS1(config-if)#standby 1 priority100
DLS1(config-if)#exit
DLS1(config)#interface vlan 99
DLS1(config-if)#standby 1 ip192.168.99.99
DLS1(config-if)#standby 1 preempt
DLS1(config-if)#standby 1 priority100
DLS1(config-if)#exit
****HSRPConfigurationforDLS2****
DLS2(config)#interface vlan 10
DLS2(config-if)#standby 1 ip 192.168.10.10
DLS2(config-if)#standby 1 preempt
DLS2(config-if)#standby 1 priority 100
DLS2(config-if)#exit
DLS2(config)#interface vlan 20
DLS2(config-if)#standby 1 ip192.168.20.20
DLS2(config-if)#standby 1 preempt
DLS2(config-if)#standby 1 priority 100
DLS2(config-if)#exit
DLS2(config)#interface vlan 30
DLS2(config-if)#standby 1 ip192.168.30.30
DLS2(config-if)#standby 1 preempt
DLS2(config-if)#standby 1 priority 150
DLS2(config-if)#exit
DLS2(config)#interface vlan 99
DLS2(config-if)#standby 1 ip 192.168.99.99
DLS2(config-if)#standby 1 preempt
DLS2(config-if)#standby 1 priority 150
DLS2(config-if)#exit
DLS1#showstandbybrief
DLS2#showstandbybrief
// If you want to verify the configuration of HSRP
DLS2(config)#interface range fa0/7 - 12
DLS2(config-if-range)#shutdown
12>On ALS1 and ALS2 create an SVI for MGMT VLAN 99 with an IP address from
the VLAN 99 network assigned in Step 7.
ALS1(config)#interface vlan 99
ALS1(config-if)#ip address 192.168.99.3 255.255.255.0
ALS1(config-if)#no shutdown
ALS2(config)#interface vlan 99
ALS2(config-if)#ip address 192.168.99.4 255.255.255.0
ALS2(config-if)#no shutdown
13>For ALS1 and ALS2, specify the HSRP gateway address of VLAN 99 as the
default gateway.
ALS1(config)#ipdefault-gateway192.168.99.99
ALS2(config)#ipdefault-gateway192.168.99.99
14>Enable PortFast on all access layer switch ports.
ALS1(config)# spanning-tree portfast default
ALS2(config)# spanning-tree portfast default
15>Permit the links between DLS2 and ALS2 to carry traffic only for the VLANs
created in Step 7.
ALS2(config)#(config)#interface range fa0/7 - 8
ALS2(config-if)#switchport trunk allowed vlan10,20,30,99
DLS2(config)#interface range fa0/7 - 8
DLS2(config-if)#switchport trunk allowed vlan10,20,30,99
16>Enable QoS globally on all switches.
ALS1(config)#mls qos
ALS2(config)#mls qos
DLS1(config)#mls qos
DLS2(config)#mls qos
17>On ALS1 configure Fa0/6 as an access port in CLIENT VLAN10 and to trust
Cisco IP phones CoS using Auto QoS. Use VOICE VLAN 20 as the voice VLAN.
ALS1(config)#interface fa0/6
ALS1(config-if)#switchport mode access
ALS1(config-if)#switchport access vlan 10
ALS1(config-if)#switchport voice vlan 20
ALS1(config-if)#mls qos trust device cisco-phone
ALS1(config-if)#auto qos voip cisco-phone
//verify configuration
ALS1#show mls qos interface fa0/15
ALS1#show runint fa0/15
18>On ALS1,configure portFa0/6 with port security. Allow up to two MAC
addresses to be learned for IP phone support. Enable sticky learning. Shutdown
the port if a violation occurs.
ALS1(config-if)#switchport port-security
ALS1(config-if)#switchport port-security maximum 2
ALS1(config-if)#switchport port-security mac-address sticky
ALS1(config-if)#switchport port-security violation shutdown
ALS1(config-if)#exit
19>On ALS2 configure port fa0/6 as an access port in SERVER VLAN 30.
ALS2(config)#interface fa0/6
ALS2(config-if)#switchport mode access
ALS2(config-if)#switchport access vlan 30
20>ConfigureIProutingonDLS1andDLS2,anduseEIGRPtoadvertise192.168.0.0/16
with automatic summarization disabled.
DLS1(config)#router EIGRP 1
DLS1(config-router)#no auto-summary
DLS1(config-router)#network192.168.0.0
DLS2(config)#router EIGRP 1
DLS2(config-router)#no auto-summary
DLS2(config-router)#network192.168.0.0
21>Configure client PC-A with an IP address in the VLAN 10 network and specify
the VLAN 10 HSRP virtual address as the default gateway. Configure server PC-B
with an IP address in VLAN 30 and specify the VLAN 30 HSRP virtual address as
the default gateway.
PC-A
IP ADDRESS: 192.168.10.100
SUBNET MASK: 255.255.255.0
GATEWAY: 192.168.10.10
PC-B
IP ADDRESS: 192.168.30.200
SUBNET MASK:255.255.255.0
GATEWAY:192.168.30.30
EXAM COMPLETE!