思科无线控制器AC5508初始化配置详解
创作时间:
作者:
@小白创作中心
思科无线控制器AC5508初始化配置详解
引用
CSDN
1.
https://blog.csdn.net/m0_54931486/article/details/144864940
思科AC5508无线控制器是企业级无线网络部署中的重要设备,负责管理多个无线接入点(AP),提供集中式控制和管理功能。正确初始化配置是确保设备正常运行的基础。本文将详细介绍AC5508的物理连接、恢复出厂设置以及具体的初始化配置步骤。
物理连接
初次接触思科无线控制器5508时,可能会误以为下图中的SP是交换端口,RP是路由端口。在完成管理端口的初始化配置后,如果无法登录,需要仔细研究各个端口的作用。
- SP(Service Port):服务端口是控制器的带外管理接口。通过控制台接口初始化控制器后,可以为服务端口配置IP地址,从而实现远程操控。
- RP(Redundancy Port):冗余端口在5500/7500/8500系列无线控制器上用于背靠背连接,实现主备控制器之间的配置同步。控制器每100毫秒通过RP端口发送一次UDP心跳报文,实时监控对端设备状态。
恢复出厂配置
如果需要恢复出厂配置,可以按照以下步骤操作:
- 在命令行下输入
clear config
,并输入Y
确认。
(Cisco Controller) >clear config
Are you sure you want to clear the configuration? (y/n) y
Writing to flash ...done
Configuration Cleared!
输入
reset system
,并输入N
确认不需要保存配置文件就重新启动系统。系统重新启动后将会重新进入初始配置界面。
初始化配置
- 重启系统(忘记超级用户密码时,可以使用电源按钮重新启动系统)。
(Cisco Controller) >reset system // 控制台界面输入 Reset System
Are you sure you would like to reset the system? (y/N)
System will now restart! Creating license client restartability thread
Exit Called
Switchdrvr exited!
Restarting system.
.....
- 当系统重启完成后,要求用户输入管理用户名时,输入
recover-config
,将会把控制器恢复到出厂状态。
Enter User Name (or 'Recover-Config' this one-time only to reset configuration to factory defaults)
User: recover-config // 要求用户输入管理用户名时,输入 recover-config
Enter Administrative User Name (24 characters max): admin //设置用户名,密码
Enter Administrative Password (3 to 24 characters): ***********
Re-enter Administrative Password : ***********
Service Interface IP Address Configuration [static][DHCP]: static //静态配置带外管理地址
Service Interface IP Address: 192.10.10.1
Service Interface Netmask: 255.255.255.0
Enable Link Aggregation (LAG) [yes][NO]: NO
Management Interface IP Address: 192.168.118.1 //静态配置带内管理地址
Management Interface Netmask: management:255.255.255.0
Management Interface Default Router: 192.168.118.254
Management Interface VLAN Identifier (0 = untagged): 0
Management Interface DHCP Server IP Address: 192.168.118.254
Enable HA [yes][NO]: NO
Virtual Gateway IP Address: 1.1.1.1 //随便配置一个地址
Mobility/RF Group Name: Test //三层漫游使用的组名
Network Name (SSID): Test //配置SSID
Configure DHCP Bridging Mode [yes][NO]: No
Allow Static IP Addresses [YES][no]: no
Configure a RADIUS Server now? [YES][no]: no
Enter Country Code list (enter 'help' for a list of countries) [US]: CN
Enable 802.11b Network [YES][no]: yes
Enable 802.11a Network [YES][no]: yes
Enable 802.11g Network [YES][no]: yes
Enable Auto-RF [YES][no]: yes
Configure a NTP server now? [YES][no]: no
Configure the system time now? [YES][no]: yes
Enter the date in MM/DD/YY format: 10/01/23
Enter the time in HH:MM:SS format: 10 3:04 5:00
Would you like to configure IPv6 parameters[YES][no]: no
Configuration correct? If yes, system will save it and reset. [yes][NO]: yes
- 检查配置
(Cisco Controller) >show network summary
RF-Network Name............................. Test
DNS Server IP...............................
Web Mode.................................... Disable
Secure Web Mode............................. Enable
Secure Web Mode Cipher-Option High.......... Disable
Secure Web Mode Cipher-Option SSLv2......... Disable
Secure Web Mode RC4 Cipher Preference....... Disable
Secure Web Mode SSL Protocol................ Disable
OCSP........................................ Disabled
OCSP responder URL..........................
Secure Shell (ssh).......................... Enable
Secure Shell (ssh) Cipher-Option High....... Disable
Telnet...................................... Disable
Ethernet Multicast Forwarding............... Disable
Ethernet Broadcast Forwarding............... Disable
IPv4 AP Multicast/Broadcast Mode............ Unicast
IPv6 AP Multicast/Broadcast Mode............ Unicast
IGMP snooping............................... Disabled
IGMP timeout................................ 60 seconds
IGMP Query Interval......................... 20 seconds
MLD snooping................................ Disabled
MLD timeout................................. 60 seconds
MLD query interval.......................... 20 seconds
User Idle Timeout........................... 300 seconds
ARP Idle Timeout............................ 300 seconds
Cisco AP Default Master..................... Disable
AP Join Priority............................ Disable
Mgmt Via Wireless Interface................. Disable
Mgmt Via Dynamic Interface.................. Disable
Bridge MAC filter Config.................... Enable
Bridge Security Mode........................ EAP
Mesh Full Sector DFS........................ Enable
Mesh Backhaul RRM........................... Disable
AP Fallback ................................ Enable
Web Auth CMCC Support ...................... Disabled
Web Auth Redirect Ports .................... 80
Web Auth Proxy Redirect ................... Disable
Web Auth Captive-Bypass .................. Disable
Web Auth Secure Web ....................... Enable
Web Auth Secure Redirection ............... Disable
Fast SSID Change ........................... Disabled
AP Discovery - NAT IP Only ................. Enabled
IP/MAC Addr Binding Check .................. Enabled
Link Local Bridging Status ................. Disabled
CCX-lite status ............................ Disable
oeap-600 dual-rlan-ports ................... Disable
oeap-600 local-network ..................... Enable
oeap-600 Split Tunneling (Printers)......... Disable
WebPortal Online Client .................... 0
WebPortal NTF_LOGOUT Client ................ 0
mDNS snooping............................... Disabled
mDNS Query Interval......................... 15 minutes
Web Color Theme............................. Default
Capwap Prefer Mode.......................... IPv4
Network Profile............................. Disabled
Client ip conflict detection (DHCP) ........ Disabled
Mesh BH RRM ................................ Disable
Mesh Aggressive DCA......................... Disable
Mesh Auto RF................................ Disable
HTTP Profiling Port......................... 80
热门推荐
权力漩涡中的爱情:甄嬛传人物关系解读
年妃包揽雍正十二年子女,独宠地位远超甄嬛
从偏执少女到智慧女性:《甄嬛传》女主形象的重塑
王文娜教你中医调理便秘:六种证型辨治法
皮蛋瘦肉粥:营养全面,这样吃更健康
哈佛便秘大法:科学指导告别便秘
健身运动让你告别便秘烦恼
免疫力下降吃什麼?提升免疫系統的食物指南
杨国福麻辣烫维权背后:法律要点揭秘
小羊馆羊肉汤,温暖你的胃
红枣炖羊肉:冬日里的暖心养生汤
桂林两江机场停车攻略:收费标准及最新升级信息
猫咪神经质怎么办?从原因到解决方案全解析
那些年,方言俗语为我们留住乡愁记忆
也说“三关六码头”
木薯粉事件:华妃陷害甄嬛,端妃妙计解围
从《伤寒论》看盗汗:三阳病篇的辨证施治与现代应用
养猫必读:从身体到环境的全方位卫生清洁指南
中医养生,让你的肠胃不再闹脾气
小米银耳粥:养胃界的网红组合,这样搭配效果翻倍
女性在家健身指南:4大基础力量训练动作详解
花呗欠款焦虑?教你几招心理调适法
唐国强再演乾隆?观众期待与艺术追求的碰撞
退休感言:感谢团队相伴,期待新生活启程
写好退休致辞的三个关键要素与完整模板
马来西亚6岁女童被巨鳄拖走,专家解析人鳄冲突与防范之道
2500株牡丹进剧组,菏泽助力《国色芳华》再现大唐国色
杨紫李现二搭遇《知否知否》前传,《国色芳华》首播登顶热度榜
国色芳华》:匠心还原大唐盛世,杨紫李现演绎女性成长传奇
《国色芳华》全网热度第一,古典美学与女性自立的完美融合