JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Ethernet Fabric Operating System

LLDP Administration Guide

search filter icon
search icon

Document Information

Using This Documentation

Product Notes

Related Documentation

Acronyms and Abbreviations

CLI Command Modes

Feedback

Support and Accessibility

Protocol Description

Introduction

Configuring LLDP

Configuration Topology

Configuration Guidelines

Default Settings

Configure the LLDP System Control Status

Configure the LLDP Module Status

Configure LLDP Global Objects

Configure the LLDP Admin Status

Enable LLDP Optional TLVs

Enabling a Specific Management Address

Enable a New IP Address

Enable an Existing IP Interface

Enable IEEE 802.1 Organizationally-Specific TLVs

Enabling a Particular VLAN Name

Enable a New VLAN Name

Enable an Existing VLAN Name

Enable a Particular PPVID

Enable IEEE 802.3 Organizationally-Specific TLVs

Disable LLDP Basic Optional TLVs

Disable IEEE 802.1 Organizationally-Specific TLVs

Disable the IEEE 802.3 Organizationally-Specific TLVs

Configure the LLDP Chassis-ID Subtype

Configure the LLDP Port-ID Subtype

Enable the LLDP Notification Status or Type

Clear the LLDP Traffic Counters

Clear the LLDP Remote Table

View LLDP Errors

Configure LLDP Trace Options

Configure LLDP Trace Options

This section contains instructions on how to configure the LLDP trace options. By default, only the critical trace setting is enabled.

  1. At switch 1, review the current setting for the default trace option.
    SEFOS# debug lldp
    LLDP critical debugging is on
  2. Enable all of the trace options.
    SEFOS# debug lldp all
  3. Review the setting for the trace option.
    SEFOS# debug lldp
    LLDP all debugging is on
  4. Disable all of the trace options.
    SEFOS# no debug lldp all
  5. Review the trace options.
    SEFOS# debug lldp

    No traces are displayed after you disable all of the traces.

  6. Enable packet dump, neighbor update, and VLAN name TLV traces.
    SEFOS# debug lldp pkt-dump neigh-updt tlv vlan-name
  7. Review the trace options.
    SEFOS# debug lldp
    LLDP packet dump debugging is on
    LLDP Neighbor Update debugging is on
    LLDP Vlan Name tlv debugging is on
  8. Disable the neighbor update trace.
    SEFOS# no debug lldp neigh-updt
  9. Review the trace options.
    SEFOS# debug lldp
    LLDP packet dump debugging is on
    LLDP Vlan Name tlv debugging is on

    The neighbor update trace is not displayed.