Cisco 2800, 3800, 1560 APs: when connected to a Cisco Switch CDP-4-DUPLEX_MISMATCH log is seen
CSCvi02106
 
Description
Symptom:
You might see "CDP-4-DUPLEX_MISMATCH" messages on a Cisco switch that refer to a port where a Wave 2 AP is connected. By default, these messages are logged every 60 seconds per port. This could cause the syslog buffers to fill up and lose more important messages.

Conditions:
Cisco 2800/3800 & 1560 Series access points connected to Cisco switchports with CDP enabled.

Running 8.3 AP-COS - not 8.4 or above.

Workaround:
In order to prevent these duplex mismatch warning messages from being captured in your syslogs, complete one of these workarounds:

Disable CDP and enable Link Layer Discovery Protocol (LLDP) (if the switch supports it) on the switch port connected to the AP.

Note: For the AP to power on its radios without CDP, enable LLDP for power management.

config terminal
lldp run
interface
no cdp enable
end

Raise the threshold of syslogging to be higher than severity 4, that is, severity 3 (errors) or higher.

config terminal
logging {buffered/trap/console} 3
end

If you do this, the switch will no longer log messages of severity 4 (warnings) or lower.

Further Problem Description:
This doesn't have any operational impact; both AP and Switch are actually operating in full duplex.
For more information, see the field notice https://www.cisco.com/c/en/us/support/docs/field-notices/702/fn70252.html .

This bug affects only 8.3 AP-COS - not 8.2 nor 8.4 or above.

Note: even with this CSCvi02106 fix, you can still see spurious CDP duplex mismatch errors, if using LAG with 2802/3802 APs. Track CSCvi84511 for the fix for that scenario.

 
 
 

最新文章

  1. ZKWeb网页框架1.4正式发布
  2. 函数类型+WINAPI+函数名(例如inline DWORD static WINAPI RecordToKeys(const DRWT& theDRWT,WTSBH* pKey,DWORD dwMaxNum)
  3. python之chardet库
  4. fork()函数
  5. 导出Excel事例
  6. jersey构建rest服务返回json数据
  7. QComboBox实现复选功能
  8. 关闭PHPStorm 2017.1 中的新功能中的参数提示( Parameter hints )
  9. 大白话5分钟带你走进人工智能-第四节最大似然推导mse损失函数(深度解析最小二乘来源)(2)
  10. B. Creating the Contest(水题)
  11. k8s-No.3-pod进阶
  12. CMM:软件成熟度模型
  13. bzoj千题计划191:bzoj2337: [HNOI2011]XOR和路径
  14. 如果你的eclipse在每次run或debug时都莫名其妙的做一件事
  15. Hololens 开发环境配置(转)
  16. 【BZOJ2733】永无乡(线段树,并查集)
  17. 视音频数据处理入门:RGB、YUV像素数据处理
  18. 自开发Web应用和SAP Customer Data Cloud Identity服务的集成
  19. DP动态规划练习
  20. linux解压分卷压缩的zip文件

热门文章

  1. 第一次刷leetcode小结
  2. dp--C - Mysterious Present
  3. c++踩坑大法好 宏定义 头文件
  4. JavaScript 运算,流程控制和循环
  5. 经常犯的错误之递归写不全return
  6. OpenCV离散傅里叶变换
  7. OpenCV中的霍夫线变换和霍夫圆变换
  8. 图解SOAPUI解析WSDL文件
  9. linux-zookeeper安装、配置
  10. css各类选择器类型和用法