我正在尝试配置动态加密映射,以在Cisco 15.2M的纯IPv6网络上使用。问题是,当我尝试将ipv6访问列表添加到动态密码映射时,出现错误消息。在配置下方
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加密映射。有人可以给我提示吗?