Help Center Help Articles Community RMA & Warranty Downloads Tech Specs

EdgeRouter - mDNS Repeater

Translated by AI

Overview

Readers will learn how to configure the mDNS repeater service on an EdgeRouter.

NOTES & REQUIREMENTS:
Applicable to the latest EdgeOS firmware on all EdgeRouter models. Please see the Related Articles below for more information.

mDNS Repeater Setup

Back to Top

CLI: Access the Command Line Interface.You can do this using the CLI button in the GUI or by using a program such as PuTTY.

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
NOTE:When using VLANs, the VLAN interface (VIF) will need to be defined instead.

Related Articles

Back to Top

Intro to Networking - How to Establish a Connection Using SSH

EdgeRouter - IGMP Proxy

Was this article helpful?
0 out of 0 found this helpful