久久久久久久性爱潮,国产又粗又猛又爽又黄下载视频,尤物国产在线一区视频,欧美日本国产在线不卡

<sup id="4uqqy"><ol id="4uqqy"></ol></sup>
  • <th id="4uqqy"></th>

      • <strike id="4uqqy"><nobr id="4uqqy"><ins id="4uqqy"></ins></nobr></strike><sup id="4uqqy"></sup><strong id="4uqqy"><u id="4uqqy"></u></strong>
        <sub id="4uqqy"></sub>

          綠色資源網(wǎng):您身邊最放心的安全下載站! 最新軟件|熱門排行|軟件分類|軟件專題|廠商大全

          綠色資源網(wǎng)

          技術(shù)教程
          您的位置:首頁系統(tǒng)集成無線網(wǎng)絡 → Cisco無線AP基本配置

          Cisco無線AP基本配置

          我要評論 2013/04/18 12:38:37 來源:綠色資源網(wǎng) 編輯:kiwanis-srv.org [ ] 評論:0 點擊:369次

          Cisco APAIR-AP1131AG

          恢復初廠設置
          拿到這臺不知情的機器時,我首先要將其恢復到初廠設置。
          滑開前蓋,按住MODE鍵,接通電源,待E燈亮為橙紅色時松開(也不知道他們說的琥珀色到底是什么色,有多少人知道琥珀長什么顏色),設備重啟后即恢復為初廠值。
          初廠值沒有IP地址,沒有開無線,所以只能通過CONSOLE方式連接進行配置。

          設置IP地址
          使用Cisco的Console線連接好,打開超級終端,COM端口速率為9600。
          撥上后,默認主機名是ap,密碼是Cisco(C是大寫)。
          要配置IP地址的接口是BVI,BVI(Bridge-Group Virtual Interface)網(wǎng)橋虛擬接口,AP連接到有線網(wǎng)絡時,使用BVI將所有接口都聚合到一個IP地址下,然后通過AP的以太網(wǎng)口或無線端口訪問BVI地址對AP進行管理。
          ap>
          ap>en
          Password:Cisco
          ap#conf t
          ap(config)#interface bvi 1
          ap(config-if)#ip address 10.10.0.10 255.255.255.0
          ap(config-if)#no shutdown
          ap(config-if)#exit
          ap(config)#
          ap#copy run sta

          WEB登陸主機名和密碼設置
          IP地址設置好后我們就可以通過WEB界面來管理,平時cisco接觸比較少還是WEB管理比較舒服些。
          默認登陸用戶名和密碼都是cisco(C為大寫)。

          EXPRESS SET-UP中對主機名,IP地址進行更改,然后應用Apply。


          最重要的是首先要給設備加個密碼,SECURITY-Admin Access

          WPA2-PSK加密設置
          打開設備的無線功能,直接到NETWORK INTERFACE-Radio0-802.11G,Enable Radio啟用此協(xié)議標準。


          再往下拉,選擇頻段,然后應用。
          設置完成后,再以相同操作啟用802.11A。

          安全加密設置:定位到SECURITY-Encryption Manager,Encryption Nodes加密模式選擇Cipher:AES CCMP+TKIP,然后點擊“Apply-All”應用到所有Radio上面。


          創(chuàng)建SSID定位到SSID Manager,點擊NEW新建一個SSID。在SSID后面輸入SSID名稱,Interface選擇Radio0-802.11G和Radio0-802.11A。

          接著往下,Key Management:Mandatory,Enable WPA:WPAv2。
          WPA Pre-shared Key輸入自定義密碼。


          最后到Guest Mode/Infrastructure SSID Settings中,Radio-802.11G和Radio-802.11A,分別設置Set Single Guest Mode SSID:選擇創(chuàng)建的SSID,Apply。

          到此設置完成。

          version 12.4
          no service pad
          service timestamps debug datetime msec
          service timestamps log datetime msec
          service password-encryption
          !
          hostname myap
          !
          enable secret 5 $1$HEM4$4xBQt1xZCkFBAga1R6tJ8/
          !
          no aaa new-model
          !
          !
          !
          dot11 ssid SOLVAY
             authentication open
             authentication key-management wpa version 2
             guest-mode
             wpa-psk ascii 7 0605062F424B1D485744465E5A
          !
          power inline negotiation prestandard source
          !
          !
          username root secret 5 $1$b9X9$KPWjv8hjKogY1335G/7QM1
          !
          bridge irb
          !
          !
          interface Dot11Radio0
          no ip address
          no ip route-cache
          !
          encryption mode ciphers aes-ccm tkip
          !
          ssid SOLVAY
          !
          channel 2462
          station-role root
          bridge-group 1
          bridge-group 1 subscriber-loop-control
          bridge-group 1 block-unknown-source
          no bridge-group 1 source-learning
          no bridge-group 1 unicast-flooding
          bridge-group 1 spanning-disabled
          !
          interface Dot11Radio1
          no ip address
          no ip route-cache
          !
          encryption mode ciphers aes-ccm tkip
          !
          ssid SOLVAY
          !
          channel 5745
          station-role root
          bridge-group 1
          bridge-group 1 subscriber-loop-control
          bridge-group 1 block-unknown-source
          no bridge-group 1 source-learning
          no bridge-group 1 unicast-flooding
          bridge-group 1 spanning-disabled
          !
          interface FastEthernet0
          no ip address
          no ip route-cache
          duplex auto
          speed auto
          bridge-group 1
          no bridge-group 1 source-learning
          bridge-group 1 spanning-disabled
          !
          interface BVI1
          ip address 10.10.0.10 255.255.255.0
          no ip route-cache
          !
          ip http server
          no ip http secure-server
          ip http help-path
          bridge 1 route ip
          !
          !
          !
          line con 0
          line vty 0 4
          login local
          !
          end

          關鍵詞:Cisco,無線AP

          閱讀本文后您有什么感想? 已有 人給出評價!

          • 0 歡迎喜歡
          • 0 白癡
          • 0 拜托
          • 0 哇
          • 0 加油
          • 0 鄙視