JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Managing Oracle Solaris 11.1 Network Performance     Oracle Solaris 11.1 Information Library
search filter icon
search icon

Document Information

Preface

1.  Introduction to Network Performance Management

2.  Using Link Aggregations

3.  Working With VLANs

4.  Administering Bridged Networks (Tasks)

5.  Introduction to IPMP

6.  Administering IPMP (Tasks)

7.  Exchanging Network Connectivity Information With LLDP

Overview of LLDP in Oracle Solaris

Components of an LLDP Implementation

Information Sources of the LLDP Agent

LLDP Agent Modes of Operation

SMF Property for LLDP

Information the LLDP Agent Advertises

TLV Units and Their Properties

Enabling LLDP on the System

How to Deploy LLDP

How to Specify TLV Units for an Agent's LLDP Packet

How to Define TLV Values

Disabling LLDP

Monitoring LLDP Agents

How to Display Advertisements

How to Display LLDP Statistics

8.  Working With Data Center Bridging Features in Oracle Solaris

9.  Edge Virtual Bridging in Oracle Solaris

10.  Integrated Load Balancer (Overview)

11.  Configuring Integrated Load Balancer

12.  Managing Integrated Load Balancer

13.  Virtual Router Redundancy Protocol (Overview)

A.  Link Aggregation Types: Feature Comparison

B.  Link Aggregations and IPMP: Feature Comparison

Index

Information the LLDP Agent Advertises

The LLDP agent transmits system and connectivity information in LLDP packets or LLDPDUs. These packets contain information units that are individually formatted in Type-Length-Value (TLV) format. Thus, the information units are also called TLV units. Certain TLV units are mandatory and are included in LLDP packets by default when LLDP is enabled. You cannot use the lldpadm command to exclude any of these units. The mandatory TLV units are as follows:

The Chassis ID is the same information that is generated by the hostid command. The Port ID is the MAC address of the physical NIC. Multiple LLDP agents can be enabled on a single system depending on the number of links. The Chassis ID and Port ID combination uniquely identifies an agent and distinguishes it from other agents on the system.

Optional TLV units can be added to an LLDP packet. These optional TLV units are means for vendors to insert vendor-specific TLV units to be advertised. The TLV units are identified by individual organization unique identifiers (OUIs) and are typed according to whether these OUIs follow IEEE 802.1 specifications or IEEE 802.3 specifications. LLDP agent properties can be configured to enable or disable the transmission of these optional TLV units.

The following table lists each TLV type or group, its corresponding property name, as well as the TLV units for each property, and their descriptions. You configure any one of these properties to specify the TLV units to be included in the packets when LLDP is enabled.

Table 7-1 TLV Units That Can Be Enabled for an LLDP Agent

TLV Type
Property Name
TLV units
Description
Basic management
basic-tlv
sysname, portdesc, syscapab, sysdesc, mgmtaddr
Specifies the system name, port description, system capability, system description, and management address to be advertised.
802.1 OUI
dot1-tlv
vlanname, pvid, linkaggr, pfc, appln, evb, etscfg
Specifies the following to be advertised: VLAN name, port VLAN ID, link aggregation, TLV units for priority-based flow control, application, enhanced transmission selection, and edge virtual bridging.
802.3 OUI
dot3-tlv
max-framesize
Specifies the maximum frame size to be advertised.
Oracle-specific OUI (which is defined as 0x0003BA)
virt-tlv
vnic
Specifies the VNIC to be advertised if a virtual network is configured.