cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1318
Views
0
Helpful
4
Replies

Cisco EWC C9115AXI WLAN to VLAN mapping

ServiceDesk1553
Level 1
Level 1

Hi Folks,

I got a brand new EWC C9115AXI with no config, attached to a trunk port. The AP MGT VLAN is 200, so I made it as Native VLAN. The SW Version is 16.12.4a.

Switch config

AP connected port

----------------

interface GigabitEthernet1/0/7
switchport trunk native vlan 200
switchport mode trunk

PC connected port

----------------

interface GigabitEthernet1/0/8
switchport access vlan 200
switchport mode access

Interface VLAN 200 config

---------------------

interface Vlan200
ip address 192.168.1.100 255.255.255.0

AP Logs

-----

WLC90E9.5E06.5528#show ip int br
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0 192.168.1.1 YES TFTP up up

 

Tow queries,

1. Why the EWC can't ping the GW or PC? even I tried giving static IP but no luck. Tried by changing switch port mode as ACCESS, still no luck. 

2. can someone guide me how to map the WLAN/SSID with VLAN in cisco EWC.

Thanks in advance...!

4 Replies 4

marce1000
VIP
VIP

 

       >...can someone guide me how to map the WLAN/SSID with VLAN in cisco EWC.
 - Normally you assign a VLAN to a WLAN when configuring the SSID , you get an overview with :
                               show wlan summary

   You can also have a checkup of the EWC configuration with (CLI) : show tech wireless , have the output analyzed with : 
                               https://cway.cisco.com/wireless-config-analyzer/
   Strongly advised!

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

ServiceDesk1553