Manual

Layer 2 Tunnel Protocol Version 3
receive-window
127
Cisco IOS Releases 12.0(29)S and 12.2(25)S
receive-window
To configure the packet size of the receive window on the remote provider edge router at the other end
of a Layer 2 Tunnel Protocol Version 3 (L2TPv3) control channel, use the receive-window command in
L2TP class configuration mode. To disable the configured value, use the no form of this command.
receive-window size
no receive-window size
Syntax Description
Defaults The default value is the upper limit the remote peer has for receiving packets.
Command Modes L2TP class configuration
Command History
Usage Guidelines To determine the upper limit for the size argument, refer to the platform-specific documentation for the
peer router.
Examples The following example sets a receive window of 30 packets to the remote peer in L2TPv3 pseudowires
configured with the L2TP class named l2tp class1:
Router(config)# l2tp-class l2tp-class1
Router(config-l2tp-class)# receive-window 30
Related Commands
size The number of packets that can be received by the remote peer before
backoff queueing occurs. The valid values range from 1 to the upper limit
the peer has for receiving packets. The default value is the upper limit.
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.
Command Description
l2tp-class Creates a template of L2TP control plane configuration settings that can be
inherited by different pseudowire classes and enters L2TP class
configuration mode.