AC+AP(同广播域组网web页面设置)

root
233
文章
0
评论
2020年12月31日17:48:16 评论 2205字阅读7分21秒

AC+AP(同广播域组网web页面设置)

 

模拟宿主机设置

AC开启http,创建好用户

//AC 开启http
[AC6005]http server enable 

//VLAN配置与PC机同网段的ip地址
AC6005]int vlan 1
[AC6005-Vlanif1]ip add 192.168.1.2 24

//创建http协议的用户名和密码
[AC6005]aaa
[AC6005-aaa]local-user Kk password cipher ha123456
[AC6005-aaa]local-user kk service-type http
//设置用户登录web权限
[AC6005-aaa]local-user kk privilege level 15
Warning: This operation may affect online users, are you sure to change the user privilege level ?[Y/N]y

登录无线web页面

1.创建VLAN管理组网VLANif100,用户组网VLAN200

2.修改AC端口类型

3.开启DHCP

配置DHCP地址池

不要忘记,选择DHCP地址池接口(点加号)

AP设备查看地址是否被分配

[Huawei]dis ip int bri
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
(E): E-Trunk down
The number of interface that is UP in Physical is 2
The number of interface that is DOWN in Physical is 0
The number of interface that is UP in Protocol is 2
The number of interface that is DOWN in Protocol is 0

Interface                         IP Address/Mask      Physical   Protocol  
NULL0                             unassigned           up         up(s)     
Vlanif1                           192.168.100.30/24    up         up
[Huawei]dis ip int bri
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
(E): E-Trunk down
The number of interface that is UP in Physical is 2
The number of interface that is DOWN in Physical is 0
The number of interface that is UP in Protocol is 2
The number of interface that is DOWN in Protocol is 0

Interface                         IP Address/Mask      Physical   Protocol  
NULL0                             unassigned           up         up(s)     
Vlanif1                           192.168.100.98/24    up         up        

 

配置AP上线

这里配置的不认证,要是认证的话和前面命令行配置的方法类似

这里的VLANIF选择管理组

配置AP组,SSID和密码

在默认的AP组里可以看到上线的AP设备

修改默认AP组

cloud就是云模式,AP与AP之间不独立

创建vlan 200的管理组

//AC
[AC6005]vlan 200

//SW1
[SW1]vlan 200
//设置之间转发地址池
[SW1]dhcp enable
[SW1]int vlan 200
[SW1-Vlanif200]ip add 192.168.200.254 24
[SW1-Vlanif200]dhcp select interface 
[SW1-Vlanif200]dhcp server dns-list 114.114.114.114

//端口追加200管理组VLAN 允许通过
[SW1-GigabitEthernet0/0/3]dis this
#
interface GigabitEthernet0/0/3
 port link-type trunk
 port trunk pvid vlan 100
 port trunk allow-pass vlan 100 200
#

[SW1-GigabitEthernet0/0/2]dis this
#
interface GigabitEthernet0/0/2
 port link-type trunk
 port trunk pvid vlan 100
 port trunk allow-pass vlan 100 200
#
return

无线设备连接AP设备进行查看

STA>ipconfig

Link local IPv6 address...........: ::
IPv6 address......................: :: / 128
IPv6 gateway......................: ::
IPv4 address......................: 192.168.200.253
Subnet mask.......................: 255.255.255.0
Gateway...........................: 192.168.200.254
Physical address..................: 54-89-98-49-7F-30
DNS server........................: 114.114.114.114

 

 

 

 

 

 

继续阅读
weinxin
我的微信
这是我的微信扫一扫
  • 文本由 发表于 2020年12月31日17:48:16
  • 除非特殊声明,本站文章均为原创,转载请务必保留本文链接
AC+AP(同广播域组网) 无线

AC+AP(同广播域组网)

AC+AP(同广播域组网) AP 是无线访问接入点(WirelessAccessPoint),作用是发射无线信号,也就相当于有线网络中的集线器,连接所有无线设备。 AC 是无线网络控制器(Wirele...
匿名

发表评论

匿名网友 填写信息

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: