无线AP上线和信号发出配置

括朴图如下

目录

括朴图如下

a.首先配置划分vlan以及vlan名称设

b.配置DHCP

c.无线配置

d.最后向所有关联到profile的管理AP应用profile        

e.注意事项


a.首先配置划分vlan以及vlan名称设

vlan 10
 name SSID10
!
vlan 20
 name SSID20

interface Vlan10
 ip address 192.168.10.1 255.255.255.0
!
interface Vlan20
 ip address 192.168.20.1 255.255.255.0
!
interface Vlan200
 ip address 192.168.200.254 255.255.255.0

端口绑定配置
Interface Ethernet1/0/1
 switchport mode trunk
 switchport trunk native vlan 200

b.配置DHCP

service dhcp
!
ip dhcp pool 200
 network-address 192.168.200.0 255.255.255.0
 default-router 192.168.200.254
!
ip dhcp pool SSID10
 network-address 192.168.10.0 255.255.255.0
 lease 0 8 0 
 default-router 192.168.10.1
 dns-server 1.1.1.1
!         
ip dhcp pool SSID20
 network-address 192.168.20.0 255.255.255.0
 lease 0 9 0 
 default-router 192.168.20.1
 dns-server 1.1.1.1

c.无线配置

wireless
 enable
 ap authentication none
 discovery vlan-list 200
 static-ip  192.168.200.254

network 100
  ssid SSID10
  vlan 10
!
 network 200
  security mode wpa-personal
  ssid SSID20
  vlan 20 
  wpa key 12345678

ap profile 1
radio 1

   vap 1
    enable
    network 100

!
   vap 2
    enable
    network 200

radio 2
   vap 2  
    enable
    network 200

d.最后向所有关联到profile的管理AP应用profile        

wireless ap profile apply 1

---All configurations will be send to the aps associated to this profile and associated clients on these aps will be disconnected. Are you sure you want to apply the profile configuration? [Y/N] ----Y

e.注意事项

切记:如AP指示灯没显示蓝光,那么表明AP未上线

 

  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值