Sunteți pe pagina 1din 34

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. 2. 3. Do not use the browser Back button or close or reload any exam windows during the exam. Do not close Packet Tracer when you are done. It will close automatically. Click the Submit Assessment button to submit your work.

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 Fa0/0.10 Fa0/0.20 Fa0/0.43 Fa0/0.67 Internet Wireless VLAN 43 VLAN 43 VLAN 43 NIC

Address 172.16.10.1 172.16.20.1 172.16.43.1 172.16.67.1 172.16.67.10 172.16.100.1 172.16.43.11 172.16.43.12 172.16.43.13 172.16.10.10

Subnet Mask 255.255.255.0 255.255.255.0 255.255.255.0 255.255.255.0 255.255.255.0 255.255.255.0 255.255.255.0 255.255.255.0 255.255.255.0 255.255.255.0

Default Gateway n/a n/a n/a n/a 172.16.67.1 n/a 172.16.43.1 172.16.43.1 172.16.43.1 172.16.10.1

Router1

WRS SW_DS1 SW_AC2 SW_AC3 PC1

PC2 PC3 PC4

NIC NIC NIC

172.16.20.10 172.16.10.11 DHCP assigned

255.255.255.0 255.255.255.0 255.255.255.0

172.16.20.1 172.16.10.1 172.16.100.1

Note: The password for user EXEC mode is cisco. The password for privileged EXEC mode is class. 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 VLAN port assignments on each switch are as follows:

Device SW_AC2, SW_AC3 SW_AC2, SW_AC3 SW_AC3

Ports Fa0/1 ? 0/10 Fa0/11 ? 0/17 Fa0/18

Assignment 10 20 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. 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. 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.0 Created in Packet Tracer 5.3.2.0027 and Marvel 1.0.1 All contents are Copyright 1992 - 2011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Proposed Solution
Answer Topology

Answer Scripts
SW_DS1

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

! 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/19 switchport trunk native vlan 43 switchport mode trunk ! interface FastEthernet0/20 switchport trunk native vlan 43 switchport mode trunk !

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

SW_AC2

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

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

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

login line vty 5 15 password cisco login ! ! end

SW_AC3

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

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

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

43

43

43

43

43

43

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 0 password cisco login ! line vty 0 4 password cisco login line vty 5 15 password cisco login ! ! end

Router1

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

! ! ! ! ip ssh version 1 ! ! ! ! ! ! interface FastEthernet0/0 no ip address duplex auto speed auto ! 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 FastEthernet0/0.43 encapsulation dot1Q 43 native ip address 172.16.43.1 255.255.255.0 ! interface FastEthernet0/0.67 encapsulation dot1Q 67 ip address 172.16.67.1 255.255.255.0 ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Vlan1 no ip address shutdown ! ip classless ! ! ! no cdp run

! banner motd ^CAuthorized Access Only!^C ! ! ! ! line con 0 password cisco login line vty 0 4 password cisco login line vty 5 15 password cisco login ! ! ! 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

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.2 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname SW_DS1 ! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1 ! ! spanning-tree mode pvst spanning-tree vlan 1,10,20,43,67 priority 4096 ! interface FastEthernet0/1 shutdown ! interface FastEthernet0/2 shutdown ! interface FastEthernet0/3 shutdown ! interface FastEthernet0/4 shutdown ! interface FastEthernet0/5 shutdown !

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

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

SW_AC2

show run

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

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

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

login line vty 5 15 password cisco login ! ! end


SW_AC3

show run

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

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

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

43

43

43

43

43

43

interface Vlan43 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 0 password cisco login ! line vty 0 4 password cisco login line vty 5 15 password cisco login ! ! end
Router1

show run

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

! ! ! ! ! ip ssh version 1 ! ! spanning-tree mode pvst ! ! ! ! interface FastEthernet0/0 no ip address duplex auto speed auto ! 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 FastEthernet0/0.43 encapsulation dot1Q 43 native ip address 172.16.43.1 255.255.255.0 ! interface FastEthernet0/0.67 encapsulation dot1Q 67 ip address 172.16.67.1 255.255.255.0 ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Vlan1 no ip address shutdown ! ip classless ! !

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

Combined Student Log


Timestamp Device Prompt en conf t int vlan 43 ip add 172.16.43.11 255.255.255.0 no shut ip default 172.16.43.1 en conf t int vlan 43 ip add 172.16.43.12 255.255.255.0 no shut ip default 172.16.43.1 Command Fri Oct 19 20:24:12 2012 SW_DS1 SW_DS1> Fri Oct 19 20:24:15 2012 SW_DS1 SW_DS1# Fri Oct 19 20:24:18 2012 SW_DS1 SW_DS1(config)# Fri Oct 19 20:24:35 2012 SW_DS1 SW_DS1(config-if)# Fri Oct 19 20:24:36 2012 SW_DS1 SW_DS1(config-if)# Fri Oct 19 20:24:51 2012 SW_DS1 SW_DS1(config-if)# Fri Oct 19 20:25:06 2012 SW_AC2 SW_AC2> Fri Oct 19 20:25:09 2012 SW_AC2 SW_AC2# Fri Oct 19 20:25:12 2012 SW_AC2 SW_AC2(config)# Fri Oct 19 20:25:20 2012 SW_AC2 SW_AC2(config-if)# Fri Oct 19 20:25:22 2012 SW_AC2 SW_AC2(config-if)# Fri Oct 19 20:25:28 2012 SW_AC2 SW_AC2(config-if)#

Timestamp

Device

Prompt en conf t int vlan 43

Command

Fri Oct 19 20:25:39 2012 SW_AC3 SW_AC3> Fri Oct 19 20:25:41 2012 SW_AC3 SW_AC3# Fri Oct 19 20:25:51 2012 SW_AC3 SW_AC3(config)# Fri Oct 19 20:26:02 2012 SW_AC3 SW_AC3(config-if)# Fri Oct 19 20:26:03 2012 SW_AC3 SW_AC3(config-if)# Fri Oct 19 20:26:08 2012 SW_AC3 SW_AC3(config-if)# Fri Oct 19 20:26:20 2012 SW_DS1 SW_DS1(config)#

ip add 172.16.43.13 255.255.255.0 no shut ip default 172.16.43.1 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)# Fri Oct 19 20:27:39 2012 SW_DS1 SW_DS1(config)# Fri Oct 19 20:27:44 2012 SW_DS1 SW_DS1(config)# Fri Oct 19 20:27:47 2012 SW_DS1 SW_DS1(config)# Fri Oct 19 20:27:50 2012 SW_DS1 SW_DS1(config-vlan)# Fri Oct 19 20:27:53 2012 SW_DS1 SW_DS1(config-vlan)# Fri Oct 19 20:27:55 2012 SW_DS1 SW_DS1(config-vlan)# Fri Oct 19 20:27:57 2012 SW_DS1 SW_DS1(config-vlan)# Fri Oct 19 20:28:01 2012 SW_DS1 SW_DS1(config-vlan)# Fri Oct 19 20:28:06 2012 SW_DS1 SW_DS1(config-vlan)# Fri Oct 19 20:28:09 2012 SW_DS1 SW_DS1(config-vlan)# vtp mode server vtp domain CCNA vtp password cisco vlan 10 name Student vlan 20 name Faculty vlan 43 name Management vlan 67 name Wireless

Timestamp

Device

Prompt

Command

Fri Oct 19 20:28:15 2012 SW_AC2 SW_AC2(config-if-range)# exit Fri Oct 19 20:28:21 2012 SW_AC2 SW_AC2(config)# Fri Oct 19 20:28:26 2012 SW_AC2 SW_AC2(config)# Fri Oct 19 20:28:30 2012 SW_AC2 SW_AC2(config)# vtp mode client vtp domain CCNA 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)# Fri Oct 19 20:28:46 2012 SW_AC3 SW_AC3(config)# Fri Oct 19 20:28:51 2012 SW_AC3 SW_AC3(config)# Fri Oct 19 20:29:05 2012 SW_AC2 SW_AC2(config)# vtp mode client vtp domain CCNA vtp password cisco 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)# Fri Oct 19 20:30:22 2012 SW_AC3 SW_AC3(config-if)# Fri Oct 19 20:30:26 2012 SW_AC3 SW_AC3(config-if)# Fri Oct 19 20:30:40 2012 SW_DS1 SW_DS1(config-vlan)# Fri Oct 19 20:30:47 2012 SW_DS1 SW_DS1(config)# Fri Oct 19 20:30:54 2012 SW_DS1 SW_DS1(config)# int fa0/18 switchport mode access switchport access vlan 67 exit spanning-tree vlan 1 spanning-tree vlan 1 priority 4096

Timestamp

Device

Prompt

Command spanning-tree vlan 10 priority 4096 spanning-tree vlan 20 priority 4096 spanning-tree vlan 43 priority 4096 spanning-tree vlan 67 priority 4096

Fri Oct 19 20:31:01 2012 SW_DS1 SW_DS1(config)# Fri Oct 19 20:31:10 2012 SW_DS1 SW_DS1(config)# Fri Oct 19 20:31:17 2012 SW_DS1 SW_DS1(config)# Fri Oct 19 20:31:25 2012 SW_DS1 SW_DS1(config)#

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)# Fri Oct 19 20:31:51 2012 SW_AC2 SW_AC2(config)# Fri Oct 19 20:31:57 2012 SW_AC2 SW_AC2(config)# Fri Oct 19 20:32:02 2012 SW_AC2 SW_AC2(config)# Fri Oct 19 20:32:09 2012 SW_AC2 SW_AC2(config)# Fri Oct 19 20:32:25 2012 Router1 Fri Oct 19 20:32:27 2012 Router1 Fri Oct 19 20:32:33 2012 Router1 Fri Oct 19 20:32:35 2012 Router1 Fri Oct 19 20:32:43 2012 Router1 Fri Oct 19 20:32:48 2012 Router1 Fri Oct 19 20:32:50 2012 Router1 Fri Oct 19 20:32:59 2012 Router1 Fri Oct 19 20:33:06 2012 Router1 Fri Oct 19 20:33:12 2012 Router1 Fri Oct 19 20:33:21 2012 Router1 Fri Oct 19 20:33:25 2012 Router1 Fri Oct 19 20:33:29 2012 Router1 Fri Oct 19 20:33:40 2012 Router1 Fri Oct 19 20:33:42 2012 Router1 Fri Oct 19 20:33:44 2012 Router1 Fri Oct 19 20:33:45 2012 Router1 Router1> Router1# Router1(config)# Router1(config-subif)# Router1(config-subif)# Router1(config-subif)# Router1(config-subif)# Router1(config-subif)# Router1(config-subif)# Router1(config-subif)# Router1(config-subif)# Router1(config-subif)# Router1(config-subif)# Router1(config-subif)# Router1(config-subif)# Router1(config)# Router1(config-if)# spanning-tree vlan 1 priority 8192 spanning-tree vlan 10 priority 8192 spanning-tree vlan 20 priority 8192 spanning-tree vlan 43 priority 8192 spanning-tree vlan 67 priority 8192 en conf t int fa0/0.10 encapsulation dot1Q 10 ip add 172.16.10.1 255.255.255.0 int fa0/0.20 encapsulation dot1Q 20 ip add 172.16.20.1 255.255.255.0 int fa0/0.43 encapsulation dot1Q 43 native ip add 172.16.43.1 255.255.255.0 int fa0/0.67 encapsulation dot1Q 67 ip add 172.16.67.1 255.255.255.0 exit int fa0/0 no shut

Timestamp

Device

Prompt exit int fa0/2

Command

Fri Oct 19 20:34:02 2012 SW_AC3 SW_AC3(config-if)# Fri Oct 19 20:34:05 2012 SW_AC3 SW_AC3(config)# Fri Oct 19 20:34:10 2012 SW_AC3 SW_AC3(config-if)# Fri Oct 19 20:34:14 2012 SW_AC3 SW_AC3(config-if)# Fri Oct 19 20:34:19 2012 SW_AC3 SW_AC3(config-if)# Fri Oct 19 20:34:25 2012 SW_AC3 SW_AC3(config-if)# Fri Oct 19 20:34:27 2012 SW_AC3 SW_AC3(config-if)# Fri Oct 19 20:34:28 2012 SW_AC3 SW_AC3(config)# Fri Oct 19 20:34:30 2012 SW_AC3 SW_AC3#

switchport priority switchport port-security switchport port-security maximum 2 switchport port-security mac-address sticky exit exit show run

S-ar putea să vă placă și