---
title: Charmhub | Deploy LLDPd Operator using Charmhub - The Open Operator Collection
description: Deploy the latest version of LLDPd Operator on any cloud.
url: https://charmhub.io/lldpd/configurations
---

# LLDPd Operator

[OpenStack Charmers](https://charmhub.io/publisher/openstack-charmers "View all packages from OpenStack Charmers")

* [OpenStack Charmers](https://charmhub.io/publisher/openstack-charmers "View all packages from OpenStack Charmers")
* [Monitoring](https://charmhub.io/?filter=monitoring)
* [Networking](https://charmhub.io/?filter=networking)

Platform:

26.04

24.04

22.04

21.04

20.10

20.04

19.10

19.04

18.10

+3

stable 42

```
juju deploy lldpd
```

[Learn to deploy on juju >](https://juju.is/docs/juju/manage-applications)

* [cdp-mode](https://charmhub.io/lldpd/configurations#cdp-mode)
* [edp-mode](https://charmhub.io/lldpd/configurations#edp-mode)
* [enable-snmp](https://charmhub.io/lldpd/configurations#enable-snmp)
* [i40e-lldp-stop](https://charmhub.io/lldpd/configurations#i40e-lldp-stop)
* [interfaces-regex](https://charmhub.io/lldpd/configurations#interfaces-regex)
* [nagios\_context](https://charmhub.io/lldpd/configurations#nagios_context)
* [nagios\_servicegroups](https://charmhub.io/lldpd/configurations#nagios_servicegroups)
* [short-name](https://charmhub.io/lldpd/configurations#short-name)
* [sonmp-mode](https://charmhub.io/lldpd/configurations#sonmp-mode)
* [systemid-from-interface](https://charmhub.io/lldpd/configurations#systemid-from-interface)

[Learn about configurations >](https://juju.is/docs/juju/configuration#heading--application-configuration)

* cdp-mode | string

  Default: disabled

  Configure CDP support. Valid modes are "disabled", "auto",
  "force-v1", "force-v2", "v2-only", and "force-v2-only".
  Auto mode advertises each CDP version after a peer using that version
  is detected. Force-v1 and force-v2 advertise the selected version
  without a peer while leaving the other version peer-driven. V2-only
  disables CDPv1, while force-v2-only also forces CDPv2 advertisement.
* edp-mode | string

  Default: disabled

  Configure EDP support. Valid modes are "disabled", "enabled",
  and "force". Force mode sends EDP packets even when no EDP peer
  is detected.
* enable-snmp | boolean

  Enable the SNMP agent for LLDPD
* i40e-lldp-stop | boolean

  Default: True

  This allows control over Intel's i40e NIC driver. By default
  i40e blocks userspace LLDP and does it on its own. Setting this
  option to 'True' means charm will disable this functionality in
  the NIC and do it within userspace.
* interfaces-regex | string

  Which interfaces should lldpd announce details. If you want lldpd
  to listen on multiple interfaces, set it here. Examples:

  seth\*,meth\*

  You can also use exclamation mark to exclude an interface:

  eth\*,!eth1

  This way lldpd will listen on all eth\* interfaces with an
  exception of eth1.

  By default this is set to None, which puts lldpd in listening
  mode only.
* nagios\_context | string

  Default: juju

  A string that will be prepended to instance name to set the host name
  in nagios. So for instance the hostname would be something like:
  juju-myservice-0
  If you're running multiple environments with the same services in them
  this allows you to differentiate between them.
* nagios\_servicegroups | string

  Default: juju

  Comma separated list of nagios service groups for the check
* short-name | boolean

  Set short name in SysName instead of FQDN
* sonmp-mode | string

  Default: disabled

  Configure SONMP support. Valid modes are "disabled", "enabled",
  and "force". Force mode sends SONMP packets even when no SONMP
  peer is detected.
* systemid-from-interface | string

  Pull systemID from this interface
