
C613-50186-01 Rev B
Command Reference for AR2050V
2744
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
GRE T
UNNELING
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.
Examples
To configure a tunnel interface with index
30
and enable GRE, use the commands:
awplus#
configure terminal
awplus(config)#
interface tunnel30
awplus(config-if)#
tunnel mode gre
To remove the GRE tunnel interface
tunnel30
, use the commands:
awplus#
configure terminal
awplus(config)#
no interface tunnel30
Parameter
Description
<0-255>
Specify a tunnel interface index identifier in the range
from 0 through 255.