SDWAN Ipsec IKEV2
SDWAN Ipsec IKEV2
SDWAN Ipsec IKEV2
interface Tunnel100001
description FWaaS tunnel to Palo Alto
ip address 172.16.0.1 255.255.255.252
ip mtu 1400
ip tcp adjust-mss 1361
tunnel source GigabitEthernet0/0/0.101
tunnel mode ipsec ipv4
tunnel destination 130.41.86.158
tunnel path-mtu-discovery
tunnel vrf multiplexing
tunnel protection ipsec profile if-ipsec1-ipsec-profile
end
#show crypto ikev2 proposal p1-global
# show runn | sec crypto
# show crypto ikev2 sa
# show crypto ipsec sa
# debug crypto ikev2
By default in tunnel gre protocol will run.Your vpn has been negotiated in GRE.You
can disable the gre by using the command tunnel mode ipsec ipv4 in interface
tunnel.