ip pim-dense graft-retry-interval

Syntax

ip pim-dense graft-retry-interval <INTERVAL-VALUE>

no ip pim-dense graft-retry-interval

Description

Configures the interval for which the routing switch waits for the graft acknowledgment from another router before resending the graft request.

The no form of this command removes the currently configured value and sets to the default of 3 seconds.

Command context

config-if

config-if-vlan

config-lag-if

Parameters

<INTERVAL-VALUE>

Specifies the interval the routing switch waits for the graft acknowledgement. Default: 3 seconds. Range: 1-10 seconds.

Authority

Administrators or local user group members with execution rights for this command.

Usage

Graft packets result when a downstream router transmits a request to join a flow. The upstream router responds with a graft acknowledgment packet. If the graft acknowledgment is not received within the time period of the graft-retry-interval, it resends the graft packet.

Example

Configuring and removing dense graft retry interval:

switch(config)# interface vlan40
switch(config-if-vlan)# ip pim-dense graft-retry-interval 5
switch(config-if-vlan)# no ip pim-dense graft-retry-interval