zoukankan      html  css  js  c++  java
  • Cisco无线AP上联口为trunk时无法注册故障处理

    网络环境:WLC5520  AP:1832i-h-k9

    客户实施过程中电话告知其将AP和交换机互联的端口类型设置为TRUNK口后,AP无法注册到WLC上,后经过查看配置发现客户用于AP管理的VLAN为149,并且也不确定AP的模式。

    排错过程如下:

    1.检查AP的工作模式,如下:

    3800#show configuration

    AP Name                    : 3800

    Admin State                : Enabled

    AP Mode                    : Local

    2.检查交换机配置

    F10-SW2#show run int g0/3

    Building configuration…

    Current configuration : 131 bytes

    !

    interface GigabitEthernet0/3

    switchport trunk encapsulation dot1q

    switchport mode trunk

    由于其管理VLAN的ID为149,故需要在接口下配置native vlan id 为149,配置如下:

    F10-SW2#show run int g0/3

    Building configuration…

    Current configuration : 131 bytes

    !

    interface GigabitEthernet0/3

    switchport trunk encapsulation dot1q

    switchport trunk native vlan 109

    switchport mode trunk

    故障解决。

  • 相关阅读:
    单例
    ASIHttpRequest加载网络数据和上传数据功能
    JSONModel
    KVC/KVO
    C中的动态内存分配和释放(free)
    IOS开发中Xcode一些使用技巧,快捷键的使用
    Struts2文件上传
    Struts2的输入校验
    struts2类型转换中的错误处理
    struts2自定义类型转换器
  • 原文地址:https://www.cnblogs.com/networking/p/8678005.html
Copyright © 2011-2022 走看看