# lldpd mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für lldpd in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:lldpd
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install lldpd
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install lldpd
```

  Evidenz: MacPorts ports tree: net/lldpd/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add lldpd
```

  Evidenz: Alpine Linux edge package indexes: lldpd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install liblldpctl-dev
```

  Evidenz: Debian stable package indexes: liblldpctl-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install lldpd
```

  Evidenz: Fedora Rawhide package metadata: lldpd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#lldpd
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/ll/lldpd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S lldpd
```

  Evidenz: Arch Linux sync databases: lldpd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install liblldpctl4
```

  Evidenz: openSUSE Tumbleweed package metadata: liblldpctl4 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:lldpd
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/lldpd>
- **Version:** 1.0.21
- **Quellzusammenfassung:** Implementation of IEEE 802.1ab (LLDP)
- **Homepage:** <https://lldpd.github.io/>
- **Repository:** <https://github.com/lldpd/lldpd>
- **Upstream-Dokumentation:** <https://lldpd.github.io/>
- **Lizenz:** ISC
- **Quellarchiv:** <https://media.luffy.cx/files/lldpd/lldpd-1.0.21.tar.gz>
- **Generiert:** 2026-07-08T18:08:21+00:00

## Executables

- lldpcli (cli)
- lldpctl (cli)
- lldpd (cli)
- lldpcli (Alias)
- lldpctl (Alias)
- lldpd (Alias)

## Abhängigkeiten

- libevent
- readline

## Build-Abhängigkeiten

- pkgconf

## Von macOS bereitgestellte Bibliotheken

- libxml2

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Dienst: declared
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-07-08
- Manager-Version: 1.0.21
- lokale Daten: OK
- Upstream-Repository: https://lldpd.github.io/
- Info: No package-manager update timestamp was available.
- Info: Release/tag comparison is only available for GitHub repositories.
## Projektgeschichte und Nutzung

lldpd is an ISC-licensed LLDP daemon for Unix-like systems. It implements IEEE 802.1AB Link Layer Discovery Protocol and also speaks several older vendor discovery protocols, making it a practical bridge between standards-based and legacy network-neighbor discovery.

### Projektgeschichte

The project is maintained as a daemon, lldpd, plus command-line clients such as lldpcli and lldpctl. The upstream README describes support for receiving and sending LLDP frames, an SNMP subagent for net-snmp, partial LLDP-MED support, and operation on FreeBSD, GNU/Linux, macOS, NetBSD, OpenBSD, and Solaris.

The public GitHub release history includes lldpd 0.7.8 on May 28, 2014 and the NEWS file records the 1.0.0 series before later 1.0.x maintenance releases. Later entries show steady maintenance around network interface handling, security hardening, protocol parsing, and platform support.

### Adoptionsgeschichte

lldpd fits the operational niche where servers, appliances, lab machines, and network-attached Unix systems need to advertise and inspect their Layer 2 neighbors without relying on a switch-vendor agent. Its support for CDP, FDP, SONMP, and EDP helped it coexist with older proprietary discovery environments while LLDP became the vendor-neutral default.

### Wie es verwendet wird

In normal use, lldpd runs as a daemon that sends and receives discovery advertisements, while lldpcli queries and configures the daemon. Operators use it to identify switch ports, chassis IDs, VLAN hints, management addresses, capabilities, and neighboring devices directly from a host.

Its package-manager value is strongest on Unix-like systems where a small daemon can make server-to-switch topology visible without installing a full network-management stack.

### Warum Paket-Nerds sich dafür interessieren

lldpd is the kind of infrastructure package that quietly saves debugging time: after installation, a host can explain what it is connected to at Layer 2. For package nerds, it is also a compact example of a daemon packaged with privilege separation, service integration, SNMP hooks, protocol compatibility, and OS-specific network plumbing.

### Zeitleiste

- 2005: IEEE published the 802.1AB standard for station and media access control connectivity discovery.
- 2014-05-28: lldpd 0.7.8 appeared in GitHub releases.
- 2026-05-14: lldpd 1.0.22 appeared in GitHub releases with security and protocol parsing fixes.

### Related projects

- IEEE 802.1AB defines the LLDP standard that lldpd implements.
- CDP, FDP, EDP, and SONMP are vendor discovery protocols that lldpd can interoperate with.
- net-snmp is related through lldpd's AgentX/SNMP subagent support.

### Quellen

- <https://github.com/lldpd/lldpd>
- <https://github.com/lldpd/lldpd/blob/master/NEWS>
- <https://github.com/lldpd/lldpd/releases/tag/0.7.8>
- <https://github.com/lldpd/lldpd/releases/tag/1.0.22>
- <https://lldpd.github.io/>
- <https://lldpd.github.io/usage.html>
- <https://standards.ieee.org/standard/802_1AB-2016.html>


## Sicherheitshinweise

formula declares a Homebrew service.

- **Geiger-Risiko:** orange / mittel
- formula declares a Homebrew service


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: /etc/default/lldpd, /etc/sysconfig/lldpd
## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** lldpd
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Andere Paketmanager-Einträge

- Debian apt - liblldpctl-dev - 1.0.18-1+b1: normalized package name match | Debian stable package indexes: liblldpctl-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | implementation of IEEE 802.1ab (LLDP) - development files | https://lldpd.github.io
- Debian apt - lldpd - 1.0.18-1+b1: normalized package name match | Debian stable package indexes: lldpd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | implementation of IEEE 802.1ab (LLDP) | https://lldpd.github.io
- Nix - lldpd: normalized package name match | nixpkgs package indexes: pkgs/by-name/ll/lldpd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - liblldpctl-dev - 1.0.18-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: liblldpctl-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | implementation of IEEE 802.1ab (LLDP) - development files | https://lldpd.github.io
- Ubuntu apt - lldpd - 1.0.18-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: lldpd from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | implementation of IEEE 802.1ab (LLDP) | https://lldpd.github.io
- apk - lldpd - 1.0.22-r0: normalized package name match | Alpine Linux edge package indexes: lldpd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Implementation of IEEE 802.1ab | https://lldpd.github.io/
- apk - lldpd-bash-completion - 1.0.22-r0: normalized package name match | Alpine Linux edge package indexes: lldpd-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for lldpd | https://lldpd.github.io/
- apk - lldpd-dev - 1.0.22-r0: normalized package name match | Alpine Linux edge package indexes: lldpd-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Implementation of IEEE 802.1ab (development files) | https://lldpd.github.io/
- apk - lldpd-doc - 1.0.22-r0: normalized package name match | Alpine Linux edge package indexes: lldpd-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Implementation of IEEE 802.1ab (documentation) | https://lldpd.github.io/
- apk - lldpd-openrc - 1.0.22-r0: normalized package name match | Alpine Linux edge package indexes: lldpd-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Implementation of IEEE 802.1ab (OpenRC init scripts) | https://lldpd.github.io/
- apk - lldpd-zsh-completion - 1.0.22-r0: normalized package name match | Alpine Linux edge package indexes: lldpd-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Zsh completions for lldpd | https://lldpd.github.io/
- dnf - lldpd - 1.0.18-6.fc44: normalized package name match | Fedora Rawhide package metadata: lldpd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | ISC-licensed implementation of LLDP | https://github.com/lldpd/
- dnf - lldpd-devel - 1.0.18-6.fc44: normalized package name match | Fedora Rawhide package metadata: lldpd-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | ISC-licensed implementation of LLDP | https://github.com/lldpd/
- pacman - lldpd - 1.0.22-1: normalized package name match | Arch Linux sync databases: lldpd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | 802.1ab implementation (LLDP) to help you locate neighbors | https://vincentbernat.github.io/lldpd/
- zypper - liblldpctl4 - 1.0.22-1.1: normalized package name match | openSUSE Tumbleweed package metadata: liblldpctl4 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Implementation of IEEE 802.1ab | https://lldpd.github.io/
- zypper - lldpd - 1.0.22-1.1: normalized package name match | openSUSE Tumbleweed package metadata: lldpd from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Implementation of IEEE 802.1ab (LLDP) | https://lldpd.github.io/


## Verwandte Links

- [Source-control packages](https://www.automicvault.com/de/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/de/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/de/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [libevent](https://www.automicvault.com/de/pkg/brew/libevent/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/de/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [whosthere](https://www.automicvault.com/de/pkg/brew/whosthere/) - Shares av.db curated category or tags: cli, discovery, network-discovery, networking.
- [net-snmp](https://www.automicvault.com/de/pkg/brew/net-snmp/) - Shares av.db curated category or tags: cli, daemon, networking, snmp.
- [ahcpd](https://www.automicvault.com/de/pkg/brew/ahcpd/) - Shares av.db curated category or tags: cli, daemon, networking.
- [argus](https://www.automicvault.com/de/pkg/brew/argus/) - Shares av.db curated category or tags: cli, daemon, networking.
- [bozohttpd](https://www.automicvault.com/de/pkg/brew/bozohttpd/) - Shares av.db curated category or tags: cli, daemon, networking.
- [btpd](https://www.automicvault.com/de/pkg/brew/btpd/) - Shares av.db curated category or tags: cli, daemon, networking.
- [ctrld](https://www.automicvault.com/de/pkg/brew/ctrld/) - Shares av.db curated category or tags: cli, daemon, networking.
- [ddclient](https://www.automicvault.com/de/pkg/brew/ddclient/) - Shares av.db curated category or tags: cli, daemon, networking.
- [openiked](https://www.automicvault.com/de/pkg/brew/openiked/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, daemon, libevent, network, networking.

## Combined YAML source

View the package source record on GitHub. [combined/lldpd.yml](https://github.com/automic-vault/db/blob/main/combined/lldpd.yml)


## Quellen

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
