06-14-2023 10:48 PM
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...!
06-14-2023 11:26 PM
>...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.
06-15-2023 12:36 AM
Hi Marco,
Thanks for the reply.
There are few challenges for me, let me highlight the critical one.
I am trying to do the day 0 provisioning by following below link, but I stuck with below issues.
1.The AP is not broadcasting default SSID.
2. Sometimes the EWC gig 0 getting default IP 192.168.1.1 but not reachable from PC or the EWC is not pining itself .
AP7-EWC#show ip int br
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0 192.168.1.1 YES TFTP up up
AP7-EWC#ping 192.168.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
AP7-EWC#show wlan all
06-15-2023 02:46 AM - edited 06-15-2023 04:36 AM
- Go to for instance to Youtube and search for:
cisco ewc day 0
To look at examples.
Use the mentioned verification procedure in my initial reply too. It will
point out errors and suggest corrections for instance,
M.
06-15-2023 07:25 AM
1. I've never used the OTA day 0 provisioning and I think it can be temperamental (and that's very old software). Better to stick to console and CLI
2. As soon as you get connectivity, upgrade to 17.9.3.
3. Start with your switch port as access mode to keep things simple - trunk and VLANs later once you have it set up.
It should just work - what do you see on the switch port? Packet capture on switch port and on AP?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide