- 1、本文档共8页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
无线瘦AP的热备实验:
集群中的每台AC上面为AP配置冗余AC
主备需求:
配置模板:
核心交换机:
conf t
vlan 10
vlan 20
vlan 30
vlan 100
exit
int range f0/23 -24
sw mode trunk
int gi0/26
sw acc vlan 10
exit
int vlan 100
ip add 10.0.100.1 255.255.255.0
no shut
exit
int vlan 10
ip add 10.0.1.1 255.255.255.0
no shut
exit
int vlan 20
ip add 10.0.2.1 255.255.255.0
no shut
int vlan 30
ip add 10.0.3.1 255.255.255.0
no shut
exit
service dhcp
ip dhcp pool APvlan10
option 138 ip 1.1.1.1 1.1.1.2
network 10.0.1.0 255.255.255.0
default-router 10.0.1.1
dns-server 9.9.9.9
exit
ip dhcp pool YHvlan20
network 10.0.2.0 255.255.255.0
default-router 10.0.2.1
dns-server 8.8.8.8
exit
ip dhcp pool YHvlan30
network 10.0.3.0 255.255.255.0
default-router 10.0.3.1
dns-server 8.8.8.8
exit
ip dhcp excluded-address 10.0.1.1
ip dhcp excluded-address 10.0.2.1
ip dhcp excluded-address 10.0.3.1
ip route 1.1.1.1 255.255.255.255 10.0.100.2
ip route 1.1.1.2 255.255.255.255 10.0.100.3
exit
AC控制器 1
[[[[[[[[[[[[【【【【【【【【【【【AC 无线控制器
conf t
ac-controller
ac-name AC-1
exit
int gi0/1
sw mode trunk
exit
vlan 10
vlan 20
vlan 30
vlan 100
exit
int vlan 100
ip add 10.0.100.2 255.255.255.0
no shut
exit
ip route 0.0.0.0 0.0.0.0 10.0.100.1
int loopback 0
ip add 1.1.1.1 255.255.255.255
no shut
exit
wlan-config 20 NY_1_101_2.4g
wlan-config 21 NY_1_101_5.8g
ap-config 1414.4b78.a8a5
ap-name NY_1_101
radio-type 1 802.11b
channel 1 radio 1
radio-type 2 802.11a
channel 149 radio 2
primary-base AC-1 1.1.1.1
secondary-base AC-2 1.1.1.2
vlan 20
int vlan 20
exit
wlan-config 30 NY_1_102_2.4g
wlan-config 31 NY_1_102_5.8g
ap-config MAC
ap-name NY_1_102
radio-type 1 802.11b
channel 6 radio 1
radio-type 2 802.11a
channel 153 radio 2
primary-base AC-2 1.1.1.2
secondary-base AC-1 1.1.1.1
vlan 30
int vlan 30
exit
ap-group ruijie
interface-mapping 20 20
interface-mapping 21 20
interface-mapping 30 30
interface-mapping 31 30
ap-config NY_1_101
ap-group ruijie
ap-config NY_1_102
ap-group ruijie
ac-controller
country CN
active-bin-file
文档评论(0)