A SERVICE OF

logo

xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
417
config lldp notification _interval
Purpose Used to configure the timer of the notification interval for sending notification to configured
SNMP trap receiver(s).
Syntax
config lldp notification_interval <sec 5 3600 >
Description Globally change the interval between successive LLDP change notifications generated by
the switch.
Parameters
notification_intervalThe range is from 5 seconds to 3600 seconds. The default setting is 5
seconds.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To change the notification interval to 10 seconds:
DGS-3627:admin# config lldp notification_interval 10
Command: config lldp notification_interval 10
Success.
DGS-3627:admin#
config lldp ports notification
Purpose Used to configure each port for sending notification to configured SNMP trap receiver(s).
Syntax
config lldp ports [<portlist>|all] notification [enable | disable]
Description Enable or disable each port for sending changes notification to configured SNMP trap
receiver(s) if an LLDP data change is detected in an advertisement received on the port from
an LLDP neighbor. The definition of change includes new available information, information
timeout, information update. And the changed type includes any data update /insert/remove.
Parameters
<portlist> Use this parameter to define ports to be configured.
all Use this parameter to set all ports in the system.
notification Enables or disables the SNMP trap notification of LLDP data changes detected
on advertisements received from neighbor devices. The default notification state is disabled.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To change the SNMP notification state of ports 1 to 5 to enable:
DGS-3627:admin# config lldp ports 1:1-1:5 notification enable
Command: config lldp ports 1:1-1:5 notification enable
Success.
DGS-3627:admin#