crypto dynamic-map DYNMAP 5
set transform-set IPSECVPN-PeerA
set ikev2-profile IKEV2-SETUP-DYN
ipv6 access-list VPN_PEER_A_IPV6_ANY
permit ipv6 2001:1::/64 any
permit ipv6 2001:2::/64 any
但是当我尝试将访问列表添加到加密映射时,出现以下错误
access-list type conflicts with prior definitionERROR: "VPN_PEER_A_IPV6_ANY" is either an invalid name or the
list already exists but is the wrong type.
我相信这是由于15.2不支持动态IPv6加密映射。有人可以给我提示吗?