Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Cisco Wireless AP configuration method

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

1. Set the name of AP

XIAAP (config) # hostname XIAAP01

two。 Set IP and subnet mask of BVI interface, default gateway

XIAAP01 (config) # interface bvI 1

XIAAP01 (config-if) # ip address 10.50.5.8 255.255.255.0

XIAAP01 (config-if) # no shutdown

XIAAP01 (config) # ip default-gateway 10.50.5.1

3. Start wireless globally

XIAAP01 (config) # dot11 ssid xiatempap sets ssid to xiatempap

XIAAP01 (config-ssid) # authentication open authentication is in open mode

XIAAP01 (config-ssid) # guest-mode broadcast SSID

4. Configure 802.11g and 802.11a modes, with 802.11g for dot11Radio 0 and 802.11a for dot11Radio 1

XIAAP01 (config) # interface dot11Radio 0 set 802.11g port

XIAAP01 (config-if) # no shutdown Startup Port

XIAAP01 (config-if) # ssid xiatempap sets ssid to xiatempap

XIAAP01 (config-if) # encryption mode wep mandatory sets the wep mode whose encryption type is mandatory

XIAAP01 (config-if) # encryption key 1 size 128bit 1DDEBF2C1D8F62DED856C57D10 sets a 128bit encrypted KEY consisting of 26 characters

XIAAP01 (config) # interface dot11Radio 1 sets the 802.11a port

XIAAP01 (config-if) # no shutdown Startup Port

XIAAP01 (config-if) # ssid xiatempap sets ssid to xiatempap

XIAAP01 (config-if) # encryption mode wep mandatory sets the wep mode whose encryption type is mandatory

XIAAP01 (config-if) # encryption key 1 size 128bit 1DDEBF2C1D8F62DED856C57D10 sets a 128bit encrypted KEY consisting of 26 characters

5. Set console,telnet,enable password

XIAAP01 (config) # line console 0

XIAAP01 (config-line) # password cisco1234

XIAAP01 (config-line) # login

XIAAP01 (config-line) # exit

XIAAP01 (config) # line vty 0 15

XIAAP01 (config-line) # password cisco1234

XIAAP01 (config-line) # login

XIAAP01 (config-line) # exit

XIAAP01 (config) # enable secret cisco12345

XIAAP01 (config) # sntp server 10.50.1.12 set up a simple network time server

XIAAP01 (config) # logging on enable log server

XIAAP01 (config) # logging facility local1 defines the local log

XIAAP01 (config) # logging source-interface BVI1 defines the source of the source log

XIAAP01 (config) # logging 10.50.1.11 defines the log server address

XIAAP01 (config) # service timestamps log datetime localtime show-timezone sets the local timestamp

XIAAP01 (config) # service sequence-numbers enables the ordering of logs

XIAAP01 (config) # service password-encryption encrypted password

XIAAP01 (config) # clock timezone beijing 8 sets the time zone to Beijing, East Zone 8

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report