Connectivity Guide

Table Of Contents
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.
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.
520
Link Layer Discovery Protocol (LLDP)