Service Discovery Gateway , on page 277
Filtering, on page 278
Example: Global mDNS Configuration
The following example displays how to globally configure mDNS.
Device#
configure terminal
Device(config)#
service-list mdns-sd mypermit-all permit 10
Device(config-mdns-sd-s1)#
exit
Device(config)#
service-list mdns-sd querier query
Device(config-mdns-sd-s1)#
service-type _dns._udp
Device(config-mdns-sd-s1)#
end
Device#
configure terminal
Device(config)#
service-routing mdns-sd
Device(config-mdns)#
service-policy mypermit-all IN
Device(config-mdns)#
service-policy mypermit-all OUT
Related Topics
Enabling mDNS Gateway and Redistributing Services (CLI), on page 283
Service Discovery Gateway , on page 277
Filtering, on page 278
Example: Interface mDNS Configuration
The following example displays how to configure mDNS for an interface.
Device(config)#
interface Vlan136
Device(config-if)#
description *** Mgmt VLAN ***
Device(config-if)#
ip address 9.7.136.10 255.255.255.0
Device(config-if)#
ip helper-address 9.1.0.100
Device(config-if)#
service-routing mdns-sd
Device(config-if-mdns-sd)#
service-policy mypermit-all IN
Device(config-if-mdns-sd)#
service-policy mypermit-all OUT
Device(config-if-mdns-sd)#
service-policy-query querier 60
Related Topics
Enabling mDNS Gateway and Redistributing Services (CLI), on page 283
Service Discovery Gateway , on page 277
Filtering, on page 278
Where to Go Next for Configuring Services Discovery Gateway
You can configure the following:
•
IGMP
•
Wireless Multicast
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches)
OL-29890-01
289
Configuring the Service Discovery Gateway
Example: Global mDNS Configuration