Configuring Traditional Spanning Tree Protocol (PVST)
8
4
Vlan Load Balancing in PVST
9
5
Configuring Uplink fast and Port fast
11
6
Configuring RSTP and MST
13
7
Configuring Inter-Vlan Routing
16
8
Securing STP (Root Guard, Bpdu Guard)
20
9
Configuring Ether Channel
22
10
Configuring HSRP
25
11
Securing Switched network using VACL
27
12
Securing Switched network using Private Vlans
29
13
Securing Switched network using Port Security
31
14
Implementing Wireless Lan using Cisco Aironet Access Point
33
15
Configuring Cisco IP Telephony using Cisco Call Manager & Cisco IP Phones
52
BCMSN Lab Manual
-1-
Lab # 1
Basics of Native IOS Objective This lab includes basic commands of Native IOS on 2950 & 3560.
Diagram 3560
2950
Console Port 0
Console
Port 0
Configuration Step 1: After connecting your PC to the Console Port. Switch con0 is now available Press RETURN to get started. Switch>
Etronics Solution Provider
(User Mode)
BCMSN Lab Manual
Step 2: To Enter Into Privilege executive mode From User Mode & ViceVersa. Switch>enable Switch# Switch#disable Switch>
Step 3: To Enter Into Global Configuration Mode. Switch# Switch#config t Switch(config)#
Step 4: To change the Host Name of Switch. Switch(config)#hostname 3560
Step 5(A): Set the Line Console Password on the switch. 3560(config)#line console 0 3560(config-line)#password cisco 3560(config-line)#login
Step 5(B): Verification Line Console Password on the switch. 3560 con0 is now available Press RETURN to get started. User Access Verification Password: 3560>enable
Step 6(A): Set the privileged mode password in clear text. 3560(config)#enable password cisco
Step 6(B): Verifying the privileged mode password in clear text. 3560#disable 3560>enable Password:
Etronics Solution Provider
-2-
BCMSN Lab Manual
Step 7(A): Set the Privileged Mode password in encrypted form. 3560(config)#enable secret cisco1
Step 7(B): Verifying the Privileged Mode password in encrypted form. 3560#disable 3560>enable Password:
Step 8: Set the Line VTY Password on the switch. 3560(config)#line vty 0 15 3560(config-line)#password cisco 3560(config-line)#login
Step 9: Show contents of Current Configuration (RAM). 3560#show running-config
Step 10: To give the IP Address of Management Domain Interface OF 3560. 3560(config)#int vlan 1 3560(config-if)#ip address 10.0.0.10 255.0.0.0 3560(config-if)#no shutdown
Step 11: Display the information of Management VLAN Interface. 3560#show int vlan 1
Step 12: Display the information of All Interfaces on the switch. 3560#show ip interface brief
Step 13: Set a IP Default Network In a Switched Network. 3560(config)#ip default-gateway 10.0.0.1
Step 14: Display the Flash Information. 3560#dir
Etronics Solution Provider
-3-
BCMSN Lab Manual
OR 3560#show flash:
Step 15: Display the Status of the Interfaces on the switch. 3560#show interfaces status
Step 16: Display the Detailed Information of Interfaces. 3560#show interfaces OR 3560#show interfaces fastEthernet 0/1
Step 17: Display the Information of the Mode of Interfaces (Switchport). 3560#show interfaces switchport OR 3560#show interfaces fastEthernet 0/1 switchport
Step 18: Display the Detailed Information of Interfaces Capabilities. 3560#show interfaces capabilities OR 3560#show interfaces fastEthernet 0/1 capabilities
Step 19: Display the Information of the Trunk Interfaces (Ports). 3560#show interfaces trunk
Step 20: Display the Version Information of the Switch. 3560#show version
Etronics Solution Provider
-4-
BCMSN Lab Manual
Step 21: Display the Information of Dynamic Trunking Protocol (DTP). 3560#show dtp
Step 22: Display the Information of CDP. 3560#show cdp
Step 23: Display the Information of CDP Enabled Interfaces. 3560#show cdp interfaces
Step 24: Enabled the CDP on the switch. Switch(config)#cdp run
Step 25: Enable CDP on the Interface FastEthernet 0/1. Switch(config)#interface fastethernet 0/1 Switch(config-if)#cdp enable
Step 26: Shown the MAC Address Table Information. 3560#show mac address-table dynamic
Step 27: Copy the Current Configuration Into Startup Configuration. 3560#copy running-config startup-config
Step 28: Configuring the Multiple Interfaces. 3560(config)#int range fastEthernet 0/1 - 5 3560(config-if-range)#switchport mode access
Step 29: Setting Of Speed, Duplex and Description On Interface. 3560(config)#int fastEthernet 0/1 3560(config-if)#speed 100 3560(config-if)#duplex full 3560(config-if)#description Fast-Ethernet-Port-1
Etronics Solution Provider
-5-
BCMSN Lab Manual
-6-
Lab # 2
VLAN & VTP Objective To understand VLAN & VTP operations in switched environment.
Verifying Commands Switch# show spanning-tree vlan 10 Switch# show spanning-tree vlan 20
Etronics Solution Provider
- 10 -
BCMSN Lab Manual
- 11 -
Lab # 5
Tuning Spanning Tree Protocol (Port-Fast, Uplink-Fast) Objective Tune the spanning tree protocol for enhancing network performance and minimizing the network downtime by enabling port-fast & uplink-fast features.
i. Port Fast Port Fast is used to bypass the STP Timers for connected PCs and Servers.
Verifying Command Switch#show vlan Switch#show ip route
Etronics Solution Provider
- 19 -
BCMSN Lab Manual
- 20 -
Lab # 8
Protecting Spanning Tree Protocol Topology (BPDU Guard, Root-Guard) Objective Tune the spanning tree protocol for protecting the STP topology by using BPDU Guard & Root Guard features.
Ether Channel Objective Ether Channel allows to specify the multiple Ethernet ports of the same type as a single virtual link. Lab Objective : 1. Enable Ether-Channel with no protocol on Cisco catalyst switches. 2. Enable Ether-Channel (PAgP) on Cisco catalyst switches. 3. Enable Ether-Channel (LACP) on Cisco catalyst switches.
i. Ether-Channel Diagram Ether Channel
2950
Fa0/23
Fa0/24
Root Switch
Switch (2950) 2950(config)#interface range fastEthernet 0/23 - 24 2950(config-if-range)#channel-group 1 mode on
Switch (3560) 3560(config)#interface range fastEthernet 0/7 - 8 3560(config-if-range)#channel-group 1 mode on
Connect a Pc (having ip address 192.168.1.160 255.255.255.0) to the same PoE enabled switch, to which AP is already connected.
•
Verify connectivity by ping to default ip address (192.168.1.150) of AP.
•
Open Internet explorer and type the AP default ip address (192.168.1.150).
•
Enter; o Username: ap o Password: Cisco
•
The home page of AP appears as shown below.
Etronics Solution Provider
BCMSN Lab Manual
Step 2: Click on Radio0-802.11G interface.
Etronics Solution Provider
- 35 -
BCMSN Lab Manual
Step 3: Go to the ‘SETTINGS’ tab and select ‘Enable’ in the ‘Enable Radio’ option & press ‘Apply’.
Step 4: Go to ‘EXPRESS SECURITY’ and type an SSID ( esp ) and select the check box ‘Broad SSID in Beacons’ & press ‘Apply’.
Etronics Solution Provider
- 36 -
BCMSN Lab Manual
Step 5: Open Aironet Desktop Utility on the wireless client 1.
Step 6: Go to ‘Profile Management’ tab and click ‘Scan’.
Etronics Solution Provider
- 37 -
BCMSN Lab Manual
Step 7: Verify the SSID (esp) appears as follow. Select it and press ‘Activate’.
Step 8: Now create a profile as shown below.
Etronics Solution Provider
- 38 -
BCMSN Lab Manual
Step 9a: Verify that a blue circle appears on antenna symbol under ‘Network Name (SSID)’.
Step 9b: Verify the connectivity under ‘Current Status’ tab.
Etronics Solution Provider
- 39 -
BCMSN Lab Manual
Step 10: Verify association of wireless client 1 with AP in the ASSOCIATION option.
Step 11: On wireless client 2, open wireless desktop utility. No association appears for some time.
Etronics Solution Provider
- 40 -
BCMSN Lab Manual
- 41 -
Step 12: Go to ‘Site Survey’ tab and see the SSID (esp) as shown below. Select it and press ‘Connect’.
Step 13: Verify that wireless client 2 is also connected to Ap.
Etronics Solution Provider
BCMSN Lab Manual
Step 14: Verify association of wireless client 2 with AP in the ASSOCIATION option.
Etronics Solution Provider
- 42 -
BCMSN Lab Manual
- 43 -
Lab # 14 (B)
Wireless Adhoc Mode Objective This lab includes Adhoc implementation of Wireless Lan.
Diagram
SSID: esp-adhoc
Wireless Client 2 IP: 10.0.0.44/ 8
Etronics Solution Provider
Wireless Client 1 IP: 10.0.0.33/ 8
BCMSN Lab Manual
- 44 -
Configuration Step 1: On wireless client 1, open wireless desktop utility. Go to ‘Profile’ tab and click ‘New’.
Step 2: Enter a profile name and Press ‘OK’.
Etronics Solution Provider
BCMSN Lab Manual
Step 3: Here you can see available networks. Click ‘Manual Setup’.
Step 4: Enter the ip address and subnet mask as shown below. Click ‘Next’.
Etronics Solution Provider
- 45 -
BCMSN Lab Manual
Step 5: Select Wireless Mode as ‘Ad-Hoc Mode’. Enter SSID (esp-adhoc) and click Next.
Step 6: Select Channel and Network Mode as shown below and click Next.
Etronics Solution Provider
- 46 -
BCMSN Lab Manual
Step 7: Select ‘Disabled’ in Security option and click Next.
Step 8: Verify all configurations and click Save.
Etronics Solution Provider
- 47 -
BCMSN Lab Manual
Step 9: Profile configuration has been completed. Press ‘Connect to Network’.
Step 10: Verify that wireless client 1 has successfully joined Ad-Hoc network.
Etronics Solution Provider
- 48 -
BCMSN Lab Manual
Step 11: Open Aironet Desktop Utility on the wireless client 2.
Etronics Solution Provider
- 49 -
BCMSN Lab Manual
Step 12: Go to ‘Profile Management’ tab and click ‘Scan’.
Step 13: Verify the SSID (esp-adhoc) appears as follow. Select it and press ‘Activate’.
Etronics Solution Provider
- 50 -
BCMSN Lab Manual
Step 14: Now create a profile as shown below. Press ‘OK’.
Step 15: Verify the connectivity under ‘Current Status’ tab.
Etronics Solution Provider
- 51 -
BCMSN Lab Manual
- 52 -
Lab # 15
Configuring Cisco IP Telephony Using Cisco Call Manager & Cisco IP Phones Objective Establishing VoIP call using Cisco Call Manager & Cisco IP Phones: 7940 & 7971. Cisco Call Manager
Thank you for interesting in our services. We are a non-profit group that run this website to share documents. We need your help to maintenance this website.