lldp

Link Layer Discovery Protocol (LLDP, IEEE 802.1AB)

旧巷老猫 提交于 2020-04-09 11:16:10
Link Layer Discovery Protocol (LLDP, IEEE 802.1AB) The Link Layer Discovery Protocol (LLDP) is a vendor neutral layer 2 protocol that can be used by a station attached to a specific LAN segment to advertise its identity and capabilities and to also receive same from a physically adjacent layer 2 peer. History After several years of development LLDP was formally defined in May of 2005 as IEEE Std 802.1AB-2005. LLDP was developed as an open and extendable standard. It was modeled on and borrowed concepts from the numerous vendor proprietary discovery protocols such as Cisco Discovery Protocol

网络协议之LLDP

南楼画角 提交于 2020-01-10 18:24:07
一、协议简介 为什么会出现LLDP? 随着网络技术的发展,接入网络的设备的种类越来越多,配置越来越复杂,来自不同设备厂商的设备也往往会增加自己特有的功能,这就导致在一个网络中往往会有很多具有不同特性的、来自不同厂商的设备,为了方便对这样的网络进行管理,就需要使得不同厂商的设备能够在网络中相互发现并交互各自的系统及配置信息。 LLDP(Link Layer Discovery Protocol,链路层发现协议)就是用于这个目的的协议。 它提供了一种标准的链路层发现方式,可以将本端设备的的主要能力、管理地址、设备标识、接口标识等信息组织成不同的TLV(Type/Length/Value,类型/长度/值),并封装在LLDPDU(Link Layer Discovery Protocol Data Unit,链路层发现协议数据单元)中发布给与自己直连的邻居,邻居收到这些信息后将其以标准MIB(Management Information Base,管理信息库)的形式保存起来,以供网络管理系统查询及判断链路的通信状况。 二、基本概念 LLDP报文封装有两种格式,一是ethernet II另外一个是SNAP。 Destination MAC address:目的MAC地址,为固定的组播MAC地址0x0180-C200-000E。 Source MAC address:源MAC地址