
C613-50186-01 Rev B
Command Reference for AR2050V
2789
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
L2TP C
OMMANDS
DESTINATION
destination
Overview
Use this command to set the destination of an L2TP tunnel.
Use the
no
variant of this command to remove the destination from the L2TP
tunnel.
Syntax
destination [<
ipv4-addr
>|<
ipv6-addr
>|<
domain-name
>]
no destination
Default
No destination is set by default.
Mode
L2TP Tunnel Configuration
Example
To set the destination IP address for tunnel1 to 10.1.1.1, use the commands:
awplus#
configure terminal
awplus(config)#
l2tp tunnel tunnel1
awplus(config-l2tp-tunnel)#
destination 10.1.1.1
To remove the destination IP address from tunnel1, use the commands:
awplus#
configure terminal
awplus(config)#
l2tp tunnel tunnel1
awplus(config-l2tp-tunnel)#
no destination
Related
Commands
show running-config l2tp-tunnel
Parameter
Description
<ipv4-addr>
The destination of the L2TP tunnel as an IPv4 address.
<ipv6-addr>
The destination of the L2TP tunnel as an IPv6 address.
<domain-name>
The destination of the L2TP tunnel as a fully-qualified domain
name.