0% found this document useful (0 votes)
21 views7 pages

Wireless 1 Notes

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views7 pages

Wireless 1 Notes

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 7

===================================

Lab 1 - Physical to Logical Setup


===================================

----------------------------------------------------------
1. Configure L2 Trunks between the Switchs - Port Channel
----------------------------------------------------------

---------
CAT1
---------

Interface range gig 1/0/21-22


channel-group 12 mode active
no shut
!
Interface port-channel 12
switchport mode trunk

---------
CAT2
---------

Interface range gig 1/0/21-22


channel-group 12 mode active
no shut
!
Interface port-channel 12
switchport mode trunk

---------------------------------------
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
------

vtp mode server


vtp domain CISCO
vtp version 2
vtp password cciew123
!
vlan 10,12,15,20,30,101
exit

------
CAT2
------

vtp mode client


vtp domain CISCO
vtp version 2
vtp password cciew123

-----------------------------------------------
3. Assign Ports to VLANs - ONE VLAN AT A TIME
-----------------------------------------------

---------
VLAN 101
---------

-------
CAT1
-------

Interface range gig 1/0/7-8


switchport mode access
switchport access vlan 101
!
ip routing
!
interface vlan 101
ip address 10.0.1.11 255.255.255.0
no shut

---------
VLAN 15
---------

-------
CAT1
-------

Interface gig 1/0/1


switchport mode access
switchport access vlan 15
!
interface vlan 15
ip address 10.0.15.11 255.255.255.0
no shut

-------
CAT2
-------

Interface gig 1/0/3


switchport mode access
switchport access vlan 15

or

macro auto device lightweight-ap ACCESS_VLAN=15


macro auto global processing

---------
VLAN 10
---------

-------
CAT1
-------

Interface range gig 1/0/11-12


switchport mode trunk
!
interface vlan 10
ip address 10.0.10.11 255.255.255.0
no shut

-------
CAT2
-------

Interface range gig 1/0/11-12


switchport mode trunk

---------
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
--------

Router eigrp 100


network 10.0.0.0

--------
CAT2
--------

Router eigrp 100


network 10.0.0.0

===================================
Lab 3 - Configuring OSPF
===================================

--------
CAT1
--------

no router eigrp 100


Router ospf 1
network 10.0.0.0 0.255.255.255 area 0

--------
CAT2
--------

no router eigrp 100


Router ospf 1
network 10.0.0.0 0.255.255.255 area 0

===================================
Lab 4 - Configuring DHCP
===================================
--------
CAT1
--------

ip dhcp excluded-address 10.0.20.1 10.0.20.100


ip dhcp excluded-address 10.0.30.1 10.0.30.100
ip dhcp excluded-address 10.0.15.1 10.0.15.100
!
ip dhcp pool EXECS
network 10.0.20.0 /24
default-router 10.0.20.22
dns-server 10.0.1.12
!
ip dhcp pool EMPLOYEES
network 10.0.30.0 /24
default-router 10.0.30.22
dns-server 10.0.1.12
!
ip dhcp pool APs
network 10.0.15.0 /24
default-router 10.0.15.11
option 43 hex f104.0A00.0A15

----------
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
------

capwap ap controller ip address 10.0.10.21

=======================================================
Lab 6 - Initializing the WLC from CLI
=======================================================

System Name [Cisco_5c:f8:e4] (31 characters max): WLC1


Enter Administrative User Name (24 characters max): admin
Enter Administrative Password (3 to 24 characters): ********
Re-enter Administrative Password : ********
Service Interface IP Address Configuration [static][DHCP]:

Enable Link Aggregation (LAG) [yes][NO]: no

Management Interface IP Address: 10.0.10.21


Management Interface Netmask: 255.255.255.0
Management Interface Default Router: 10.0.10.11
Management Interface VLAN Identifier (0 = untagged): 10
Management Interface Port Num [1 to 8]: 1
Management Interface DHCP Server IP Address: 10.0.10.11

Enable HA [yes][NO]: no

Virtual Gateway IP Address: 192.0.2.1

Mobility/RF Group Name: x

Network Name (SSID): MGMT

Configure DHCP Bridging Mode [yes][NO]: no

Allow Static IP Addresses [YES][no]: no

Configure a RADIUS Server now? [YES][no]: no

Enter Country Code list (enter 'help' for a list of countries) [US]:

Enable 802.11b Network [YES][no]: yes


Enable 802.11a Network [YES][no]: yes
Enable 802.11g Network [YES][no]: yes
Enable Auto-RF [YES][no]: yes

Configure a NTP server now? [YES][no]: no


Configure the system time now? [YES][no]: yes
Enter the date in MM/DD/YY format: 03/09/20
Enter the time in HH:MM:SS format: 13:50:00

Would you like to configure IPv6 parameters[YES][no]: no

Configuration correct? If yes, system will save it and reset. [yes][NO]: yes

=======================================================
Lab 7 - Configuring VLAN Interfaces on the WLC
=======================================================

Controlles -> Interfaces -> Add new

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
=======================================================

WLAN -> Create New

Profile Name: Execs Profile


SSID: EXECS

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
=================================================

You might also like