2021年cisco ap信道设置_第1页
2021年cisco ap信道设置_第2页
2021年cisco ap信道设置_第3页
已阅读5页,还剩6页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、资料来源:来自本人网络整理!祝您工作顺利!2021年cisco ap信道设置 不少网友都不知道cisco无线ap信道怎么设置。其实步骤并不难,下面我给大家介绍一下详细操作方法,供大家参考! cisco无线ap信道设置教程 以太网信道可能通过执行适当指令手工配置,或者可能由有自动地配置交换机与另一边协商信道用法port aggregation protocol (pagp)。 这是最正确用法pagp期望的形式配置以太网信道,每当可能,因为手工配置etherchannel有时创立冗杂化。 本文手工供应配置etherchannel示例和配置etherchannel用法pagp。 并且如何如何包括排除

2、以太网信道故障和用法trunking带有以太网信道。 在本文中,术语以太网信道、快速以太信道, gigabit etherchannel或者开拓全部引用以太网信道。 网络图 在此局部表示的网络建立说明测试环境。 在交换机的配置被去除了用clear config all指令之后,提示用set system name指令更改了。 ip地址和掩码安排到交换机管理目的用法set interface sc0 172.16.84.6 255.255.255.0指令为交换机a和set interface sc0 172.16.84.17 255.255.255.0指令为交换机b。 默认网关安排到两台交换机用

3、set ip route default 172.16.84.1指令。 去除交换机配置从默认条件开头。 交换机是教名对于证明从提示在指令行。 要连接在交换机之间为测试, ip地址安排。 未用法默认网关。 端口信道形式 有效邻居端口信道形式 抱负 抱负或自动 auto (default) 抱负或auto1 在 在 1,假如本机和邻接端口在自动形式, etherchannel套件不形成。 下张表供应全部可能的信道形式方案汇总。 其中一些组合可能的errdisable状态造成stp把端口放在信道侧上。(换句话说,某些组合在信道侧关闭了端口。) 交换机a信道形式 交换机b信道形式 信道状态 在 在 信

4、道 在 不是信道(错误-制止) 在 自动 不是信道(错误-制止) 在 抱负 不是信道(错误-制止) 在 不是信道(错误-制止) 不是信道 自动 不是信道 抱负 不是信道 自动 在 不是信道(错误-制止) 自动 不是信道 自动 自动 不是信道 自动 抱负 信道 抱负 在 不是信道(错误-制止) 抱负 不是信道 抱负 自动 信道 抱负 抱负 信道 信道从前一个示例(步骤6b在局部手工配置以太网信道)用法此指令在交换机a和交换机b被关闭: switch-a (enable) set port channel 2/1-4 auto port(s) 2/1-4 channel mode set to a

5、uto. 默认信道形式为能开拓信道的端口自动。 要验证此,请发出此指令: switch-a (enable) show port channel 2/1 port status channel channel neighbor neighbor mode status device port - - - - - - 2/1 connected auto not channel show port channel port指令也表示,端口目前不开拓信道。 这是另一个方式验证信道状态: switch-a (enable) show port channel no ports channelling

6、 switch-b (enable) show port channel no ports channelling 它是简洁的使信道工作与pagp。 这时,两台交换机设置为自动形式,因此它意味着他们开拓信道,假如连接的端口发送一个pagp恳求开拓信道。 设置交换机a为抱负的缘由交换机a发送pagp信息包到另一台交换机,恳求它开拓信道。 switch-a (enable) set port channel 2/1-4 desirable port(s) 2/1-4 channel mode set to desirable. 1999 dec 15 22:03:18 %pagp-5-portfr

7、omstp:port 2/1 left bridg1 1999 dec 15 22:03:18 %pagp-5-portfromstp:port 2/2 left bridge port 2/2 1999 dec 15 22:03:18 %pagp-5-portfromstp:port 2/3 left bridge port 2/3 1999 dec 15 22:03:18 %pagp-5-portfromstp:port 2/4 left bridge port 2/4 1999 dec 15 22:03:19 %pagp-5-portfromstp:port 2/2 left bridg

8、e port 2/2 1999 dec 15 22:03:19 %pagp-5-portfromstp:port 2/3 left bridge port 2/3 1999 dec 15 22:03:20 %pagp-5-portfromstp:port 2/4 left bridge port 2/4 1999 dec 15 22:03:23 %pagp-5-porttostp:port 2/1 joined bridge port 2/1-4 1999 dec 15 22:03:23 %pagp-5-porttostp:port 2/2 joined bridge port 2/1-4 1

9、999 dec 15 22:03:23 %pagp-5-porttostp:port 2/3 joined bridge port 2/1-4 1999 dec 15 22:03:24 %pagp-5-porttostp:port 2/4 joined bridge port 2/1-4 要查看信道,请发出此指令: switch-a (enable) show port channel port status channel channel neighbor neighbor mode status device port - - - - - - 2/1 connected desirable

10、 channel ws-c5505 066509957(sw 2/1 2/2 connected desirable channel ws-c5505 066509957(sw 2/2 2/3 connected desirable channel ws-c5505 066509957(sw 2/3 2/4 connected desirable channel ws-c5505 066509957(sw 2/4 - - - - - - switch-a (enable) 因为交换机b在自动形式,回应pagp信息包并且用交换机a创立信道。 switch-b (enable) 2000 jan

11、14 20:26:41 %pagp-5-portfromstp:port 2/1 left bridg1 2000 jan 14 20:26:41 %pagp-5-portfromstp:port 2/2 left bridge port 2/2 2000 jan 14 20:26:41 %pagp-5-portfromstp:port 2/3 left bridge port 2/3 2000 jan 14 20:26:41 %pagp-5-portfromstp:port 2/4 left bridge port 2/4 2000 jan 14 20:26:45 %pagp-5-portf

12、romstp:port 2/2 left bridge port 2/2 2000 jan 14 20:26:45 %pagp-5-portfromstp:port 2/3 left bridge port 2/3 2000 jan 14 20:26:45 %pagp-5-portfromstp:port 2/4 left bridge port 2/4 2000 jan 14 20:26:47 %pagp-5-porttostp:port 2/1 joined bridge port 2/1-4 2000 jan 14 20:26:47 %pagp-5-porttostp:port 2/2

13、joined bridge port 2/1-4 2000 jan 14 20:26:47 %pagp-5-porttostp:port 2/3 joined bridge port 2/1-4 2000 jan 14 20:26:48 %pagp-5-porttostp:port 2/4 joined bridge port 2/1-4 switch-b (enable) show port channel port status channel channel neighbor neighbor mode status device port - - - - - - 2/1 connect

14、ed auto channel ws-c5505 066507453(sw 2/1 2/2 connected auto channel ws-c5505 066507453(sw 2/2 2/3 connected auto channel ws-c5505 066507453(sw 2/3 2/4 connected auto channel ws-c5505 066507453(sw 2/4 - - - - - - switch-b (enable) 留意: ?这是最正确设置信道的两边对抱负,以便两边设法起动信道,假如一端脱离。 设置etherchannel端口在交换机b为期望的形式,即

15、使信道当前活泼和在自动形式,不提出问题。 指令是: switch-b (enable) set port channel 2/1-4 desirable port(s) 2/1-4 channel mode set to desirable. switch-b (enable) show port channel port status channel channel neighbor neighbor mode status device port - - - - - - 2/1 connected desirable channel ws-c5505 066507453(sw 2/1 2/2 connected desirable channel ws-c5505 066507453(sw 2/2 2/3 connected desirable channel ws-c5505 066507453(sw 2/3 2/4 connected desirable channel ws-c5505 066507453(sw 2/4 - - - - - - switch-b (enable) 由于某种缘由假

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论