multiplier (LLDP)

Sets the number of consecutive misses of hello messages before LLDP declares the neighbor as dead.

Syntax

multiplier value
no multiplier

Command Default

Multiplier default value is 4.

Parameters

value
Specifies a multiplier value to use. Valid values range from 2 through 10.

Modes

Protocol LLDP and profile configuration modes

Usage Guidelines

Enter no multiplier to return to the default setting.

The LLDP multipler can also be configured for a specific LLDP profile. When you apply an LLDP profile on an interface using the lldp profile command, it overrides the global configuration. If a profile is not present, then the default global profile is used until you create a valid profile.

Examples

To set the number of consecutive misses:

device(conf-lldp)# multiplier 2
 

To set the number of consecutive misses for a specific LLDP profile:

device(conf-lldp)# profile test1
device(config-profile-test1)# multiplier 5
device(config-profile-test1)#