Overview
Readers will learn how to configure the mDNS repeater service on an EdgeRouter.
mDNS Repeater Setup
1. Enter configuration mode.
configure
2. Define the interfaces that should participate in the process.
set service mdns repeater interface <interface-id>
3. Commit the changes and save the configuration.
commit ; save
An example config to enable the service on the eth1 and eth2 interfaces is:
configure
set service mdns repeater interface eth1
set service mdns repeater interface eth2
commit ; save
Related Articles
Intro to Networking - How to Establish a Connection Using SSH