SlideShare a Scribd company logo
1 of 72
Ch. 5 – Access Points
Cisco Fundamentals of Wireless LANs version 1.1
Rick Graziani
Cabrillo College
Rick Graziani graziani@cabrillo.edu 2
Overview
Access Point Connection
Rick Graziani graziani@cabrillo.edu 4
Introduction
Rick Graziani graziani@cabrillo.edu 5
Radio Upgrade
802.11g chip now
shipping
Rick Graziani graziani@cabrillo.edu 6
Cable and
Power
• Cisco Aironet 1100 and 1200 Series, can be powered over Ethernet
with:
– Switch with inline power (Option 1)
– Inline power patch panel (Option 2)
– Optional inline power injector (Option3)
– Universal power supply (Option 4)
Rick Graziani graziani@cabrillo.edu 7
Cable and Power
• WARNING Never connect both the DC power to the AP
power port and inline power simultaneously
AP Installation
Rick Graziani graziani@cabrillo.edu 9
LED indicators
• The LED lights on an access point convey status information.
• When the access point is powering on, all three LEDs normally blink.
• After bootup, the colors of the LEDs represent the following:
– Green LEDs indicate normal activity.
– Amber LEDs indicate errors or warnings.
– Red LEDs mean the unit is not operating correctly or is being
upgraded.
1100 AP 1200 AP
Rick Graziani graziani@cabrillo.edu 10
Reset the AP (Power On)
• When beginning a lab, to make sure the AP has the default settings,
you will reset the AP.
• Follow these steps to reset the access point to factory default
settings using the access point MODE button:
• Step 1 Disconnect power (the power jack for external power or the
Ethernet cable for in-line power) from the access point.
• Step 2 Press and hold the MODE button while power to the access
point is reconnected.
• Step 3 Hold the MODE button until the Status LED turns amber
(approximately 1 to 2 seconds), and release the button. All access
point settings return to factory defaults.
1100 AP 1200 AP
Rick Graziani graziani@cabrillo.edu 11
Reset the AP (Power On)
• The Reset button on the 340 and 350 AP is in a small hole on the back
panel of the base station.
• To activate the Reset button, insert a straightened paper clip into the
small hole and press.
• Remove the paper clip.
• The Status LED blinks amber to show the base station has the
default parameter values.
350 AP
Rick Graziani graziani@cabrillo.edu 12
Connecting to the AP (Configuration)
Wired Wireless: Requires Association
Rick Graziani graziani@cabrillo.edu 13
Connecting to the AP (Configuration)
• Console: 9600-8-N-1-None
OR
• Ethernet or Wireless adapter:
– Unless routed, be sure it is on the IP addresses are same subnet.
) ) ) ))
10.0.0.101/24
10.0.0.1/24
10.0.0.102/24
Rick Graziani graziani@cabrillo.edu 14
Connecting to the AP
(Console)
• There are two different types of CLI:
– IOS CLI
– VxMenu
Console
Serial
Rollover Cable
VxMenu
IOS CLI
Rick Graziani graziani@cabrillo.edu 15
Connecting to the AP
(Telnet)
Requires a network connection either Ethernet or Wireless
• AP Defaults
– IP Address = 10.0.0.1/24
– Username and Password =
Cisco (“C” not “c”)
– This password is the
privilege password, not the
WEP password.
Cisco
Rick Graziani graziani@cabrillo.edu 16
Connecting to the AP (Browser)
Wired Wireless: Requires Association
Preferred Method!
Rick Graziani graziani@cabrillo.edu 17
Connecting to the AP (Wireless)
• Wireless adapter:
– If configuring using the wireless adapter, you must first associate
with the AP.
– Make sure the settings on the ACU match the AP.
– Cisco 1100 and 1200 Aps have the following defaults:
• IP Address = 10.0.0.1 255.255.255.224
• SSID = tsunami
• Password = Cisco (“C” not “c”)
SSID = tsunami
SSID = tsunami
Rick Graziani graziani@cabrillo.edu 18
Connecting to the AP (Wired)
• Wired Ethernet:
– No association necessary
– Make sure the IP Address on the Ethernet interface is on the same
subnet as the AP.
– AP Defaults
• IP Address = 10.0.0.1 255.255.255.224
• Password = Cisco (“C” not “c”)
Preferred Method!
SSID = tsunami
SSID = tsunami
/27
Rick Graziani graziani@cabrillo.edu 19
Connecting to the AP (Wired)
• Wired Ethernet:
– We will use the browser via wired method to initially configure
APs during labs so we do not configure the wrong AP via wireless.
• VxMenu – Won’t use
• IOS CLI – Optional, but you can do those labs if you wish. We
will cover some of the basic commands.
Preferred Method!
SSID = tsunami
SSID = tsunami
/27
Rick Graziani graziani@cabrillo.edu 20
Labs and Station Connectivity
• In the lab we will need to take steps to make sure you are configuring
and connected to the AP that you think you are!
• We will first connect via a wired interface, change the SSID and IP
addressing on the AP, different from what the labs show.
AP1
AP2
Hey, what
happened to my
settings on AP2!
Configuring
AP1 is easy!
10.0.0.1
10.0.0.1
Rick Graziani graziani@cabrillo.edu 21
Wired Wireless
Configuring IP Addresses
Rick Graziani graziani@cabrillo.edu 22
Configuring IP Addresses
Configuring the IP address on Host’s Ethernet interface
Note: /24 will work because the host still believes it is on
the same subnet as the AP (and visa versa)
224
Rick Graziani graziani@cabrillo.edu 23
Access the AP via the Browser
Cisco
10.0.0.1
/27
Rick Graziani graziani@cabrillo.edu 24
Two things to change
• At the beginning of each lab, after you have connected via the wired Ethernet
interface, you will change the IP Address and SSID on the AP, so the other
Lab Station does not accidentally configure yours.
• You will also need to change your Host’s IP address.
Ex: 192.168.1.1/24 Ex: 192.168.1.2/27
SSID: AP-Pod1
Hostname
Not SSID
224
Rick Graziani graziani@cabrillo.edu 25
Cisco AP Factory Default Settings
255.255.255.224 (/27)
Basic Configuration
The labs will really help you understand this.
Rick Graziani graziani@cabrillo.edu 27
Configure IP address and SSID with IPSU
• IP Setup Utility (IPSU) can only change the IP address and SSID of the
access point from their default settings .
• After the IP address and SSID have been changed, IPSU cannot change
them again unless the mode button is held down.
• Use a computer on the wired LAN to communicate with the AP through a hub
on the wired LAN.
• The IPSU must be installed on the computer as well as on the same subnet
as the AP.
• IPSU uses IP multicast to communicate with the AP
• We will not use IPSU.
• See 5.2.1 if you are interested.
Rick Graziani graziani@cabrillo.edu 28
Navigating the GUI
Rick Graziani graziani@cabrillo.edu 29
Navigating the GUI
• By Default, Help is via the Internet.
Rick Graziani graziani@cabrillo.edu 30
Home Summary Page (IOS)
BSSID
MAC addresses
returned when pinging
the AP from wired or
wireless client.
Rec. Trans. SA/DA/BSSID
Rick Graziani graziani@cabrillo.edu 31
Express Setup
• Always configure
and test the
basics first, before
configuring
authentication and
other options.
Rick Graziani graziani@cabrillo.edu 32
VxWorks
Rick Graziani graziani@cabrillo.edu 33
Using the CLI
• Almost exactly the
same as using the
Router IOS.
Rick Graziani graziani@cabrillo.edu 34
The AP’s IP address
• Same IP address whether you are connecting via the wired
or wireless interface. (For configuring the AP.)
Rick Graziani graziani@cabrillo.edu 35
Association
or
Click here…
Rick Graziani graziani@cabrillo.edu 36
Association -> MAC Address
Rick Graziani graziani@cabrillo.edu 37
Association (VxWorks)
Rick Graziani graziani@cabrillo.edu 38
ACU - Verifying
Right click
Rick Graziani graziani@cabrillo.edu 39
Show Connection Status
Rick Graziani graziani@cabrillo.edu 40
Link Test
Rick Graziani graziani@cabrillo.edu 41
Link Status
Rick Graziani graziani@cabrillo.edu 42
Network Interfaces
Only part of the screen shown.
Rick Graziani graziani@cabrillo.edu 43
Network Interfaces
Rick Graziani graziani@cabrillo.edu 44
Network Interfaces – Fast Ethernet
Only part of the screen shown.
Rick Graziani graziani@cabrillo.edu 45
Network Interfaces – Radio-802.11B
Only part of the screen shown.
Rick Graziani graziani@cabrillo.edu 46
Network Interfaces – Radio-802.11B
Only part of the screen shown.
Rick Graziani graziani@cabrillo.edu 47
Network Interfaces – Radio-802.11B
Only part of the screen shown.
Rick Graziani graziani@cabrillo.edu 48
Network Interfaces – Radio-802.11B
(Settings)
Rick Graziani graziani@cabrillo.edu 49
Network Interfaces – Radio-802.11B
(Settings)
Rick Graziani graziani@cabrillo.edu 50
Network Interfaces – Radio-802.11B
(Settings)
Rick Graziani graziani@cabrillo.edu 51
Network Interfaces – Radio-802.11B
(Settings)
PLCP
frame!
Rick Graziani graziani@cabrillo.edu 52
Network Interfaces – Radio-802.11B
(Settings)
Rick Graziani graziani@cabrillo.edu 53
Network Interfaces – Radio-802.11B
(Settings)
Rick Graziani graziani@cabrillo.edu 54
Network Interfaces –
Radio-802.11B
(Settings)
Rick Graziani graziani@cabrillo.edu 55
Network Interfaces –
Radio-802.11B
(Settings)
Rick Graziani graziani@cabrillo.edu 56
Network Interfaces – Radio-802.11A
(Settings)
Only part of the screen shown.
802.11a
contains
some slightly
different
options
Rick Graziani graziani@cabrillo.edu 57
Services
Rick Graziani graziani@cabrillo.edu 59
Services
• The Services Summary page shows whether all of the
main services are currently enabled or disabled.
Rick Graziani graziani@cabrillo.edu 60
Telnet/SSH
Rick Graziani graziani@cabrillo.edu 61
Hot Standby
• We will not be configuring
Hot Standby
Rick Graziani graziani@cabrillo.edu 62
CDP
Rick Graziani graziani@cabrillo.edu 63
DNS
Rick Graziani graziani@cabrillo.edu 64
Filters
• Allows you to accept/deny specific MAC or IP addresses.
Rick Graziani graziani@cabrillo.edu 65
HTTP
• This feature enables Web-based GUI management by providing support for
HTML Web pages and Common Gateway Interface (CGI) scripts using
common Web browsers.
• The Services>Web Server page is used to enable browsing to the web-based
management system, specify the location of the Help files, and enter
settings for a custom-tailored web system for management.
• With the Allow Web-based Configuration Management enabled, access to the
GUI management system is permitted.
• If HTTP is disabled, the management system is accessible only through Telnet
or the console
Rick Graziani graziani@cabrillo.edu 66
HTTP – Help Files
• Hard Drive - The help files can be copied to the hard drive of the
computer which is used to manage the wireless LAN. Go to
http://www.cisco.com/public/sw-center/sw-wireless.shtml to download
the help files for the particular release. The readme.txt file explains how
to download the help files to the hard drive. This URL starting with file://
may not be accessible if the security settings of the browser are not set
appropriately. Example:
• file://[Drive letter]:[folder or subdirectory]wirelesshelp
Rick Graziani graziani@cabrillo.edu 67
Proxy Mobile IP
• Allows Layer 3 Roaming
• More later.
Rick Graziani graziani@cabrillo.edu 68
QoS – Not Covered
• QoS is disabled by default.
• The most important guideline in QoS deployment is to be familiar with
the traffic on the wireless LAN.
• It is important to know the applications used by wireless client devices,
the delay sensitivity of the applications, and the amount of traffic
associated with the applications.
• QoS does not create additional bandwidth for the wireless LAN.
• Rather it helps control the allocation of bandwidth. If there is adequate
bandwidth on the WLAN, QoS may not be needed.
Rick Graziani graziani@cabrillo.edu 69
SNMP – Not covered
Rick Graziani graziani@cabrillo.edu 70
NTP
Wireless Services
Ch. 5 – Access Points
Cisco Fundamentals of Wireless LANs version 1.1
Rick Graziani
Cabrillo College

More Related Content

What's hot

Managing the Mobile Device Wave for Enterpise Wireless Networks: Best Practices
Managing the Mobile Device Wave for Enterpise Wireless Networks: Best PracticesManaging the Mobile Device Wave for Enterpise Wireless Networks: Best Practices
Managing the Mobile Device Wave for Enterpise Wireless Networks: Best PracticesCisco Mobility
 
[Mar./2014] WiFi : Filling the Big Pipe
[Mar./2014] WiFi : Filling the Big Pipe[Mar./2014] WiFi : Filling the Big Pipe
[Mar./2014] WiFi : Filling the Big PipeHayoung Yoon
 
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and ConfigurationLAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and ConfigurationAbdelkhalik Mosa
 
IEEE 802.11ac -- BRIEF INTRO
IEEE 802.11ac  -- BRIEF INTROIEEE 802.11ac  -- BRIEF INTRO
IEEE 802.11ac -- BRIEF INTROPrashantkumar R
 
Cabling For Next-Generation PoE Applications - BICSI Greece Conference 2015
Cabling For Next-Generation PoE Applications - BICSI Greece Conference 2015Cabling For Next-Generation PoE Applications - BICSI Greece Conference 2015
Cabling For Next-Generation PoE Applications - BICSI Greece Conference 2015Dimitris Filippou
 
Managing the Mobile Device Wave
Managing the Mobile Device WaveManaging the Mobile Device Wave
Managing the Mobile Device WaveCisco Canada
 
Wireless Technologies and Standards
Wireless Technologies and StandardsWireless Technologies and Standards
Wireless Technologies and StandardsRubal Sagwal
 
Wireless Controller Comparative Performance Cisco vs Aruba Miercom Report
Wireless Controller Comparative Performance Cisco vs Aruba Miercom ReportWireless Controller Comparative Performance Cisco vs Aruba Miercom Report
Wireless Controller Comparative Performance Cisco vs Aruba Miercom ReportCisco Mobility
 
Access point or wireless router general questions tell you
Access point or wireless router general questions tell youAccess point or wireless router general questions tell you
Access point or wireless router general questions tell youIT Tech
 

What's hot (20)

Cabling 03 25
Cabling 03 25Cabling 03 25
Cabling 03 25
 
Managing the Mobile Device Wave for Enterpise Wireless Networks: Best Practices
Managing the Mobile Device Wave for Enterpise Wireless Networks: Best PracticesManaging the Mobile Device Wave for Enterpise Wireless Networks: Best Practices
Managing the Mobile Device Wave for Enterpise Wireless Networks: Best Practices
 
Roaming behavior and Client Troubleshooting
Roaming behavior and Client TroubleshootingRoaming behavior and Client Troubleshooting
Roaming behavior and Client Troubleshooting
 
[Mar./2014] WiFi : Filling the Big Pipe
[Mar./2014] WiFi : Filling the Big Pipe[Mar./2014] WiFi : Filling the Big Pipe
[Mar./2014] WiFi : Filling the Big Pipe
 
WLAN
WLANWLAN
WLAN
 
Campus Redundancy Models
Campus Redundancy ModelsCampus Redundancy Models
Campus Redundancy Models
 
Airheads Meetups- High density WLAN
Airheads Meetups- High density WLANAirheads Meetups- High density WLAN
Airheads Meetups- High density WLAN
 
Chapter 05
Chapter 05Chapter 05
Chapter 05
 
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and ConfigurationLAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
 
Wireless wp
Wireless wpWireless wp
Wireless wp
 
EMEA Airheads - What does AirMatch do differently?v2
 EMEA Airheads - What does AirMatch do differently?v2 EMEA Airheads - What does AirMatch do differently?v2
EMEA Airheads - What does AirMatch do differently?v2
 
EMEA Airheads- ArubaOS - Rogue AP troubleshooting
EMEA Airheads- ArubaOS - Rogue AP troubleshootingEMEA Airheads- ArubaOS - Rogue AP troubleshooting
EMEA Airheads- ArubaOS - Rogue AP troubleshooting
 
IEEE 802.11ac -- BRIEF INTRO
IEEE 802.11ac  -- BRIEF INTROIEEE 802.11ac  -- BRIEF INTRO
IEEE 802.11ac -- BRIEF INTRO
 
Cabling For Next-Generation PoE Applications - BICSI Greece Conference 2015
Cabling For Next-Generation PoE Applications - BICSI Greece Conference 2015Cabling For Next-Generation PoE Applications - BICSI Greece Conference 2015
Cabling For Next-Generation PoE Applications - BICSI Greece Conference 2015
 
Managing the Mobile Device Wave
Managing the Mobile Device WaveManaging the Mobile Device Wave
Managing the Mobile Device Wave
 
ig550-sep21
ig550-sep21ig550-sep21
ig550-sep21
 
Wireless Technologies and Standards
Wireless Technologies and StandardsWireless Technologies and Standards
Wireless Technologies and Standards
 
Wireless Controller Comparative Performance Cisco vs Aruba Miercom Report
Wireless Controller Comparative Performance Cisco vs Aruba Miercom ReportWireless Controller Comparative Performance Cisco vs Aruba Miercom Report
Wireless Controller Comparative Performance Cisco vs Aruba Miercom Report
 
11ac the next evolution of wi fi
11ac the next evolution of wi fi11ac the next evolution of wi fi
11ac the next evolution of wi fi
 
Access point or wireless router general questions tell you
Access point or wireless router general questions tell youAccess point or wireless router general questions tell you
Access point or wireless router general questions tell you
 

Similar to Cisco WLAN - Chapter. 05 : Access Points

119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tutnicolelemmimg
 
Practica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_CiscoPractica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_CiscoRanghel Soto Espinoza
 
Building the Internet of Things with Raspberry Pi
Building the Internet of Things with Raspberry PiBuilding the Internet of Things with Raspberry Pi
Building the Internet of Things with Raspberry PiNeil Broers
 
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docxCCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docxketurahhazelhurst
 
Advance Applied Networking with classes.
Advance Applied Networking with classes.Advance Applied Networking with classes.
Advance Applied Networking with classes.ArcyJeromeGallardo2
 
2.3.8 lab---navigate-the-ios-by-using-tera-term-for-console-connectivity (1)
2.3.8 lab---navigate-the-ios-by-using-tera-term-for-console-connectivity (1)2.3.8 lab---navigate-the-ios-by-using-tera-term-for-console-connectivity (1)
2.3.8 lab---navigate-the-ios-by-using-tera-term-for-console-connectivity (1)John Rabidou
 
Untangling the Knots in Your Digitization Implementation
Untangling the Knots in Your Digitization ImplementationUntangling the Knots in Your Digitization Implementation
Untangling the Knots in Your Digitization ImplementationSafetyChain Software
 
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02Abhilash Kuniyil
 
ACIT Mumbai - CCNA Training - Router Introduction
ACIT Mumbai - CCNA Training -  Router Introduction ACIT Mumbai - CCNA Training -  Router Introduction
ACIT Mumbai - CCNA Training - Router Introduction Sleek International
 
Webinar NETGEAR - Orbi Pro la soluzione di Wireless System per lo Small Business
Webinar NETGEAR - Orbi Pro la soluzione di Wireless System per lo Small BusinessWebinar NETGEAR - Orbi Pro la soluzione di Wireless System per lo Small Business
Webinar NETGEAR - Orbi Pro la soluzione di Wireless System per lo Small BusinessNetgear Italia
 
Lab8 Controlling traffic using Extended ACL Objectives Per.pdf
Lab8  Controlling traffic using Extended ACL Objectives Per.pdfLab8  Controlling traffic using Extended ACL Objectives Per.pdf
Lab8 Controlling traffic using Extended ACL Objectives Per.pdfadityacommunication1
 
07 comunicação mestre escravo
07 comunicação mestre escravo07 comunicação mestre escravo
07 comunicação mestre escravoMarcio Miranda
 
Qstartgide01
Qstartgide01Qstartgide01
Qstartgide01berhereda
 
Uccn1003 -may10_-_lect03c_-_ip_subnets_rules
Uccn1003  -may10_-_lect03c_-_ip_subnets_rulesUccn1003  -may10_-_lect03c_-_ip_subnets_rules
Uccn1003 -may10_-_lect03c_-_ip_subnets_rulesShu Shin
 
Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer) Arz Sy
 

Similar to Cisco WLAN - Chapter. 05 : Access Points (20)

119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut
 
Practica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_CiscoPractica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_Cisco
 
Building the Internet of Things with Raspberry Pi
Building the Internet of Things with Raspberry PiBuilding the Internet of Things with Raspberry Pi
Building the Internet of Things with Raspberry Pi
 
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docxCCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
 
Advance Applied Networking with classes.
Advance Applied Networking with classes.Advance Applied Networking with classes.
Advance Applied Networking with classes.
 
2.3.8 lab---navigate-the-ios-by-using-tera-term-for-console-connectivity (1)
2.3.8 lab---navigate-the-ios-by-using-tera-term-for-console-connectivity (1)2.3.8 lab---navigate-the-ios-by-using-tera-term-for-console-connectivity (1)
2.3.8 lab---navigate-the-ios-by-using-tera-term-for-console-connectivity (1)
 
Untangling the Knots in Your Digitization Implementation
Untangling the Knots in Your Digitization ImplementationUntangling the Knots in Your Digitization Implementation
Untangling the Knots in Your Digitization Implementation
 
Wifi.pptx
Wifi.pptxWifi.pptx
Wifi.pptx
 
Samplab19
Samplab19Samplab19
Samplab19
 
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
 
ACIT Mumbai - CCNA Training - Router Introduction
ACIT Mumbai - CCNA Training -  Router Introduction ACIT Mumbai - CCNA Training -  Router Introduction
ACIT Mumbai - CCNA Training - Router Introduction
 
Basic network training3
Basic network training3Basic network training3
Basic network training3
 
Webinar NETGEAR - Orbi Pro la soluzione di Wireless System per lo Small Business
Webinar NETGEAR - Orbi Pro la soluzione di Wireless System per lo Small BusinessWebinar NETGEAR - Orbi Pro la soluzione di Wireless System per lo Small Business
Webinar NETGEAR - Orbi Pro la soluzione di Wireless System per lo Small Business
 
Lightspeed ii-manual-2012-jan
Lightspeed ii-manual-2012-janLightspeed ii-manual-2012-jan
Lightspeed ii-manual-2012-jan
 
Lab8 Controlling traffic using Extended ACL Objectives Per.pdf
Lab8  Controlling traffic using Extended ACL Objectives Per.pdfLab8  Controlling traffic using Extended ACL Objectives Per.pdf
Lab8 Controlling traffic using Extended ACL Objectives Per.pdf
 
Lab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relayLab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relay
 
07 comunicação mestre escravo
07 comunicação mestre escravo07 comunicação mestre escravo
07 comunicação mestre escravo
 
Qstartgide01
Qstartgide01Qstartgide01
Qstartgide01
 
Uccn1003 -may10_-_lect03c_-_ip_subnets_rules
Uccn1003  -may10_-_lect03c_-_ip_subnets_rulesUccn1003  -may10_-_lect03c_-_ip_subnets_rules
Uccn1003 -may10_-_lect03c_-_ip_subnets_rules
 
Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer)
 

More from Yaser Rahmati

Cisco WLAN - Chapter. 07 : Antennas
Cisco WLAN - Chapter. 07 : AntennasCisco WLAN - Chapter. 07 : Antennas
Cisco WLAN - Chapter. 07 : AntennasYaser Rahmati
 
Cisco WLAN - Chapter. 03 : wireless radio technology
Cisco WLAN - Chapter. 03 : wireless radio technologyCisco WLAN - Chapter. 03 : wireless radio technology
Cisco WLAN - Chapter. 03 : wireless radio technologyYaser Rahmati
 
Cisco WLAN - Chapter. 02 : Part 3 – 802.11 phy
Cisco WLAN -  Chapter. 02 : Part 3 – 802.11 phyCisco WLAN -  Chapter. 02 : Part 3 – 802.11 phy
Cisco WLAN - Chapter. 02 : Part 3 – 802.11 phyYaser Rahmati
 
MTCNA - MikroTik Certified Network Associate - v2
MTCNA - MikroTik Certified Network Associate - v2MTCNA - MikroTik Certified Network Associate - v2
MTCNA - MikroTik Certified Network Associate - v2Yaser Rahmati
 
Chapter 07 - Routing Dynamically
Chapter 07 - Routing DynamicallyChapter 07 - Routing Dynamically
Chapter 07 - Routing DynamicallyYaser Rahmati
 
Chapter 11 - Network Address Translation for IPv4
Chapter 11 - Network Address Translation for IPv4Chapter 11 - Network Address Translation for IPv4
Chapter 11 - Network Address Translation for IPv4Yaser Rahmati
 
Chapter 09 - Access Control Lists
Chapter 09 - Access Control ListsChapter 09 - Access Control Lists
Chapter 09 - Access Control ListsYaser Rahmati
 
Chapter 08 - Single-Area OSPF
Chapter 08 - Single-Area OSPFChapter 08 - Single-Area OSPF
Chapter 08 - Single-Area OSPFYaser Rahmati
 
Chapter 06 - Static Routing
Chapter 06 - Static RoutingChapter 06 - Static Routing
Chapter 06 - Static RoutingYaser Rahmati
 
Chapter 04 - Routing Concepts
Chapter 04 - Routing ConceptsChapter 04 - Routing Concepts
Chapter 04 - Routing ConceptsYaser Rahmati
 
Chapter 05 - Inter-VLAN Routing
Chapter 05 - Inter-VLAN RoutingChapter 05 - Inter-VLAN Routing
Chapter 05 - Inter-VLAN RoutingYaser Rahmati
 
Chapter 02 - Introduction to Switched Networks
Chapter 02 - Introduction to Switched NetworksChapter 02 - Introduction to Switched Networks
Chapter 02 - Introduction to Switched NetworksYaser Rahmati
 
Chapter 01 - Introduction to Switched Networks
Chapter 01 - Introduction to Switched NetworksChapter 01 - Introduction to Switched Networks
Chapter 01 - Introduction to Switched NetworksYaser Rahmati
 
Chapter 11 - It’s a Network
Chapter 11 - It’s a NetworkChapter 11 - It’s a Network
Chapter 11 - It’s a NetworkYaser Rahmati
 
Chapter 10 - Application Layer
Chapter 10 - Application LayerChapter 10 - Application Layer
Chapter 10 - Application LayerYaser Rahmati
 
Chapter 09 - Subnetting IP Networks
Chapter 09 - Subnetting IP NetworksChapter 09 - Subnetting IP Networks
Chapter 09 - Subnetting IP NetworksYaser Rahmati
 
Chapter 08 - IP Addressing
Chapter 08 - IP AddressingChapter 08 - IP Addressing
Chapter 08 - IP AddressingYaser Rahmati
 
Chapter 07 - Transport Layer
Chapter 07 - Transport LayerChapter 07 - Transport Layer
Chapter 07 - Transport LayerYaser Rahmati
 

More from Yaser Rahmati (20)

Cisco WLAN - Chapter. 07 : Antennas
Cisco WLAN - Chapter. 07 : AntennasCisco WLAN - Chapter. 07 : Antennas
Cisco WLAN - Chapter. 07 : Antennas
 
Cisco WLAN - Chapter. 03 : wireless radio technology
Cisco WLAN - Chapter. 03 : wireless radio technologyCisco WLAN - Chapter. 03 : wireless radio technology
Cisco WLAN - Chapter. 03 : wireless radio technology
 
Cisco WLAN - Chapter. 02 : Part 3 – 802.11 phy
Cisco WLAN -  Chapter. 02 : Part 3 – 802.11 phyCisco WLAN -  Chapter. 02 : Part 3 – 802.11 phy
Cisco WLAN - Chapter. 02 : Part 3 – 802.11 phy
 
MTCNA - MikroTik Certified Network Associate - v2
MTCNA - MikroTik Certified Network Associate - v2MTCNA - MikroTik Certified Network Associate - v2
MTCNA - MikroTik Certified Network Associate - v2
 
Chapter 07 - Routing Dynamically
Chapter 07 - Routing DynamicallyChapter 07 - Routing Dynamically
Chapter 07 - Routing Dynamically
 
Chapter 11 - Network Address Translation for IPv4
Chapter 11 - Network Address Translation for IPv4Chapter 11 - Network Address Translation for IPv4
Chapter 11 - Network Address Translation for IPv4
 
Chapter 10 - DHCP
Chapter 10 - DHCPChapter 10 - DHCP
Chapter 10 - DHCP
 
Chapter 09 - Access Control Lists
Chapter 09 - Access Control ListsChapter 09 - Access Control Lists
Chapter 09 - Access Control Lists
 
Chapter 08 - Single-Area OSPF
Chapter 08 - Single-Area OSPFChapter 08 - Single-Area OSPF
Chapter 08 - Single-Area OSPF
 
Chapter 06 - Static Routing
Chapter 06 - Static RoutingChapter 06 - Static Routing
Chapter 06 - Static Routing
 
Chapter 04 - Routing Concepts
Chapter 04 - Routing ConceptsChapter 04 - Routing Concepts
Chapter 04 - Routing Concepts
 
Chapter 05 - Inter-VLAN Routing
Chapter 05 - Inter-VLAN RoutingChapter 05 - Inter-VLAN Routing
Chapter 05 - Inter-VLAN Routing
 
Chapter 02 - Introduction to Switched Networks
Chapter 02 - Introduction to Switched NetworksChapter 02 - Introduction to Switched Networks
Chapter 02 - Introduction to Switched Networks
 
Chapter 03 - VLANs
Chapter 03 - VLANsChapter 03 - VLANs
Chapter 03 - VLANs
 
Chapter 01 - Introduction to Switched Networks
Chapter 01 - Introduction to Switched NetworksChapter 01 - Introduction to Switched Networks
Chapter 01 - Introduction to Switched Networks
 
Chapter 11 - It’s a Network
Chapter 11 - It’s a NetworkChapter 11 - It’s a Network
Chapter 11 - It’s a Network
 
Chapter 10 - Application Layer
Chapter 10 - Application LayerChapter 10 - Application Layer
Chapter 10 - Application Layer
 
Chapter 09 - Subnetting IP Networks
Chapter 09 - Subnetting IP NetworksChapter 09 - Subnetting IP Networks
Chapter 09 - Subnetting IP Networks
 
Chapter 08 - IP Addressing
Chapter 08 - IP AddressingChapter 08 - IP Addressing
Chapter 08 - IP Addressing
 
Chapter 07 - Transport Layer
Chapter 07 - Transport LayerChapter 07 - Transport Layer
Chapter 07 - Transport Layer
 

Recently uploaded

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 

Recently uploaded (20)

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 

Cisco WLAN - Chapter. 05 : Access Points