
C613-50186-01 Rev B
Command Reference for AR2050V
2731
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
IP
SEC
C
OMMANDS
TUNNEL
LOCAL
SELECTOR
To specify an IPv6 source address as the traffic selector for the traffic to match for
tunnel0
, use the commands below:
awplus#
configure terminal
awplus(config)#
interface tunnel0
awplus(config-if)#
tunnel source eth1
awplus(config-if)#
tunnel destination 2001:db8:10::1
awplus(config-if)#
tunnel local name office
awplus(config-if)#
tunnel mode ipsec ipv6
awplus(config-if)#
tunnel local selector 2001:db8:1::/64
awplus(config-if)#
tunnel remote selector 2001:db8:2::/64
To configure an additional source and destination traffic selector pair for the traffic
to match for tunnel0, use the commands:
awplus(config-if)#
tunnel local selector 5 2001:db8:1::/64
awplus(config-if)#
tunnel remote selector 5 2001:db8:2::/64
To unset the destination traffic selector for the traffic selector pair with ID 1, for
tunnel 6, use the commands:
awplus#
configure terminal
awplus(config)#
interface tunnel6
awplus(config-if)#
no tunnel remote selector
or
awplus(config-if)#
no tunnel remote selector 1
Related
Commands