Manual

Layer 2 Tunnel Protocol Version 3
retransmit
128
Cisco IOS Releases 12.0(29)S and 12.2(25)S
retransmit
To configure the retransmission settings of control packets, use the retransmit command in L2TP class
configuration mode. To disable the configured values, use the no form of this command.
retransmit {initial retries initial-retries | retries retries | timeout {max | min} timeout}
no retransmit {initial retries initial-retries | retries retries | timeout {max | min} timeout}
Syntax Description
Defaults Initial retries: 2
Retries: 15
Maximum timeout interval: 8 seconds
Minimum timeout interval: 1 second
Command Modes L2TP class configuration
Command History
Usage Guidelines Use this command to configure the amount of time spent trying to establish or maintain a control
channel.
Examples The following example configures ten retries for sending Layer 2 Tunnel Protocol Version 3 (L2TPv3)
tunneled packets to a remote peer in L2TPv3 pseudowires configured with the L2TP class named l2tp
class1:
Router(config)# l2tp-class l2tp-class1
Router(config-l2tp-class)# retransmit retries 10
initial retries
initial-retries
Specifies how many start control channel requests (SCCRQs) are re-sent
before giving up on the session. Valid values for the initial-retries argument
range from 1 to 1000. The default value is 2.
retries retries Specifies how many retransmission cycles occur before determining that the
peer provider edge (PE) router does not respond. Valid values for the retries
argument range from 1 to 1000. The default value is 15.
timeout {max | min}
timeout
Specifies maximum and minimum retransmission intervals (in seconds) for
resending control packets. Valid values for the timeout argument range from
1 to 8. The default maximum interval is 8; the default minimum interval is 1.
Release Modification
12.0(23)S This command was introduced.
12.2(25)S This command was integrated into Cisco IOS Release 12.2(25)S.