Wireless 1 Notes
Wireless 1 Notes
----------------------------------------------------------
1. Configure L2 Trunks between the Switchs - Port Channel
----------------------------------------------------------
---------
CAT1
---------
---------
CAT2
---------
---------------------------------------
2. Configure the VLANs on both Switches
---------------------------------------
***************************
Manually on both switches
***************************
------
CAT1
------
vlan 10,12,15,20,30,101
------
CAT2
------
vlan 10,12,15,20,30,101
***************************
VTP
***************************
------
CAT1
------
------
CAT2
------
-----------------------------------------------
3. Assign Ports to VLANs - ONE VLAN AT A TIME
-----------------------------------------------
---------
VLAN 101
---------
-------
CAT1
-------
---------
VLAN 15
---------
-------
CAT1
-------
-------
CAT2
-------
or
---------
VLAN 10
---------
-------
CAT1
-------
-------
CAT2
-------
---------
VLAN 12
---------
-------
CAT1
-------
interface vlan 12
ip address 10.0.12.11 255.255.255.0
no shut
-------
CAT2
-------
ip routing
!
interface vlan 12
ip address 10.0.12.22 255.255.255.0
no shut
---------
VLAN 20
---------
-------
CAT2
-------
interface vlan 20
ip address 10.0.20.22 255.255.255.0
no shut
---------
VLAN 30
---------
-------
CAT2
-------
interface vlan 30
ip address 10.0.30.22 255.255.255.0
no shut
===================================
Lab 2 - Configuring EIGRP
===================================
--------
CAT1
--------
--------
CAT2
--------
===================================
Lab 3 - Configuring OSPF
===================================
--------
CAT1
--------
--------
CAT2
--------
===================================
Lab 4 - Configuring DHCP
===================================
--------
CAT1
--------
----------
CAT2
----------
Interface vlan 20
ip helper-address 10.0.12.11
!
Interface vlan 30
ip helper-address 10.0.12.11
!
no ip forward-protocol udp 137
no ip forward-protocol udp 138
no ip forward-protocol udp 37
no ip forward-protocol udp 49
no ip forward-protocol udp 53
no ip forward-protocol udp 69
=======================================================
Lab 5 - Manually Configuring the WLC Address on the AP
=======================================================
------
LAP3
------
=======================================================
Lab 6 - Initializing the WLC from CLI
=======================================================
Enable HA [yes][NO]: no
Enter Country Code list (enter 'help' for a list of countries) [US]:
Configuration correct? If yes, system will save it and reset. [yes][NO]: yes
=======================================================
Lab 7 - Configuring VLAN Interfaces on the WLC
=======================================================
Name: execs
VLAN: 20
Port: 1
Backup: 2
IP Address: 10.0.20.99
Subnet Mask: 255.255.255.0
Default Gateway: 10.0.20.22
DHCP Server: 10.0.12.11
Name: employees
VLAN: 30
Port: 2
Backup: 1
IP Address: 10.0.30.99
Subnet Mask: 255.255.255.0
Default Gateway: 10.0.30.22
DHCP Server: 10.0.12.11
=======================================================
Lab 8 - Configure a WLAN Profile
=======================================================
Enabled: Checked
Interface: execs
Security: Layer 2
Basic WEP
40-bit : Cisco
--------------------------------
Profile Name: Employees Profile
SSID: EMPLOYEES
Enabled: Checked
Interface: employees
Security: Layer 2
Basic WEP
104-bit : CiscoCisco123
=================================================