Install Guide

Table Of Contents
Information valid for next 199 seconds
Time since last information change of this neighbor: 00:01:41
UnknownTLVList:
OrgUnknownTLVList:
((00-01-66),127, 4) ((00-01-66),126, 4) ((00-01-66),125, 4) ((00-01-66),124, 4) ((00-01-66),123,
4)
((00-01-66),122, 4) ((00-01-66),121, 4) ((00-01-66),120, 4) ((00-01-66),119, 4) ((00-01-66),118,
4)
---------------------------------------------------------------------------
Configuring LLDPDU Intervals
LLDPDUs are transmitted periodically; the default interval is 30 seconds.
To configure LLDPDU intervals, use the following command.
Configure a non-default transmit interval.
CONFIGURATION mode or INTERFACE mode
hello
R1(conf)#protocol lldp
R1(conf-lldp)#show config
!
protocol lldp
advertise dot1-tlv port-protocol-vlan-id port-vlan-id
advertise dot3-tlv max-frame-size
advertise management-tlv system-capabilities system-description
no disable
R1(conf-lldp)#hello ?
<5-180> Hello interval in seconds (default=30)
R1(conf-lldp)#hello 25
R1(conf-lldp)#show config
!
protocol lldp
advertise dot1-tlv port-protocol-vlan-id port-vlan-id
advertise dot3-tlv max-frame-size
advertise management-tlv system-capabilities system-description
hello 25
no disable
R1(conf-lldp)#no hello
R1(conf-lldp)#show config
!
protocol lldp
advertise dot1-tlv port-protocol-vlan-id port-vlan-id
advertise dot3-tlv max-frame-size
advertise management-tlv system-capabilities system-description
no disable
R1(conf-lldp)#
Configuring LLDP Notification Interval
This implementation has been introduced to adhere to the IEEE 802.1AB standard. This implementation allows a user to
configure the LLDP notification interval between 5 (default) and 3600 seconds.
NOTE:
Before implementation of this feature, notification messages were not throttled. After implementation, the system throttles
the lldp notification messages by 5 seconds (default) or as configured by the user.
lldpNotificationInterval can be configured through three methods:
CLI Through the snmp-notification-interval CLI.
Example: snmp-notification-interval [53600]
SNMP Through the snmpset command.
Example: snmpset c public v2c 10.16.127.10 LLDP-MIB::lldpNotificationInterval.0 I 20
REST API Through configuring by REST API method.
448
Link Layer Discovery Protocol (LLDP)