




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、銳捷無線AP胖模式(FAT)配置案例一、AP trunk 模式1.創(chuàng)建vlan10 vlan20 vlan30AP(config)#vlan 10 創(chuàng)建vlan10AP(config-vlan)#vlan 20 創(chuàng)建vlan20AP(config-vlan)#vlan 30 創(chuàng)建vlan302.創(chuàng)建wlan:10 20 30 聯(lián)vlan 10 20 30AP(config)#dot11 wlan 10 創(chuàng)建無線網(wǎng)絡(luò)wlan 10 AP(dot11-wlan-config)#vlan 10 關(guān)聯(lián)vlan10AP(dot11-wlan-config)#broadcast-ssid 將ssid名稱廣
2、播AP(dot11-wlan-config)#ssid ap10 配置ssid廣播標(biāo)識(shí)名稱為ap10AP(dot11-wlan-config)#exit 退出AP(config)#dot11 wlan 20 創(chuàng)建無線網(wǎng)絡(luò)wlan 20AP(dot11-wlan-config)#vlan 20 關(guān)聯(lián)vlan20AP(dot11-wlan-config)#broadcast-ssid 將ssid名稱廣播AP(dot11-wlan-config)#ssid ap20 配置ssid廣播標(biāo)識(shí)名稱為ap20AP(dot11-wlan-config)#exit 退出AP(config)#dot11 wlan
3、 30 創(chuàng)建無線網(wǎng)絡(luò)wlan 30AP(dot11-wlan-config)#vlan 30 關(guān)聯(lián)vlan30AP(dot11-wlan-config)#broadcast-ssid 將ssid名稱廣播AP(dot11-wlan-config)#ssid ap30 配置ssid廣播標(biāo)識(shí)名稱為ap30AP(dot11-wlan-config)#exit 退出3.創(chuàng)建子接口并封裝AP(config)#interface gigabitEthernet 0/1.10創(chuàng)建千兆以太網(wǎng)接口G0/1的子接口G0/1.10AP(config-subif)#encapsulation dot1Q 10 封裝80
4、2.1q協(xié)議,并把該端口關(guān)聯(lián)到vlan10AP(config-subif)#exit 退出AP(config)#interface gigabitEthernet 0/1.20創(chuàng)建千兆以太網(wǎng)接口G0/1的子接口G0/1.20AP(config-subif)#encapsulation dot1Q 20 封裝802.1q協(xié)議,并把該端口關(guān)聯(lián)到vlan20AP(config-subif)#exit 退出AP(config)#interface gigabitEthernet 0/1.30 創(chuàng)建千兆以太網(wǎng)接口G0/1的子接口G0/1.30AP(config-subif)#encapsulation
5、dot1Q 30 封裝802.1q協(xié)議,并把該端口關(guān)聯(lián)到vlan30AP(config-subif)#exit 退出4.廣播信道 封裝協(xié)議 關(guān)聯(lián)wlanAP(config)#interface dot11radio 1/0 進(jìn)入dot11radio1/ 0無線信道接口AP(config-if-Dot11radio 1/0)#mac-mode fat 設(shè)置模式為胖(FAT)模式AP(config-if-Dot11radio 1/0)#radio-type 802.11b 設(shè)置無線網(wǎng)絡(luò)協(xié)議類型為802.11bAP(config-if-Dot11radio 1/0)#wlan-id 10 關(guān)聯(lián)wla
6、n-id 10(即wlan 10)AP(config-if-Dot11radio 1/0)#wlan-id 20 關(guān)聯(lián)wlan-id 20(即wlan 20)AP(config-if-Dot11radio 1/0)#wlan-id 30 關(guān)聯(lián)wlan-id 30(即wlan 30)AP(config-if-Dot11radio 1/0)#exit 退出 AP(config)#interface dot11radio 2/0 進(jìn)入dot11radio2/ 0無線信道接口AP(config-if-Dot11radio 2/0)#mac-mode fat 設(shè)置模式為胖(FAT)模式AP(config
7、-if-Dot11radio 2/0)#radio-type 802.11a 設(shè)置無線網(wǎng)絡(luò)協(xié)議類型為802.11aAP(config-if-Dot11radio 2/0)#wlan-id 10 關(guān)聯(lián)wlan10-id 10AP(config-if-Dot11radio 2/0)#wlan-id 20 關(guān)聯(lián)wlan20-id 20 AP(config-if-Dot11radio 2/0)#wlan-id 30 關(guān)聯(lián)wlan30-id 30AP(config-if-Dot11radio 2/0)#exit 退出5.廣播子接口封裝:模式mac-mode fatAP(config)#interface
8、 dot11radio 1/0.10 進(jìn)入無線信道接口1/0子接口dot11radio1/0.10AP(config-subif)#encapsulation dot1Q 10 封裝802.1q協(xié)議,并把該接口關(guān)聯(lián)到vlan 10AP(config-subif)#mac-mode fat 設(shè)置模式為胖(FAT)模式AP(config-subif)#exit 退出 AP(config)#interface dot11radio 1/0.20 進(jìn)入無線信道接口1/0子接口dot11radio1/0.20AP(config-subif)#encapsulation dot1Q 20 封裝802.1q
9、協(xié)議,并把該接口關(guān)聯(lián)到vlan 20AP(config-subif)#mac-mode fat 設(shè)置模式為胖(FAT)模式AP(config-subif)#exit 退出AP(config)#interface dot11radio 1/0.30 進(jìn)入無線信道接口1/0子接口dot11radio1/0.30AP(config-subif)#encapsulation dot1Q 30 封裝802.1q協(xié)議,并把該接口關(guān)聯(lián)到vlan 30AP(config-subif)#mac-mode fat 設(shè)置模式為胖(FAT)模式AP(config-subif)#exit 退出AP(config)#in
10、terface dot11radio 2/0.10 進(jìn)入無線信道接口2/0子接口dot11radio2/0.10AP(config-subif)#encapsulation dot1Q 10 封裝802.1q協(xié)議,并把該接口關(guān)聯(lián)到vlan 10AP(config-subif)#mac-mode fat 設(shè)置模式為胖(FAT)模式AP(config-subif)#exit 退出AP(config)#interface dot11radio 2/0.20 進(jìn)入無線信道接口2/0子接口dot11radio2/0.20AP(config-subif)#encapsulation dot1Q 20 封裝
11、802.1q協(xié)議,并把該接口關(guān)聯(lián)到vlan 20AP(config-subif)#mac-mode fat 設(shè)置模式為胖(FAT)模式AP(config-subif)#exit 退出 AP(config)#interface dot11radio 2/0.30 進(jìn)入無線信道接口2/0子接口dot11radio2/0.30AP(config-subif)#encapsulation dot1Q 30 封裝802.1q協(xié)議,并把該接口關(guān)聯(lián)到vlan 30AP(config-subif)#mac-mode fat 設(shè)置模式為胖(FAT)模式AP(config-subif)#exit 退出6. 設(shè)置
12、bvi 和dhcpAP(config)#interface bvi 10 進(jìn)入bvi 10虛接口AP(config-if-BVI 10)#ip add 192.168.1.253 設(shè)置vlan 10網(wǎng)橋的IP地址(網(wǎng)關(guān))AP(config)#interface bvi 20 進(jìn)入bvi 10虛接口AP(config-if-BVI 20)#ip add 192.168.2.253 .0設(shè)置vlan20網(wǎng)橋的IP地址(網(wǎng)關(guān))AP(config)#interface bvi 30 進(jìn)入bvi 30 虛接口AP(config-if-BVI 30)#ip add 192.168.3.253 設(shè)置vlan
13、 30網(wǎng)橋的IP地址(網(wǎng)關(guān))AP(config)#service dhcp開啟dhcp功能AP(config)#ip dhcp pool 10 建立名為10的dhcp地址池AP(dhcp-config)#network 192.168.1 發(fā)布192.168.10.0網(wǎng)段的DHCPAP(dhcp-config)#default-router 192.168.1.254 設(shè)置默認(rèn)網(wǎng)關(guān)AP(dhcp-config)#dns-server 61.130.254.34 湖州電信DNSAP(dhcp-config)#exit 退出AP(config)#ip dhcp pool 20 建立名為20的dhc
14、p地址池AP(dhcp-config)#network 192.168.2 發(fā)布192.168.20.0網(wǎng)段的DHCPAP(dhcp-config)#default-router 192.168.2.254 設(shè)置默認(rèn)網(wǎng)關(guān)AP(dhcp-config)#dns-server 61.130.254.34 湖州電信DNSAP(dhcp-config)#exit 退出AP(config)#ip dhcp pool 30 建立名為30的dhcp地址池AP(dhcp-config)#network 192.168.3 發(fā)布192.168.30.0網(wǎng)段的DHCPAP(dhcp-config)#default
15、-router 192.168.3.254 設(shè)置默認(rèn)網(wǎng)關(guān)AP(dhcp-config)#dns-server 61.130.254.34 湖州電信DNSAP(dhcp-config)#exit 退出二、Ap vlan模式1.創(chuàng)建vlan10 AP(config)#vlan 10 創(chuàng)建vlan10 2.創(chuàng)建wlan 10 關(guān)聯(lián)vlan 10 AP(config)#dot11 wlan 10 創(chuàng)建無線網(wǎng)絡(luò)wlan 10AP(dot11-wlan-config)#vlan 10 關(guān)聯(lián)vlan10AP(dot11-wlan-config)#broadcast-ssid 將ssid名稱廣播AP
16、(dot11-wlan-config)#ssid ap 配置ssid廣播標(biāo)識(shí)名稱為apAP(dot11-wlan-config)#exit 退出 3.創(chuàng)建接口并封裝AP(config)#interface gigabitEthernet 0/1 進(jìn)入接口以太網(wǎng)0/1 AP(config-if-GigabitEthernet 0/1)#encapsulation dot1Q 10 封裝802.1q協(xié)議,并把該接口關(guān)聯(lián)到vlan10AP(config)#exit4.廣播信道 封裝協(xié)議 關(guān)聯(lián)wlan10AP(config)#interface dot11radio 1/0 進(jìn)入1/0無線信
17、道接口AP(config-if-Dot11radio 1/0)#mac-mode fat 設(shè)置模式為胖(FAT)模式AP(config-if-Dot11radio 1/0)#wlan-id 10 關(guān)聯(lián)wlan-id 10(即wlan 10)AP(config-if-Dot11radio 1/0)#radio-type 802.11b 設(shè)置無線網(wǎng)絡(luò)協(xié)議類型為802.11b AP(config-if-Dot11radio 1/0)#exit 退出5. 設(shè)置 bvi 和dhcpAP(config)#interface bvi 10 進(jìn)入bvi 10虛接口AP(config-if-BVI 10)#ip
18、 add 192.168.1.253 設(shè)置vlan 10網(wǎng)橋的IP地址(網(wǎng)關(guān))AP(config-if-BVI 10)#exit 退出AP(config)#service dhcp 開啟dhcpAP(config)#ip dhcp pool 10 建立名為10的dhcp地址池 發(fā)布網(wǎng)段的dhcp 設(shè)置默認(rèn)網(wǎng)關(guān)AP(dhcp-config)#dns-server 61.130.254.34 湖州電信DNS地址 設(shè)置排除地址 三、AP時(shí)間日期設(shè)置AP#clock set 9:21:20 4 22 2011 (時(shí):分:秒 月 日 年) 四、AP Telnet配置AP(
19、config)#enable password 0 123456 設(shè)置enable密碼AP(config)#line vty 0 4 用戶數(shù)量為4AP(config-line)#password 0 123456 設(shè)置telnet密碼AP(config-line)#exit 退出 五、AP Web模式配置AP(config)#enable service web-server 開啟webAP(config)#username abc password 0 123456 (配置用戶名abc ,明文密碼123456)六、AP無線網(wǎng)絡(luò)加密配置配置WEP加密方式及密鑰AP(config)#wlansec 10AP(wlansec)#security static-wep-key authentication share-key 配置WEP加密
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 北師大版七年級(jí)數(shù)學(xué)下冊(cè)《2.1兩條直線的位置關(guān)系》同步測(cè)試題及答案
- 政策環(huán)境變化下的戰(zhàn)略與風(fēng)險(xiǎn)考核試題及答案
- 企業(yè)聲譽(yù)風(fēng)險(xiǎn)管理與戰(zhàn)略決策試題及答案
- 2025年金融軟件的技術(shù)要求試題及答案
- 博物館展品安全管理措施計(jì)劃
- 數(shù)據(jù)通信基礎(chǔ)知識(shí)考題及答案
- 班級(jí)共同體意識(shí)的培養(yǎng)計(jì)劃
- 主題班會(huì)活動(dòng)的設(shè)計(jì)與實(shí)施計(jì)劃
- 完善工業(yè)企業(yè)安全生產(chǎn)計(jì)劃
- 山東省萊城區(qū)劉仲瑩中學(xué)2025年七年級(jí)數(shù)學(xué)第二學(xué)期期末達(dá)標(biāo)檢測(cè)模擬試題含解析
- 機(jī)械工業(yè)出版社2020《人工智能導(dǎo)論》課程第1章 緒論
- 教育教學(xué)實(shí)習(xí)教案幼兒園
- 大眾電子助力轉(zhuǎn)向EPS 雙齒輪電動(dòng)助力轉(zhuǎn)向系統(tǒng)
- 【醫(yī)院管理案例學(xué)習(xí)】-床單位終末消毒標(biāo)準(zhǔn)的執(zhí)行
- 能源費(fèi)用托管型合同能源管理項(xiàng)目
- 退化草地修復(fù)親水性聚氨酯復(fù)合材料應(yīng)用技術(shù)規(guī)范
- 暗挖格柵加工技術(shù)交底
- DB5106∕T 01-2019 農(nóng)村彩鋼棚管理指南
- 2023年安徽省公安機(jī)關(guān)警務(wù)輔助人員條例訓(xùn)練題庫(kù)211題及答案
- LBS支撐平臺(tái)LBS-p中移動(dòng)終端地圖數(shù)據(jù)格式及數(shù)據(jù)策略研究的中期報(bào)告
- 2023年南昌市外國(guó)與學(xué)校小升初能力試題
評(píng)論
0/150
提交評(píng)論