Friday, October 14, 2011

CCNA3: ESwitching Basic Switching/Wireless PT Practice SBA ***2011*** SOLUTION

NOTE: THIS CONFIGURATION SHOULD ONLY BE USED AS A GUIDE ALTHOUGH THEY ARE THE RIGHT ONES.

Router1 configuration:

!
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
logging synchronous
login
line vty 0 4
password cisco
login
line vty 5 15
password cisco
login
!
!
!
end
-------------------------------------------------
 SW_DS1 configuration:

!
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 1,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
!
interface GigabitEthernet1/2
!
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 ^C
Authorized access only!^C
!
line con 0
 password cisco
 logging synchronous
 login
!
line vty 0 4
 password cisco
 login
line vty 5 15
 password cisco
 login
!
!
end
----------------------------------------------------------------
SW_AC2 configuration:

!
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 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 trunk native vlan 43
 switchport mode access
!
interface FastEthernet0/12
 switchport access vlan 20
 switchport trunk native vlan 43
 switchport mode access
!
interface FastEthernet0/13
 switchport access vlan 20
 switchport trunk native vlan 43
 switchport mode access
!
interface FastEthernet0/14
 switchport access vlan 20
 switchport trunk native vlan 43
 switchport mode access
!
interface FastEthernet0/15
 switchport access vlan 20
 switchport trunk native vlan 43
 switchport mode access
!
interface FastEthernet0/16
 switchport access vlan 20
 switchport trunk native vlan 43
 switchport mode access
!
interface FastEthernet0/17
 switchport access vlan 20
 switchport trunk native vlan 43
 switchport mode access
!
interface FastEthernet0/18
 switchport trunk native vlan 43
 switchport mode trunk
!
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
 logging synchronous
 login
!
line vty 0 4
 password cisco
 login
line vty 5 15
 password cisco
 login
!
!
end
-------------------------------------------------------------
SW_AC3 configuration:

!
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 000C.CF5A.4D8C
 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 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.13 255.255.255.0
!
ip default-gateway 172.16.43.1
!
banner motd ^CAuthorized access only!^C
!
line con 0
 password cisco
 logging synchronous
 login
!
line vty 0 4
 password cisco
 login
line vty 5 15
 password cisco
 login
!
!
end