summaryrefslogtreecommitdiff
blob: 88fe4321f470f390a1174b878c160def847bd346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>chutzpah@gentoo.org</email>
		<name>Patrick McLean</name>
	</maintainer>
	<longdescription lang="en">
LLDP (Link Layer Discovery Protocol) (also known as 802.1ab) is an industry standard protocol designed to supplant proprietary Link-Layer protocols such as Extreme's EDP (Extreme Discovery Protocol) and CDP (Cisco Discovery Protocol). The goal of LLDP is to provide an inter-vendor compatible mechanism to deliver Link-Layer notifications to adjacent network devices.

lldpd is a lldp daemon for GNU/Linux and implements both reception and sending. It supports both LLDP and LLDP-MED (contributed by Michael Hanig). It also implements an SNMP subagent for net-snmp to get local and remote LLDP information. The LLDP MIB is partially implemented but the most useful tables are here.

lldpd supports bridge, vlan and bonding. bonding need to be done on real physical devices, not on bridges, vlans, etc. However, vlans can be mapped on the bonding device. You can bridge vlan but not add vlans on bridges. More complex setups may give false results.

A small utility, lldpctl, allows to query information collected through the command line.

lldpd also implements CDP (Cisco Discovery Protocol), FDP (Foundry Discovery Protocol), SONMP (Nortel Discovery Protocol) and EDP (Extreme Discovery Protocol). However, recent versions of IOS should support LLDP and most Extreme stuff support LLDP. When a EDP, CDP or SONMP frame is received on a given interface, lldpd starts sending EDP, CDP or SONMP frame on this interface. Informations collected through EDP/CDP/FDP/SONMP are integrated with other informations and can be queried with lldpctl or through SNMP.

	With the help of lldpd, you can get a map of your network. You may also want to look at Wiremaps or NetDisco which are a web application that helps you to see what is connected to where.
	</longdescription>
	<use>
		<flag name='cdp'>Enable Cisco Discovery Protocol</flag>
		<flag name='graph'>Create dot graphs in documentations</flag>
		<flag name='dot1'>Enable Dot1 extension (VLAN stuff)</flag>
		<flag name='dot3'>Enable Dot3 extension (PHY stuff)</flag>
		<flag name='edp'>Enable Extreme Discovery Protocol</flag>
		<flag name='fdp'>Enable Foundry Discovery Protocol</flag>
		<flag name='jansson'>Enable JSON output via Jansson</flag>
		<flag name='json-c'>Enable JSON output via json-c</flag>
		<flag name='lldpmed'>Enable LLDP-MED extension</flag>
		<flag name='sonmp'>Enable SynOptics Network Management</flag>
		<flag name='snmp'>Enable the use of SNMP</flag>
	</use>
</pkgmetadata>