From a0fb42e46dc8447efcd3bb8cfe3be5c2e3a393a9 Mon Sep 17 00:00:00 2001 From: Jon-Olov Vatn Date: Wed, 6 Nov 2024 16:06:10 +0100 Subject: [PATCH] Minor updates to discovery documentation - Adding info on how to disable LLDP - Avoiding clickable URL to https://network.local [skip ci] --- doc/discovery.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/discovery.md b/doc/discovery.md index 28cb2966..f20381ed 100644 --- a/doc/discovery.md +++ b/doc/discovery.md @@ -134,6 +134,15 @@ linux-pc:# (LLDP)](https://github.com/lldp/lldpd) includes *lldpcli*, which is handy to sniff and display LLDP packets. +The LLDP service can be disabled using the following commands. + +``` +admin@infix-c0-ff-ee:/> configure +admin@infix-c0-ff-ee:/config/> no lldp +admin@infix-c0-ff-ee:/config/> leave +admin@infix-c0-ff-ee:/> +``` + ### mDNS DNS-SD/mDNS can be used to discover Infix units and services. Infix @@ -260,7 +269,7 @@ Infix devices, likely the one that first appeared. #### Discovery via netbrowse service Infix provides a *netbrowse* facility, where services advertised via mDNS -are collected and presented via a web portal (https://network.local). +are collected and presented via a web portal at *network.local*. ![Netbrowse Service - network.local](img/network-local.png)