思科LAB(二)
無線局域網(WLAN)
使用無線射頻信號、載波監聽多路訪問/沖突避免、半雙工。
無線AP相當于以太網的HUB。
有些頻段是受限的。
無線信號遇到的問題:
l 反射
l 散射
l 信號吸收(比如說穿墻)
無線標準
l ITU-R
l IEEE
l Wi-Fi
IEEE 802.11 標準
WLAN安全:(網絡安全的3要素 數據保密性、數據完整性、數據不可否認性)
WLAN部署
IBSS(電腦到電腦)
BSS(1個AP帶多個電腦)
ESS(多個AP帶多個電腦)
實驗:
TOP:
交換機的配置:
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#host CCNA
CCNA(config)#lin con 0
CCNA(config-line)#pas cisco
CCNA(config-line)#login
CCNA(config-line)#exit
CCNA(config)#lin vty 0 4
CCNA(config-line)#pas cisco
CCNA(config-line)#login
CCNA(config-line)#exit
CCNA(config)#int vlan 1
CCNA(config-if)#ip add 218.195.10.1 255.255.255.0
CCNA(config-if)#no shut
%LINK-5-CHANGED: Interface Vlan1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up
CCNA(config-if)#description Internet
無線路由器配置:
結果: