
C613-50186-01 Rev B
Command Reference for AR2050V
2733
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
IP
SEC
C
OMMANDS
TUNNEL
PROTECTION
IPSEC
(IP
SEC
)
tunnel protection ipsec (IPsec)
Overview
Use this command to enable IPsec protection for packets encapsulated by this
tunnel.
Use the
no
variant to disable IPsec protection.
Syntax
tunnel protection ipsec [profile
<profile_name>
]
no tunnel protection ipsec
Default
IPsec protection for packets encapsulated by tunnel is disabled. If no custom
profile is specified, the default profile is used.
Mode
Interface Configuration
Usage
IPsec mode tunnels (IPv4 and IPv6) require this command for them to work. GRE
IPv6 and L2TPv3 IPv6 tunnel have IPsec protection as an option.
Examples
To enable IPsec protection by using default profile, use the following commands:
awplus#
configure terminal
awplus(config)#
interface tunnel14
awplus(config-if)#
tunnel protection ipsec
To enable IPsec protection by using a custom profile, use the following commands:
awplus(config)#
interface tunnel14
awplus(config-if)#
tunnel protection ipsec profile
my_profile
To disable IPsec protection for packets encapsulated by
tunnel14
, use the
following commands:
awplus#
configure terminal
awplus(config)#
interface tunnel14
awplus(config-if)#
no tunnel protection ipsec
Related
Commands
Parameter
Description
<
profile_name
>
Custom profile name. You can use the
command to create custom profiles.