7.5.1 Lab
7.5.1 Lab
7.5.1 Lab
Learning Objectives
Configure options in the Linksys Setup tab. Configure options in the Linksys Wireless tab. Configure options in the Linksys Administration tab. Configure options in the Linksys Security tab. Add wireless connectivity to a PC. Test connectivity.
Introduction
In this activity, you will configure a Linksys wireless router, allowing for remote access from PCs as well as wireless connectivity with WEP security.
All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 1 of 6
CCNA Exploration LAN Switching and Wireless: Basic Wireless Concepts and Configuration
hostname R1 ! interface FastEthernet0/0 ip address 172.17.50.1 255.255.255.0 no shutdown ! interface FastEthernet0/1 no ip address no shutdown ! interface FastEthernet0/1.10 encapsulation dot1Q 10 ip address 172.17.10.1 255.255.255.0 ! interface FastEthernet0/1.20 encapsulation dot1Q 20 ip address 172.17.20.1 255.255.255.0 ! interface FastEthernet0/1.88 encapsulation dot1Q 88 ip address 172.17.88.1 255.255.255.0 ! Step 2. Load S2s configurations.
hostname S2 ! interface FastEthernet0/5 switchport mode trunk no shutdown ! interface FastEthernet0/7 switchport access vlan 88 switchport mode access no shutdown ! interface FastEthernet0/11 switchport access vlan 10 switchport mode access no shutdown ! interface FastEthernet0/18 switchport access vlan 20 switchport mode access no shutdown !
All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 2 of 6
CCNA Exploration LAN Switching and Wireless: Basic Wireless Concepts and Configuration
The default login credentials are a blank username and a password of: admin. Note that this is very insecure since it is the factory default and provided publicly. We will set our own unique password in a later task. Step 4. Log in Leave the username blank and set the password to: admin.
Step 2. Configure the VLAN 88 IP address, subnet mask, and default gateway for WRS2. Set the Internet IP address to 172.17.88.25. Set the Subnet Mask to 255.255.255.0.
Set the Default Gateway to 172.17.88.1. Note: Typically in a home or small business network, this Internet IP address is assigned by the ISP through DHCP or PPPoE. (The specifics of PPPoE are outside the scope of this course.) Step 3. Configure the router IP parameters. Still on the Basic Setup page, scroll down to Network Setup. For the Router IP fields do the following: Set the IP address to 172.17.40.1 and the subnet mask to 255.255.255.0. Under the DHCP Server Setting, ensure that the DHCP server is Enabled.
Step 4. Save settings. Click the Save Settings button at the bottom of the Setup screen.
All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 6
CCNA Exploration LAN Switching and Wireless: Basic Wireless Concepts and Configuration
Note that the IP address range for the DHCP pool adjusts to a range of addresses to match the Router IP parameters. These addresses are used for wireless clients and clients that connect to the routers internal switch. Clients receive an IP address and mask, and are given the router IP to use as a gateway. Step 5. Reconnect to WRS2. Since we have changed the routers IP address and DHCP pool, we will have to reconnect to it using the new address previously configured. Reconnect to the router. You will need to reacquire an IP address from the router via DHCP or manually set your own. Reconnect to the routers configuration GUI using an IP address of 172.17.40.1. Remember to use the default password of admin.
Step 2. Set the security mode. Click Wireless Security. It is located next to Basic Wireless Settings in the main Wireless tab. Change Security Mode from Disabled to WEP. Using the default Encryption of 40/64-Bit, set Key1 to 1234567890, Click Save Settings.
Step 2. Enable remote management. In the Remote Access section, set Remote Management to Enabled. Click Save Settings. You may be prompted to log in again. Use the new password of cisco123 and still keep the username blank
All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 4 of 6
CCNA Exploration LAN Switching and Wireless: Basic Wireless Concepts and Configuration
Step 1. Allow anonymous internet requests. Click the Security tab. Under Internet Filter, uncheck Filter Anonymous Internet Requests. Click Save Settings.
Step 3: Verify the Connection. In the Status window, select the Support tab. Verify that PC3 has received an IP address from WRS2s DHCP address pool or has been manually configured.
All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 5 of 6
CCNA Exploration LAN Switching and Wireless: Basic Wireless Concepts and Configuration
In the command prompt type (without quotes) ping 172.17.40.1. Step 2. Ping R1s Fa0/1.88 Interface. In the command prompt type (without quotes) ping 172.17.88.1 Step 3. Ping PC1 and PC2 from PC3. In the command prompt type (without quotes) ping 172.17.10.21 to ping PC1. Repeat on PC2s address, 172.17.20.22. Note: Due to the security on the WRS, PC 3 can ping both PC 1 and 2, but PC 1 and 2 are not able to ping PC 3.
All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 6 of 6