Wireless Unit02
Wireless Unit02
Ref: http://www.asecuritysite.com/wireless/wireless02
2.1 Introduction
This unit gives an outline of the issues involved in wireless networks, and which
must be considered in their design. As the world moves slowly towards a massive
wireless network, it is important that many of the limiting factors are thought about
at this stage, as they may limit their development. Overall there are many problems,
but data security and authentication are two of the major ones, especially from a cor-
porate point-of-view. These areas will be looked in a future module.
A key factor in the adoption of wireless networks is the standardization of them
by international standards bodies, as this allows consumers to purchase equipment
from different manufacturers without having to worry that they will not intercon-
nect, or that they will be incompatible in any way. The leading standards
organisation for Layer 1 and Layer 2 communications are the IEEE who developed
the famous IEEE 802 standard for which IEEE 802.3 was used to define the standards
for Ethernet. It is the 802 standard that that has provide the foundation for network-
ing, and without it the Internet could not have developed so quickly. For wireless
networks they have defined a number of standards such as:
• IEEE 802.11a. 802.11a deals with communications available in the 5GHz frequen-
cy, and has a maximum data rate of 54 Mbps.
• IEEE 802.11b. 802.11b, or Wi-Fi, is the standard that is most commonly used in
wireless LAN communications. It has a maximum bandwidth of 11Mbps, at a
frequency of 2.4GHz.
• IEEE 802.11g. 802.11g is a proposed standard that hopes to provide 54Mbps max-
imum bandwidth over a 2.4GHz connection, the same frequency as the popular
802.11b standard.
• IEEE 802.11c. 802.11c is a group set up to deal with bridging operations when de-
veloping access points.
• IEEE 802.11f. 802.11f is concerned with standardising access point roaming which
is involved in making sure that interoperability between access points is guaran-
teed.
11Mbps
Max bandwidth
CCK
bandwidth
Available
5.5Mbps
2Mbps
DQPSK
1Mbps
DBPSK
ACK
Ad-hoc
Infrastructure
Figure 2.4 Infrastructure network
SSID SSID
defines the defines the
connected nodes connected nodes
Ad-hoc
Infrastructure
dot11radio0
(or d0)
bvi 1 port is used
con to configure both ports
with the same address
e0 (or fa0)
## config
config tt
(config)#
(config)# int
int bvi1
bvi1
(config-if)#
(config-if)# ipip address
address 192.168.0.1
192.168.0.1 255.255.255.0
255.255.255.0
(config-if)# exit
(config-if)# exit
Antenna
connector
# config t
(config)# ip default-gateway 192.168.1.254
(config)# exit
Fixed network
Root
## config
config tt
(config)#
(config)# int
int dot11radio0
dot11radio0
(config-if)#
(config-if)# station
station role
role root
root
(config-if)#
(config-if)# station role repeater
station role repeater
(config-if)#
(config-if)# end
end
Repeater
1 7
2.5.3 SSID
The radio SSID (Service Set ID) uniquely identifies a wireless network within a lim-
ited physical domain. It is setup within the access point with:
# config t
(config)# int dot11radio0
(config-if)# ssid fred
(config-if-ssid)# guest-mode
which sets up an SSID of fred, and allows guest-mode. Along with the SSID it is also
possible to define a beacon time where a beacon signal is sent out at a given time in-
terval, such as:
# config t
(config)# int dot11radio0
(config-if)# beacon ?
dtim-period dtim period
period beacon period
(config-if)# beacon period ?
<20-4000> Kusec (or msec)
(config-if)# beacon period 1000
# config t
(config)# int dot11radio0
(config-if)# fragment-threshold ?
<256-2346>
(config-if)# fragment-threshold 700
Data packets are split into 1500 byte data frames (MTU)
# config t
(config)# int dot11radio0
(config-if)# rts ?
retries RTS max retries
threshold RTS threshold
(config-if)# rts threshold ?
<0-2347> threshold in bytes
(config-if)# rts threshold 8000
CTS (Clear To
Send)
Data transmitted
# config t
(config)# int dot11radio0
(config-if)# rts retries ?
<1-128> max retries
(config-if)# rts retries 10
(config-if)# end
# config t
(config)# int dot11radio0
(config-if)# power ?
(config-if)# power local ?
<1-50> One of: 1 5 20 30 50
maximum Set local power to allowed maximum
(config-if)# power local 30
(config-if)# power client ?
<1-50> One of: 1 5 20 30 50
maximum Set client power to allowed maximum
(config-if)# power client 10
The
Thepower
powerofofthe
theaccess
accesspoint
pointand
andalso
also
of
of the client are important as theywill
the client are important as they will
define
definethe
thecoverage
coverageofofthe
thesignal,
signal,and
andmust
must
also be within the required safety limits.
also be within the required safety limits.
- CAM (Constant awake mode). Used when power usage is not a problem.
- PSP (Power save mode). Power is conserved as much as possible. The card will
typically go to sleep, and will only be awoken by the access point, or if there is ac-
tivity.
- FastPSP (Fast power save mode). This uses both CAM and PSP, and is a com-
promise between the two.
# config t
(config-if)# ssid fred
(config-if-ssid)# ?
(config-if-ssid)# authentication ?
client LEAP client information
key-management key management
network-eap leap method
open open method
shared shared method
(config-if-ssid)# authentication open
(config-if-ssid)# exit
(config-if)# exit
(config)# exit
# config t
(config)# int dot11radio0
(config-if)# ssid fred
(config-if-ssid)# max ?
<1-255> association limit
(config-if-ssid)# max 100
(config)# exit
# show dot11 ?
# show dot11 association
# show dot11 statistics client-traffic
2.5.10 Preamble
This can either be set to Long (which is the default) or short. A long preamble allows
for interoperatively with 1Mbps and 2Mbps DSSS specifications. The shorter allows
for faster operations (as the preamble is kept to a minimum) and can be used where
the transmission parameters must be maximized, and that there are no interoperata-
blity problems. To set short preamble:
# config t
(config)# int dot11radio0
(config-if)# preamble-short
(config-if)# end
SSID commands:
accounting radius accounting
authentication authentication method
exit Exit from ssid sub mode
guest-mode guest ssid
infrastructure-ssid ssid used to associate to other infrastructure devices
ip IP options
max-associations set maximum associations for ssid
no Negate a command or set its defaults
vlan bind ssid to vlan
wpa-psk Configure Wi-Fi Protected Access pre-shared key