ip irdp holdtime

Syntax

ip irdp holdtime <TIME>

Description

Specifies the maximum amount of time the host will consider an advertisement to be valid until a newer advertisement arrives. When a new advertisement arrives, hold time is reset. Hold time must be greater than or equal to the maximum advertisement interval. Therefore, if the hold time for an advertisement expires, the host can reasonably conclude that the router interface that sent the advertisement is no longer available. The default hold time is three times the maximum advertisement interval.

Command context

config-if

Parameters

<TIME>

Specifies the lifetime of router advertisements sent from this interface. Range: 4 to 9000 seconds. Default: 1800 seconds.

Authority

Administrators

Example

Setting the hold time for interface 1/1/1 to 5000 seconds:

switch(config)# interface 1/1/1
switch(config-if)# ip irdp holdtime 5000