02-09-2023 09:47 PM - edited 02-09-2023 09:58 PM
I have a Catalyst 9115AXI running an EWC. I've followed the instructions here:
I am able to see, in the EWC, the mDNS services that are cached (i.e., "Monitoring" tab) but the EWC won't serve the advertisements to wireless clients. To be clear, I've configured:
(1) A mDNS flex profile with assigned wired VLANs
(2) Applied the mDNS flex profile to my flex tag/profile (I only have 1 in use)
(3) I've configured an mDNS service policy (which includes IN and OUT lists, which in turn include ALL services)
(4) I've enabled the *global* mDNS gateway and assigned the service policy in (3) to it.
(5) I can see the cached services - they show up in Monitoring -> mDNS
(6) I have configured a WLAN which otherwise works, and have configured the WLAN to be in "Gateway" mDNS mode
(7) I have modified the WLAN policy tag to include the mDNS service policy configured in (3).
The wired service is on (wired) VLAN 8, and I'm trying to broadcast the advertisement over to (wireless) VLAN 10 via the WLAN which is on VLAN 10 (and verified to be working correctly as such).
Any idea or help is most appreciated.
02-10-2023 12:09 AM
- Review the 9115AXI EWC configuration with the CLI command : show tech wireless , have the output analyzed by https://cway.cisco.com/
You may also find these commands useful :
show ip mroute
show ap multicast mom
show mdns-sd cache
show mdns-sd default-service-list
M.
02-11-2023 12:24 AM - edited 06-29-2023 06:03 AM
Thanks - the tool you recommended indicates the problem with mDNS is twofold:
02-11-2023 01:36 AM
>...This document seems to suggest that the EWC does not support SVIs - which is puzzling, if true - (why can it be configured if not supported, and it further suggests that mDNS gateway mode can never work!)
- The document is slightly incorrect , the EWC on AP cannot use more then one SVI , probably the software does not differ enough to include this restriction on the EWC platform. You could try your design on a 9800 Cloud version (for testing). Background : on the EWC AP it is the AP OS that provide it's dataplane to the controller code running in a container, (hence the SVI restriction)
M.
02-12-2023 07:40 AM
I'd agree with your interpretation of the docs - that mDNS gateway is effectively unsupported on EWC because WLC SVI is a requirement but is not supported on EWC. Marce's idea of using 9800-CL is probably your best option.
02-19-2023 04:44 PM
Hello,
If EWC AP is connected to Catalyst 9000 series switches, then instead of flood-n-learn based mDNS model you may enable Unicast-mode solution between Wired and Wireless.
You may want to completely disable mDNS gateway on EWC and implement mDNS gateway on Catalyst 9000 series switch. Following is the only config you may need on switch running 17.6.2 and above:
!
mdns-gateway
mode service-peer
active-query timer 1
!
vlan configuration 8, 10
mdns-sd gateway
!
Following are some documentations that you may refer:
Quick Configuration : Look for last section it is identical configuration for FlexConnect or EWC:
https://www.cisco.com/c/en/us/solutions/collateral/enterprise-networks/dna-service-bonjour-og.pdf
And following is deployment guide:
https://www.cisco.com/c/en/us/solutions/collateral/enterprise-networks/guide-c07-743788.html
thanks,
rahul.
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