思科无线AP如何配置
学习啦在线学习网 思科公司制造的路由器、交换机和其他设备承载了全球80%的互联网通信,成为了网络应用的成功实践者之一,那么你知道思科无线AP如何配置吗?下面是学习啦小编整理的一些关于思科无线AP如何配置的相关资料,供你参考。
思科无线AP配置的方法:
无线不能代替交换机,只是有线的补充,但是也是不可缺少的网络设备之一,将无线AP看成一个具有路由器特征的交换机,就可以了。
学习啦在线学习网 本配置适合用户Cisco 1100系列和1200系列,支持802.11a、g标准。
Building configuration...
Current configuration : 1747 bytes
!
version 12.3
学习啦在线学习网 no service pad
学习啦在线学习网 service timestamps debug datetime msec
学习啦在线学习网 service timestamps log datetime msec
学习啦在线学习网 service password-encryption
!
hostname ap(设备名称)
!
enable secret 5 class="main">
思科无线AP如何配置
!
ip subnet-zero
!
!
学习啦在线学习网 no aaa new-model
!
学习啦在线学习网 dot11 ssid XXXX(设置802.11协议的SSID名称)
学习啦在线学习网 authentication open(802.11认证开启)
!
power inline negotiation prestandard source
!
!
username Cisco password 7 00271A150754(登陆的名和密码)
!
bridge irb
!
!
学习啦在线学习网 interface Dot11Radio0(设备AP的无线接口0的配置)
no ip address
no ip route-cache
!
encryption key 1 size 128bit 7 5C7D0E2CA14A8319BBF2C6061D68 transmit-key(1设置一个128bit的密码)
学习啦在线学习网 encryption mode wep mandatory(开放式WEP的模式)
!
ssid xxxx (再次设置接口的SSID)
!
学习啦在线学习网 speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0(速率)
54.0
station-role root
antenna gain 128
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
speed basic-6.0 9.0 basic-12.0 18.0 basic-24.0 36.0 48.0 54.0
学习啦在线学习网 station-role root
学习啦在线学习网 antenna gain 128 (天线的功率)
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(设备快速以太口的IP地址 和掩码)
学习啦在线学习网 ip address 192.168.55.250 255.255.254.0
no ip route-cache
duplex auto
学习啦在线学习网 speed auto
学习啦在线学习网 bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
学习啦在线学习网 hold-queue 160 in
!
interface BVI1(虚端口的IP地址)
ip address 192.168.55.123 255.255.254.0
学习啦在线学习网 no ip route-cache
!
学习啦在线学习网 ip http server
no ip http secure-server
学习啦在线学习网 ip http help-path
!
!
学习啦在线学习网 control-plane
!
学习啦在线学习网 bridge 1 route ip
!
!
!
line con 0
学习啦在线学习网 line vty 0 4
login local
!
看过文章“思科无线AP如何配置”的人还看了:
10.cisco ip设置