Files
infix/test/case/services/mdns/mdns_enable_disable/test.adoc
T
2026-04-24 14:29:58 +02:00

24 lines
620 B
Plaintext

=== mDNS Enable/Disable
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/services/mdns/mdns_enable_disable]
==== Description
Verify that mDNS can be enabled and disabled.
Operation and non-operation are confirmed using tcpdump.
==== Topology
image::topology.svg[mDNS Enable/Disable topology, align=center, scaledwidth=75%]
==== Sequence
. Set up topology and attach to target DUT
. Set IPv4 address 10.0.0.10/24 on target:data and disable mDNS
. Enable mDNS
. Verify on host:data there are packets from 10.0.0.10:5354 (mDNS)
. Disable mDNS
. Verify on host:data there are no packets from 10.0.0.10:5354 (mDNS)