PurposeCommand
This command displays mDNS cache information.
show mdns cache [interface type number | name
record-name [type record-type]| type record-type]
This command displays mDNS statistics.
show mdns statistics {all | service-list list-name |
service-policy {all | interface type number }}
Configuration Examples
Example: Specify Alternative Source Interface for Outgoing mDNS Packets
The following example displays how to specify an alternate source interface for outgoing mDNS packets, so
its IP address can be used when there is none configured on the outgoing interface.
Device(config)# service-routing mdns-sd
Device(config-mdns)# source-interface if-name
Related Topics
Enabling mDNS Gateway and Redistributing Services (CLI), on page 316
Service Discovery Gateway , on page 311
Filtering, on page 312
Example: Redistribute Service Announcements
The following example displays how to redistribute service announcements received on one interface over
all the interfaces or over a specific interface.
Device(config)# service-routing mdns-sd
Device(config-mdns)# Redistribute mdns-sd if-name
Related Topics
Enabling mDNS Gateway and Redistributing Services (CLI), on page 316
Service Discovery Gateway , on page 311
Filtering, on page 312
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
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3.6E (Catalyst 3850 Switches)
OL-32598-01 321
Configuring the Service Discovery Gateway
Configuration Examples