Sba

42
Activity Topology and Instructions In this section, the initial topology and instructions are shown for review purposes. Topology Instructions ESwitching Basic Switching/Wireless PT Practice SBA A few things to keep in mind while completing this activity: 1. Do not use the browser Back button or close or reload any exam windows during the exam. 2. Do not close Packet Tracer when you are done. It will close automatically.

description

CISCO 3 SBA

Transcript of Sba

Page 1: Sba

Activity Topology and Instructions

In this section, the initial topology and instructions are shown for review purposes.

Topology

Instructions

ESwitching Basic Switching/Wireless PT Practice SBA

A few things to keep in mind while completing this activity:

1. Do not use the browser Back button or close or reload any exam windows during the exam. 2. Do not close Packet Tracer when you are done. It will close automatically. 3. Click the Submit Assessment button to submit your work.

Page 2: Sba

Introduction

In this practice Packet Tracer Skills Exam, you will:

configure VLANs using VTP configure inter-VLAN routing

modify STP

configure port security

add a wireless LAN

Addressing Table

Device Interface Address Subnet MaskDefault

Gateway

Router1

Fa0/0.10 172.16.10.1 255.255.255.0 n/a

Fa0/0.20 172.16.20.1 255.255.255.0 n/a

Fa0/0.43 172.16.43.1 255.255.255.0 n/a

Fa0/0.67 172.16.67.1 255.255.255.0 n/a

WRSInternet 172.16.67.10 255.255.255.0 172.16.67.1

Wireless 172.16.100.1 255.255.255.0 n/a

SW_DS1 VLAN 43 172.16.43.11 255.255.255.0 172.16.43.1

SW_AC2 VLAN 43 172.16.43.12 255.255.255.0 172.16.43.1

SW_AC3 VLAN 43 172.16.43.13 255.255.255.0 172.16.43.1

PC1 NIC 172.16.10.10 255.255.255.0 172.16.10.1

PC2 NIC 172.16.20.10 255.255.255.0 172.16.20.1

PC3 NIC 172.16.10.11 255.255.255.0 172.16.10.1

PC4 NIC DHCP assigned 255.255.255.0 172.16.100.1

Note: The password for user EXEC mode is cisco. The password for privileged EXEC mode is class.

Page 3: Sba

Step 1: Configure the Switches for Remote Access.

Create, enable, and address VLAN43 as the management interface on all three switches. Use the values found in the addressing table.

Step 2: Configure Trunking.

Note: Packet Tracer now supports the use of the range argument for the interface command.

For interfaces FastEthernet 0/19 through FastEthernet 0/24 on all three switches:

Configure static trunking. Assign VLAN 43 as the native VLAN.

Step 3: Configure VTP and VLANs.

a. Configure SW_DS1 as VTP server and the following VTP parameters:

� SW_DS1 is the VTP server.

� VTP domain name: CCNA

� VTP password: cisco

b. Create and name the following VLANs on SW_DS1.

� VLAN 10: Student

� VLAN 20: Faculty

� VLAN 43: Management

� VLAN 67: Wireless

c. Configure SW_AC2 and SW_AC3 as VTP clients to participate in the CCNA VTP domain.

d. Verify that VTP is operational.

Step 4: Configure Interfaces for VLAN Access

Page 4: Sba

VLAN port assignments on each switch are as follows:

Device Ports Assignment

SW_AC2, SW_AC3 Fa0/1 ? 0/10 10

SW_AC2, SW_AC3 Fa0/11 ? 0/17 20

SW_AC3 Fa0/18 67

a. Configure access ports on access layer switches.

� Configure the appropriate interfaces on SW_AC2 and SW_AC3 for access mode.

� Assign VLANs according to the port assignments table.

b. Verify trunking and VLAN assignments.

Step 5: Configure Spanning Tree.

a. Modify STP root bridge elections.

� Using a priority of 4096, set SW_DS1 as the root bridge for all VLANs.

� Using a priority of 8192, set SW_AC2 so that it will become the root for all VLANs if SW_DS1 fails.

b. Verify the spanning tree election.

Step 6: Configure Inter-VLAN Routing.

Use the information in the Addressing Table to configure Router1 for inter-VLAN routing. Be sure to designate the native VLAN. Verify inter-VLAN routing.

Step 7: Configure Port Security.

Note: Best practice requires port security on all access ports. However, for this practice exercise you will only configure one port with security.

Page 5: Sba

a. Configure SW_AC3 with port security on FastEthernet 0/2.

� Enable port security.

� No more than two MAC addresses are allowed on the FastEthernet 0/2 port for SW_AC3.

� Once learned, MAC addresses should be automatically added to the running configuration.

� If this policy is violated, the port should be automatically disabled.

b. Verify that port security is implemented.

Step 8: Configure the Wireless LAN.

Refer to the Addressing Table to configure the wireless LAN.

a. Configure WRS.

� Use static addressing on the Internet interface.

� Set the router IP and subnet mask.

� Use the DHCP Server Settings to configure the router to provide wireless hosts with an� IP address.

� The starting IP address in the wireless LAN subnet is 172.16.100.10.�

� The maximum number of users is 25.�

b. Configure wireless security.

� Set the SSID to WRS_LAN.

� Enable WEP security and use 12345ABCDE as key1.

c. Use cisco123 as the remote management password.

d. Configure PC4 to access the wireless network that is provided by WRS. PC4 uses DHCP to obtain addressing information.

Page 6: Sba

Note: It will not be possible for devices to ping PC4 since PC4 is behind the WRS NAT firewall.

Step 9: Verify Connectivity.

Although these are not scored, the following connectivity tests should be successful.

SW_DS1 can ping Router1. SW_AC2 can ping Router1.

SW_AC3 can ping Router1.

PC1 can ping PC2.

PC2 can ping PC3.

PC4 can ping PC1.

Version 2.0Created in Packet Tracer 5.3.2.0027 and Marvel 1.0.1All contents are Copyright � 1992 - 2011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Proposed Solution

Answer Topology

Page 7: Sba

Answer Scripts

SW_DS1

show run

Building configuration...

Current configuration : 1643 bytes!version 12.2no service timestamps log datetime msecno service timestamps debug datetime msecno service password-encryption!hostname SW_DS1!enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1!

Page 8: Sba

!spanning-tree vlan 10,20,43,67 priority 4096!interface FastEthernet0/1!interface FastEthernet0/2!interface FastEthernet0/3!interface FastEthernet0/4!interface FastEthernet0/5!interface FastEthernet0/6!interface FastEthernet0/7!interface FastEthernet0/8!interface FastEthernet0/9!interface FastEthernet0/10!interface FastEthernet0/11!interface FastEthernet0/12!interface FastEthernet0/13!interface FastEthernet0/14!interface FastEthernet0/15!interface FastEthernet0/16!interface FastEthernet0/17!interface FastEthernet0/18!interface FastEthernet0/19switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/20switchport trunk native vlan 43switchport mode trunk!

Page 9: Sba

interface FastEthernet0/21switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/22switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/23switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/24switchport trunk native vlan 43switchport mode trunk!interface GigabitEthernet1/1shutdown!interface GigabitEthernet1/2shutdown!interface Vlan1no ip addressshutdown!interface Vlan43ip address 172.16.43.11 255.255.255.0!ip default-gateway 172.16.43.1!banner motd ^CAuthorized Access Only!^C!line con 0password ciscologin!line vty 0 4password ciscologinline vty 5 15password ciscologin!!end

Page 10: Sba

SW_AC2

show run

Building configuration...

Current configuration : 2510 bytes!version 12.2no service timestamps log datetime msecno service timestamps debug datetime msecno service password-encryption!hostname SW_AC2!enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1!!spanning-tree vlan 10,20,43,67 priority 8192!interface FastEthernet0/1switchport access vlan 10switchport mode access!interface FastEthernet0/2switchport access vlan 10switchport mode access!interface FastEthernet0/3switchport access vlan 10switchport mode access!interface FastEthernet0/4switchport access vlan 10switchport mode access!interface FastEthernet0/5switchport access vlan 10switchport mode access!interface FastEthernet0/6switchport access vlan 10switchport mode access

Page 11: Sba

!interface FastEthernet0/7switchport access vlan 10switchport mode access!interface FastEthernet0/8switchport access vlan 10switchport mode access!interface FastEthernet0/9switchport access vlan 10switchport mode access!interface FastEthernet0/10switchport access vlan 10switchport mode access!interface FastEthernet0/11switchport access vlan 20switchport mode access!interface FastEthernet0/12switchport access vlan 20switchport mode access!interface FastEthernet0/13switchport access vlan 20switchport mode access!interface FastEthernet0/14switchport access vlan 20switchport mode access!interface FastEthernet0/15switchport access vlan 20switchport mode access!interface FastEthernet0/16switchport access vlan 20switchport mode access!interface FastEthernet0/17switchport access vlan 20switchport mode access!interface FastEthernet0/18!

Page 12: Sba

interface FastEthernet0/19switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/20switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/21switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/22switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/23switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/24switchport trunk native vlan 43switchport mode trunk!interface GigabitEthernet1/1shutdown!interface GigabitEthernet1/2shutdown!interface Vlan1no ip addressshutdown!interface Vlan43ip address 172.16.43.12 255.255.255.0!ip default-gateway 172.16.43.1!banner motd ^CAuthorized Access Only!^C!line con 0password ciscologin!line vty 0 4password cisco

Page 13: Sba

loginline vty 5 15password ciscologin!!end

SW_AC3

show run

Building configuration...

Current configuration : 2684 bytes!version 12.2no service timestamps log datetime msecno service timestamps debug datetime msecno service password-encryption!hostname SW_AC3!enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1!!!interface FastEthernet0/1switchport access vlan 10switchport mode access!interface FastEthernet0/2switchport access vlan 10switchport mode accessswitchport port-securityswitchport port-security maximum 2switchport port-security mac-address sticky switchport port-security mac-address sticky 0050.0FDE.754B!interface FastEthernet0/3switchport access vlan 10switchport mode access!interface FastEthernet0/4

Page 14: Sba

switchport access vlan 10switchport mode access!interface FastEthernet0/5switchport access vlan 10switchport mode access!interface FastEthernet0/6switchport access vlan 10switchport mode access!interface FastEthernet0/7switchport access vlan 10switchport mode access!interface FastEthernet0/8switchport access vlan 10switchport mode access!interface FastEthernet0/9switchport access vlan 10switchport mode access!interface FastEthernet0/10switchport access vlan 10switchport mode access!interface FastEthernet0/11switchport access vlan 20switchport mode access!interface FastEthernet0/12switchport access vlan 20switchport mode access!interface FastEthernet0/13switchport access vlan 20switchport mode access!interface FastEthernet0/14switchport access vlan 20switchport mode access!interface FastEthernet0/15switchport access vlan 20switchport mode access!

Page 15: Sba

interface FastEthernet0/16switchport access vlan 20switchport mode access!interface FastEthernet0/17switchport access vlan 20switchport mode access!interface FastEthernet0/18switchport access vlan 67switchport mode access!interface FastEthernet0/19switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/20switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/21switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/22switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/23switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/24switchport trunk native vlan 43switchport mode trunk!interface GigabitEthernet1/1shutdown!interface GigabitEthernet1/2shutdown!interface Vlan1no ip addressshutdown!interface Vlan43

Page 16: Sba

ip address 172.16.43.13 255.255.255.0!ip default-gateway 172.16.43.1!banner motd ^CAuthorized Access Only!^C!line con 0password ciscologin!line vty 0 4password ciscologinline vty 5 15password ciscologin!!end

Router1

show run

Building configuration...

Current configuration : 1013 bytes!version 12.4no service timestamps log datetime msecno service timestamps debug datetime msecno service password-encryption!hostname Router1!!!enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1!!!!!!

Page 17: Sba

!!!!ip ssh version 1!!!!!!interface FastEthernet0/0no ip addressduplex autospeed auto!interface FastEthernet0/0.10encapsulation dot1Q 10ip address 172.16.10.1 255.255.255.0!interface FastEthernet0/0.20encapsulation dot1Q 20ip address 172.16.20.1 255.255.255.0!interface FastEthernet0/0.43encapsulation dot1Q 43 nativeip address 172.16.43.1 255.255.255.0!interface FastEthernet0/0.67encapsulation dot1Q 67ip address 172.16.67.1 255.255.255.0!interface FastEthernet0/1no ip addressduplex autospeed autoshutdown!interface Vlan1no ip addressshutdown!ip classless!!!no cdp run

Page 18: Sba

!banner motd ^CAuthorized Access Only!^C!!!!line con 0password ciscologinline vty 0 4password ciscologinline vty 5 15password ciscologin!!!end

Student's Work Products

Link to Student's Activity File

WARNING: You can launch the student's submitted activity by clicking the button below. However, the completion percentage displayed inside the activity file as well as the point structure shown when clicking "Check Results" has no relationship with the point structure shown above or the score earned by the student.

Java Runtime Engine (JRE) Error

No Java Runtime Engine (JRE) is configured for your browser. Install the Java Runtime Engine and ensure your browser supports it. Review the setup procedure located in the Networking Academy FAQs under the Help link.

Message ID: XP-ERR-003N

Timing Statistics

Time Started: Fri Oct 19 12:23:49 GMT+00:00 2012

Page 19: Sba

Time Ended: Fri Oct 19 12:37:28 GMT+00:00 2012

Elapsed Time: 0:13:37

Allowed Time: 2:00:00

Student's Final Running Configuration

SW_DS1

show run

Building configuration...

Current configuration : 1849 bytes!version 12.2no service timestamps log datetime msecno service timestamps debug datetime msecno service password-encryption!hostname SW_DS1!enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1!!spanning-tree mode pvstspanning-tree vlan 1,10,20,43,67 priority 4096!interface FastEthernet0/1shutdown!interface FastEthernet0/2shutdown!interface FastEthernet0/3shutdown!interface FastEthernet0/4shutdown!interface FastEthernet0/5shutdown!

Page 20: Sba

interface FastEthernet0/6shutdown!interface FastEthernet0/7shutdown!interface FastEthernet0/8shutdown!interface FastEthernet0/9shutdown!interface FastEthernet0/10shutdown!interface FastEthernet0/11shutdown!interface FastEthernet0/12shutdown!interface FastEthernet0/13shutdown!interface FastEthernet0/14shutdown!interface FastEthernet0/15shutdown!interface FastEthernet0/16shutdown!interface FastEthernet0/17shutdown!interface FastEthernet0/18shutdown!interface FastEthernet0/19switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/20switchport trunk native vlan 43switchport mode trunk!

Page 21: Sba

interface FastEthernet0/21switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/22switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/23switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/24switchport trunk native vlan 43switchport mode trunk!interface GigabitEthernet1/1shutdown!interface GigabitEthernet1/2shutdown!interface Vlan1no ip addressshutdown!interface Vlan43ip address 172.16.43.11 255.255.255.0!ip default-gateway 172.16.43.1!banner motd ^CAuthorized Access Only!^C!line con 0password ciscologin!line vty 0 4password ciscologinline vty 5 15password ciscologin!!end

Page 22: Sba

SW_AC2

show run

Building configuration...

Current configuration : 2536 bytes!version 12.2no service timestamps log datetime msecno service timestamps debug datetime msecno service password-encryption!hostname SW_AC2!enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1!!spanning-tree mode pvstspanning-tree vlan 1,10,20,43,67 priority 8192!interface FastEthernet0/1switchport access vlan 10switchport mode access!interface FastEthernet0/2switchport access vlan 10switchport mode access!interface FastEthernet0/3switchport access vlan 10switchport mode access!interface FastEthernet0/4switchport access vlan 10switchport mode access!interface FastEthernet0/5switchport access vlan 10switchport mode access!interface FastEthernet0/6switchport access vlan 10switchport mode access

Page 23: Sba

!interface FastEthernet0/7switchport access vlan 10switchport mode access!interface FastEthernet0/8switchport access vlan 10switchport mode access!interface FastEthernet0/9switchport access vlan 10switchport mode access!interface FastEthernet0/10switchport access vlan 10switchport mode access!interface FastEthernet0/11switchport access vlan 20switchport mode access!interface FastEthernet0/12switchport access vlan 20switchport mode access!interface FastEthernet0/13switchport access vlan 20switchport mode access!interface FastEthernet0/14switchport access vlan 20switchport mode access!interface FastEthernet0/15switchport access vlan 20switchport mode access!interface FastEthernet0/16switchport access vlan 20switchport mode access!interface FastEthernet0/17switchport access vlan 20switchport mode access!interface FastEthernet0/18!

Page 24: Sba

interface FastEthernet0/19switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/20switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/21switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/22switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/23switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/24switchport trunk native vlan 43switchport mode trunk!interface GigabitEthernet1/1shutdown!interface GigabitEthernet1/2shutdown!interface Vlan1no ip addressshutdown!interface Vlan43ip address 172.16.43.12 255.255.255.0!ip default-gateway 172.16.43.1!banner motd ^CAuthorized access only!^C!line con 0password ciscologin!line vty 0 4password cisco

Page 25: Sba

loginline vty 5 15password ciscologin!!end

SW_AC3

show run

Building configuration...

Current configuration : 2708 bytes!version 12.2no service timestamps log datetime msecno service timestamps debug datetime msecno service password-encryption!hostname SW_AC3!enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1!!spanning-tree mode pvst!interface FastEthernet0/1switchport access vlan 10switchport mode access!interface FastEthernet0/2switchport access vlan 10switchport mode accessswitchport port-securityswitchport port-security maximum 2switchport port-security mac-address sticky switchport port-security mac-address sticky 0050.0FDE.754B!interface FastEthernet0/3switchport access vlan 10switchport mode access!

Page 26: Sba

interface FastEthernet0/4switchport access vlan 10switchport mode access!interface FastEthernet0/5switchport access vlan 10switchport mode access!interface FastEthernet0/6switchport access vlan 10switchport mode access!interface FastEthernet0/7switchport access vlan 10switchport mode access!interface FastEthernet0/8switchport access vlan 10switchport mode access!interface FastEthernet0/9switchport access vlan 10switchport mode access!interface FastEthernet0/10switchport access vlan 10switchport mode access!interface FastEthernet0/11switchport access vlan 20switchport mode access!interface FastEthernet0/12switchport access vlan 20switchport mode access!interface FastEthernet0/13switchport access vlan 20switchport mode access!interface FastEthernet0/14switchport access vlan 20switchport mode access!interface FastEthernet0/15switchport access vlan 20switchport mode access

Page 27: Sba

!interface FastEthernet0/16switchport access vlan 20switchport mode access!interface FastEthernet0/17switchport access vlan 20switchport mode access!interface FastEthernet0/18switchport access vlan 67switchport mode access!interface FastEthernet0/19switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/20switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/21switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/22switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/23switchport trunk native vlan 43switchport mode trunk!interface FastEthernet0/24switchport trunk native vlan 43switchport mode trunk!interface GigabitEthernet1/1shutdown!interface GigabitEthernet1/2shutdown!interface Vlan1no ip addressshutdown!

Page 28: Sba

interface Vlan43ip address 172.16.43.13 255.255.255.0!ip default-gateway 172.16.43.1!banner motd ^CAuthorized Access Only!^C!line con 0password ciscologin!line vty 0 4password ciscologinline vty 5 15password ciscologin!!end

Router1

show run

Building configuration...

Current configuration : 1037 bytes!version 12.4no service timestamps log datetime msecno service timestamps debug datetime msecno service password-encryption!hostname Router1!!!enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1!!!!!

Page 29: Sba

!!!!!ip ssh version 1!!spanning-tree mode pvst!!!!interface FastEthernet0/0no ip addressduplex autospeed auto!interface FastEthernet0/0.10encapsulation dot1Q 10ip address 172.16.10.1 255.255.255.0!interface FastEthernet0/0.20encapsulation dot1Q 20ip address 172.16.20.1 255.255.255.0!interface FastEthernet0/0.43encapsulation dot1Q 43 nativeip address 172.16.43.1 255.255.255.0!interface FastEthernet0/0.67encapsulation dot1Q 67ip address 172.16.67.1 255.255.255.0!interface FastEthernet0/1no ip addressduplex autospeed autoshutdown!interface Vlan1no ip addressshutdown!ip classless!!

Page 30: Sba

!no cdp run!banner motd ^CAuthorized Access Only!^C!!!!line con 0password ciscologinline vty 0 4password ciscologinline vty 5 15password ciscologin!!!end

Combined Student Log

Timestamp Device Prompt Command

Fri Oct 19 20:24:12 2012 SW_DS1 SW_DS1> en

Fri Oct 19 20:24:15 2012 SW_DS1 SW_DS1# conf t

Fri Oct 19 20:24:18 2012 SW_DS1 SW_DS1(config)# int vlan 43

Fri Oct 19 20:24:35 2012 SW_DS1 SW_DS1(config-if)# ip add 172.16.43.11 255.255.255.0

Fri Oct 19 20:24:36 2012 SW_DS1 SW_DS1(config-if)# no shut

Fri Oct 19 20:24:51 2012 SW_DS1 SW_DS1(config-if)# ip default 172.16.43.1

Fri Oct 19 20:25:06 2012 SW_AC2 SW_AC2> en

Fri Oct 19 20:25:09 2012 SW_AC2 SW_AC2# conf t

Fri Oct 19 20:25:12 2012 SW_AC2 SW_AC2(config)# int vlan 43

Fri Oct 19 20:25:20 2012 SW_AC2 SW_AC2(config-if)# ip add 172.16.43.12 255.255.255.0

Fri Oct 19 20:25:22 2012 SW_AC2 SW_AC2(config-if)# no shut

Fri Oct 19 20:25:28 2012 SW_AC2 SW_AC2(config-if)# ip default 172.16.43.1

Page 31: Sba

Timestamp Device Prompt Command

Fri Oct 19 20:25:39 2012 SW_AC3 SW_AC3> en

Fri Oct 19 20:25:41 2012 SW_AC3 SW_AC3# conf t

Fri Oct 19 20:25:51 2012 SW_AC3 SW_AC3(config)# int vlan 43

Fri Oct 19 20:26:02 2012 SW_AC3 SW_AC3(config-if)# ip add 172.16.43.13 255.255.255.0

Fri Oct 19 20:26:03 2012 SW_AC3 SW_AC3(config-if)# no shut

Fri Oct 19 20:26:08 2012 SW_AC3 SW_AC3(config-if)# ip default 172.16.43.1

Fri Oct 19 20:26:20 2012 SW_DS1 SW_DS1(config)# int range fa0/19-fa0/24

Fri Oct 19 20:26:24 2012 SW_DS1 SW_DS1(config-if-range)# switchport mode trunk

Fri Oct 19 20:26:33 2012 SW_DS1 SW_DS1(config-if-range)# switchport trunk native vlan 43

Fri Oct 19 20:26:47 2012 SW_AC2 SW_AC2(config)# int range fa0/19-fa0/24

Fri Oct 19 20:26:51 2012 SW_AC2 SW_AC2(config-if-range)# switchport mode trunk

Fri Oct 19 20:26:55 2012 SW_AC2 SW_AC2(config-if-range)# switchport trunk native vlan 43

Fri Oct 19 20:27:09 2012 SW_AC3 SW_AC3(config)# int range fa0/19-fa0/24

Fri Oct 19 20:27:12 2012 SW_AC3 SW_AC3(config-if-range)# switchport mode trunk

Fri Oct 19 20:27:17 2012 SW_AC3 SW_AC3(config-if-range)# switchport trunk native vlan 43

Fri Oct 19 20:27:31 2012 SW_DS1 SW_DS1(config-if-range)# exit

Fri Oct 19 20:27:35 2012 SW_DS1 SW_DS1(config)# vtp mode server

Fri Oct 19 20:27:39 2012 SW_DS1 SW_DS1(config)# vtp domain CCNA

Fri Oct 19 20:27:44 2012 SW_DS1 SW_DS1(config)# vtp password cisco

Fri Oct 19 20:27:47 2012 SW_DS1 SW_DS1(config)# vlan 10

Fri Oct 19 20:27:50 2012 SW_DS1 SW_DS1(config-vlan)# name Student

Fri Oct 19 20:27:53 2012 SW_DS1 SW_DS1(config-vlan)# vlan 20

Fri Oct 19 20:27:55 2012 SW_DS1 SW_DS1(config-vlan)# name Faculty

Fri Oct 19 20:27:57 2012 SW_DS1 SW_DS1(config-vlan)# vlan 43

Fri Oct 19 20:28:01 2012 SW_DS1 SW_DS1(config-vlan)# name Management

Fri Oct 19 20:28:06 2012 SW_DS1 SW_DS1(config-vlan)# vlan 67

Fri Oct 19 20:28:09 2012 SW_DS1 SW_DS1(config-vlan)# name Wireless

Fri Oct 19 20:28:15 2012 SW_AC2 SW_AC2(config-if-range)# exit

Page 32: Sba

Timestamp Device Prompt Command

Fri Oct 19 20:28:21 2012 SW_AC2 SW_AC2(config)# vtp mode client

Fri Oct 19 20:28:26 2012 SW_AC2 SW_AC2(config)# vtp domain CCNA

Fri Oct 19 20:28:30 2012 SW_AC2 SW_AC2(config)# vtp password cisco

Fri Oct 19 20:28:36 2012 SW_AC3 SW_AC3(config-if-range)# exit

Fri Oct 19 20:28:39 2012 SW_AC3 SW_AC3(config)# vtp mode client

Fri Oct 19 20:28:46 2012 SW_AC3 SW_AC3(config)# vtp domain CCNA

Fri Oct 19 20:28:51 2012 SW_AC3 SW_AC3(config)# vtp password cisco

Fri Oct 19 20:29:05 2012 SW_AC2 SW_AC2(config)# int range fa0/1-fa0/10

Fri Oct 19 20:29:12 2012 SW_AC2 SW_AC2(config-if-range)# switchport mode access

Fri Oct 19 20:29:16 2012 SW_AC2 SW_AC2(config-if-range)# switchport access vlan 10

Fri Oct 19 20:29:21 2012 SW_AC2 SW_AC2(config-if-range)# int range fa0/11-fa0/17

Fri Oct 19 20:29:23 2012 SW_AC2 SW_AC2(config-if-range)# switchport mode access

Fri Oct 19 20:29:31 2012 SW_AC2 SW_AC2(config-if-range)# switchport access vlan 20

Fri Oct 19 20:29:43 2012 SW_AC3 SW_AC3(config)# int range fa0/1-fa0/10

Fri Oct 19 20:29:47 2012 SW_AC3 SW_AC3(config-if-range)# switchport mode access

Fri Oct 19 20:29:54 2012 SW_AC3 SW_AC3(config-if-range)# switchport access vlan 10

Fri Oct 19 20:30:02 2012 SW_AC3 SW_AC3(config-if-range)# int range fa0/11-fa0/17

Fri Oct 19 20:30:06 2012 SW_AC3 SW_AC3(config-if-range)# switchport mode access

Fri Oct 19 20:30:12 2012 SW_AC3 SW_AC3(config-if-range)# switchport access vlan 20

Fri Oct 19 20:30:17 2012 SW_AC3 SW_AC3(config-if-range)# exit

Fri Oct 19 20:30:19 2012 SW_AC3 SW_AC3(config)# int fa0/18

Fri Oct 19 20:30:22 2012 SW_AC3 SW_AC3(config-if)# switchport mode access

Fri Oct 19 20:30:26 2012 SW_AC3 SW_AC3(config-if)# switchport access vlan 67

Fri Oct 19 20:30:40 2012 SW_DS1 SW_DS1(config-vlan)# exit

Fri Oct 19 20:30:47 2012 SW_DS1 SW_DS1(config)# spanning-tree vlan 1

Fri Oct 19 20:30:54 2012 SW_DS1 SW_DS1(config)# spanning-tree vlan 1 priority 4096

Fri Oct 19 20:31:01 2012 SW_DS1 SW_DS1(config)# spanning-tree vlan 10 priority 4096

Fri Oct 19 20:31:10 2012 SW_DS1 SW_DS1(config)# spanning-tree vlan 20 priority 4096

Page 33: Sba

Timestamp Device Prompt Command

Fri Oct 19 20:31:17 2012 SW_DS1 SW_DS1(config)# spanning-tree vlan 43 priority 4096

Fri Oct 19 20:31:25 2012 SW_DS1 SW_DS1(config)# spanning-tree vlan 67 priority 4096

Fri Oct 19 20:31:33 2012 SW_AC2 SW_AC2(config-if-range)# exit

Fri Oct 19 20:31:45 2012 SW_AC2 SW_AC2(config)# spanning-tree vlan 1 priority 8192

Fri Oct 19 20:31:51 2012 SW_AC2 SW_AC2(config)# spanning-tree vlan 10 priority 8192

Fri Oct 19 20:31:57 2012 SW_AC2 SW_AC2(config)# spanning-tree vlan 20 priority 8192

Fri Oct 19 20:32:02 2012 SW_AC2 SW_AC2(config)# spanning-tree vlan 43 priority 8192

Fri Oct 19 20:32:09 2012 SW_AC2 SW_AC2(config)# spanning-tree vlan 67 priority 8192

Fri Oct 19 20:32:25 2012 Router1 Router1> en

Fri Oct 19 20:32:27 2012 Router1 Router1# conf t

Fri Oct 19 20:32:33 2012 Router1 Router1(config)# int fa0/0.10

Fri Oct 19 20:32:35 2012 Router1 Router1(config-subif)# encapsulation dot1Q 10

Fri Oct 19 20:32:43 2012 Router1 Router1(config-subif)# ip add 172.16.10.1 255.255.255.0

Fri Oct 19 20:32:48 2012 Router1 Router1(config-subif)# int fa0/0.20

Fri Oct 19 20:32:50 2012 Router1 Router1(config-subif)# encapsulation dot1Q 20

Fri Oct 19 20:32:59 2012 Router1 Router1(config-subif)# ip add 172.16.20.1 255.255.255.0

Fri Oct 19 20:33:06 2012 Router1 Router1(config-subif)# int fa0/0.43

Fri Oct 19 20:33:12 2012 Router1 Router1(config-subif)# encapsulation dot1Q 43 native

Fri Oct 19 20:33:21 2012 Router1 Router1(config-subif)# ip add 172.16.43.1 255.255.255.0

Fri Oct 19 20:33:25 2012 Router1 Router1(config-subif)# int fa0/0.67

Fri Oct 19 20:33:29 2012 Router1 Router1(config-subif)# encapsulation dot1Q 67

Fri Oct 19 20:33:40 2012 Router1 Router1(config-subif)# ip add 172.16.67.1 255.255.255.0

Fri Oct 19 20:33:42 2012 Router1 Router1(config-subif)# exit

Fri Oct 19 20:33:44 2012 Router1 Router1(config)# int fa0/0

Fri Oct 19 20:33:45 2012 Router1 Router1(config-if)# no shut

Fri Oct 19 20:34:02 2012 SW_AC3 SW_AC3(config-if)# exit

Fri Oct 19 20:34:05 2012 SW_AC3 SW_AC3(config)# int fa0/2

Fri Oct 19 20:34:10 2012 SW_AC3 SW_AC3(config-if)# switchport priority

Page 34: Sba

Timestamp Device Prompt Command

Fri Oct 19 20:34:14 2012 SW_AC3 SW_AC3(config-if)# switchport port-security

Fri Oct 19 20:34:19 2012 SW_AC3 SW_AC3(config-if)# switchport port-security maximum 2

Fri Oct 19 20:34:25 2012 SW_AC3 SW_AC3(config-if)# switchport port-security mac-address sticky

Fri Oct 19 20:34:27 2012 SW_AC3 SW_AC3(config-if)# exit

Fri Oct 19 20:34:28 2012 SW_AC3 SW_AC3(config)# exit

Fri Oct 19 20:34:30 2012 SW_AC3 SW_AC3# show run