
C613-50186-01 Rev B
Command Reference for AR2050V
2704
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
IP
SEC
C
OMMANDS
INTERFACE
TUNNEL
interface tunnel
Overview
Use this command to create a tunnel interface. Tunnel interfaces are identified by
an index identifier that is an integer in the range from 0 through 255. Note that the
tunnel mode
command is needed to enable the tunnel.
Use the
no
variant of this command to remove a previously created tunnel
interface.
Syntax
interface tunnel<
0-255
>
no interface tunnel<
tunnel-index
>
Default
Tunnel interfaces do not exist.
Mode
Global Configuration
Usage
This command creates a new tunnel interface to configure in Global Configuration
mode.
This command is also used to enter Interface Configuration mode for existing
tunnel interfaces.
Usage
Note that you need to designate a tunnel mode, tunnel source address, tunnel
destination address, IP address of tunnel interface and use
command to encrypt and authenticate the packets travelling though the
tunnel.
Examples
To configure an IPSec tunnel interface with index 100, enter the commands below:
awplus#
configure terminal
awplus(config)#
interface tunnel100
awplus(config-if)#
tunnel mode ipsec ipv4
To remove the IPSec tunnel interface
tunnel100
, enter the commands below:
awplus#
configure terminal
awplus(config)#
no interface tunnel100
Parameter
Description
<0-255>
Specify a tunnel interface index identifier in the range
from 0 through 255.