Filtering, on page 278
Example: Disable Bridging of mDNS Packets to Wireless Clients
The following example displays how to disable bridging of mDNS packets to wireless clients.
Device(config)#
wireless multicast
Device(config)#
no wireless mdns-bridging
Related Topics
Enabling mDNS Gateway and Redistributing Services (CLI), on page 283
Service Discovery Gateway , on page 277
Filtering, on page 278
Example: Creating a Service-List, Applying a Filter and Configuring Parameters
The following example shows the creation of a service-list sl1. The
permit
command option is being applied
on sequence number 3 and all services with message-type announcement are filtered and available for transport
across various subnets associated with the device.
Device#
configure terminal
Device(config)#
service-list mdns-sd sl1 permit 3
Device(config-mdns-sd-sl)#
match message-type announcement
Device(config-mdns)#
exit
Related Topics
Configuring the Service List (CLI), on page 279
Service Discovery Gateway , on page 277
Filtering, on page 278
Example: Enabling mDNS Gateway and Redistributing Services
The following example shows how to enable an mDNS gateway for a device and enable redistribution of
services across subnets. IN-bound filtering is applied on the service-list serv-pol1. Twenty percent of system
memory is made available for cache and service-list-query periodicity is configured at 100 seconds.
Device#
configure terminal
Device#
service-routing mdns-sd
Device(config-mdns)#
service-policy serv-pol1 IN
Device(config-mdns)#
redistribute mdns-sd
Device(config-mdns)#
cache-memory-max 20
Device(config-mdns)#
service-policy-query sl-query1 100
Device(config-mdns)#
exit
Related Topics
Enabling mDNS Gateway and Redistributing Services (CLI), on page 283
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches)
288
OL-29890-01
Configuring the Service Discovery Gateway
Example: Disable Bridging of mDNS Packets to Wireless Clients