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

Enable a Particular PPVID

The PPDVID TLV transmission status is disabled by default. If you configure a new PPVID, the TLV transmission status of the VLAN name is disabled by default. If you configure a new PPVID, the PPVID is not transmitted by default (the TLV transmission status of the newly configured PPVID is disabled).

  1. At switch 1, create and map protocols-group 10 to VLAN 2.
    SEFOS# configure terminal
    SEFOS(config)# map protocol ip enet-v2 protocols-group 10
    SEFOS(config)# interface extreme-ethernet 0/1
    SEFOS(config-if)# switchport map protocols-group 10 vlan 2
    SEFOS(config-if)# end
  2. Review the local system information.
    SEFOS# show lldp local extreme-ethernet 0/1
    ...
    Extended 802.1 TLV Info
    -Port VLAN Id                : 1
    -Port & Protocol VLAN Id
    Protocol VLAN Id   Support   Protocol VLAN Status   TxStatus
    ----------------   -------    --------------------   --------
    2            Supported    Enabled        Disabled
    ...
  3. Enable the transmission of protocol VLAN ID TLVs.
    SEFOS# configure terminal
    SEFOS(config)# interface extreme-ethernet 0/1
    SEFOS(config-if)# lldp tlv-select dot1tlv port-vlan-id protocol-vlan-id 2
    SEFOS(config)# end
  4. Review the local system information.
    SEFOS# show lldp local extreme-ethernet 0/1
    ...
    Extended 802.1 TLV Info
    -Port VLAN Id                : 1
    -Port & Protocol VLAN Id
    Protocol VLAN Id  Support   Protocol VLAN Status   TxStatus
    ----------------  -------   --------------------   -------
    2             Supported   Enabled           Enabled
  5. At switch 2, review the learned neighbor information on the interface extreme-ethernet 0/1.
    SEFOS# show lldp neighbors extreme-ethernet 0/1 detail
    ...
    Extended 802.1 TLV Info
    -Port VLAN Id            : 1
    -Port & Protocol VLAN Id
    Protocol Vlan Id        Support            Status
    ----------------        -------            ------
    2                Supported            Enabled
    ...
  6. At switch 1, delete the PPVID (that is, unmap protocols-group 10 in the extreme-ethernet 0/1 interface).
    SEFOS# configure terminal
    SEFOS(config)# interface extreme-ethernet 0/1
    SEFOS(config-if)# no switchport map protocols-group 10
    SEFOS(config)# end
  7. Review the local system information.
    SEFOS# show lldp local extreme-ethernet 0/1
    ...
    Extended 802.1 TLV Info
    -Port VLAN Id                    : 1
    -Port & Protocol VLAN Id
    Protocol VLAN Id   Support   Protocol VLAN Status   TxStatus
    ----------------   -------   --------------------   --------
    0            Supported   Enabled              Disabled
    ...

    No entry is displayed for the port-and-protocol VLAN ID.

  8. At switch 2, review the learned neighbor information on the extreme-ethernet 0/1 interface.
    SEFOS# show lldp neighbors extreme-ethernet 0/1 detail
    ...
    Extended 802.1 TLV Info
    -Port VLAN Id            : 1
    -Port & Protocol VLAN Id
    Protocol Vlan Tlv            : Not Advertised
    ...

    No entry is displayed for the port-and-protocol VLAN ID.

  9. At switch 1, recreate the PPVID (that is, create and map protocols-group 10 to VLAN 2).
    SEFOS# configure terminal
    SEFOS(config)# map protocol ip enet-v2 protocols-group 10
    SEFOS(config)# interface extreme-ethernet 0/1
    SEFOS(config-if)# switchport map protocols-group 10 vlan 2
    SEFOS(config-if)# end
  10. Review the local system information.
    SEFOS# show lldp local extreme-ethernet 0/1
    ...
    Extended 802.1 TLV Info
    -Port VLAN Id                : 1
    -Port & Protocol VLAN Id
    Protocol VLAN Id   Support   Protocol VLAN Status   TxStatus
    ----------------   -------   --------------------   --------
    2            Supported   Enabled              Disabled
    ...
  11. At switch 2, review the learned neighbor information on the extreme-ethernet 0/1 interface.
    SEFOS# show lldp neighbors extreme-ethernet 0/1 detail
    ...
    Extended 802.1 TLV Info
    -Port VLAN Id                : 1
    -Port & Protocol VLAN Id
    Protocol Vlan Tlv            : Not Advertised
    ...