<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: converting isakmp tunnels to Ikev2 and tunnels are not coming up in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782763#M1098162</link>
    <description>&lt;P&gt;Yes please&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show crypto ikev2&lt;/P&gt;
&lt;P&gt;Show ipsec sa&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 25 Feb 2023 21:58:03 GMT</pubDate>
    <dc:creator>MHM Cisco World</dc:creator>
    <dc:date>2023-02-25T21:58:03Z</dc:date>
    <item>
      <title>converting isakmp tunnels to Ikev2 and tunnels are not coming up</title>
      <link>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782751#M1098159</link>
      <description>&lt;P&gt;Hello, i have isakmp working tunnels and when i convert them to ikev2. They are not coming up. As soon as i config new ikev2 tunnel profile to tunnel interface ospf neighborship went down and having below errors. There is no issue with isakmp tunnels. Having below config on both sides.&lt;/P&gt;&lt;P&gt;error&lt;/P&gt;&lt;P&gt;*Feb 25 13:26:04.857: %OSPF-5-ADJCHG: Process 3, Nbr 10.10.10.2 on Tunnel10 from FULL to DOWN, Neighbor Down: Dead timer expired&lt;/P&gt;&lt;P&gt;*Feb 25 18:56:44.291: %CRYPTO-4-RECVD_PKT_NOT_IPSEC: Rec'd packet not an IPSEC packet. (ip) vrf/dest_addr= /2.2.2.2, src_addr= 1.1.1.1, prot= 47&lt;/P&gt;&lt;P&gt;Configuration:&lt;/P&gt;&lt;P&gt;SiteA#&lt;BR /&gt;crypto ikev2 proposal prop-1&lt;BR /&gt;encryption aes-cbc-256&lt;/P&gt;&lt;P&gt;integrity sha512&lt;BR /&gt;group 24&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;crypto ikev2 policy policy-1&lt;BR /&gt;match fvrf DMVPN&lt;BR /&gt;match address local 1.1.1.1&lt;BR /&gt;proposal prop-1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;crypto ikev2 keyring keyring-1&lt;BR /&gt;peer ANY&lt;BR /&gt;address 0.0.0.0 0.0.0.0&lt;BR /&gt;pre-shared-key IKEV2@test@2023&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;crypto ikev2 profile IKEv2-Profile-1&lt;BR /&gt;match fvrf DMVPN&lt;BR /&gt;match identity remote address 0.0.0.0&lt;BR /&gt;authentication remote pre-share&lt;BR /&gt;authentication local pre-share&lt;BR /&gt;keyring local keyring-1&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set transform-1 esp-aes 256 esp-sha256-hmac&lt;BR /&gt;mode transport&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;crypto ipsec profile IPSEC-Profile-1&lt;BR /&gt;set transform-set transform-1&lt;BR /&gt;set ikev2-profile IKEv2-Profile-1&lt;/P&gt;&lt;P&gt;interface Tunnel10&lt;BR /&gt;description tunnel to SiteB&lt;BR /&gt;bandwidth 50000&lt;BR /&gt;vrf forwarding PRIVATE_CORE&lt;BR /&gt;ip address 10.10.10.1 255.255.255.252&lt;BR /&gt;no ip redirects&lt;BR /&gt;ip mtu 1440&lt;BR /&gt;ip tcp adjust-mss 1400&lt;BR /&gt;ip ospf message-digest-key 1 md5 ospftest123&lt;BR /&gt;ip ospf cost 3600&lt;BR /&gt;tunnel source GigabitEthernet0/0/5(1.1.1.1)&lt;BR /&gt;tunnel destination 2.2.2.2&lt;BR /&gt;tunnel key 10&lt;BR /&gt;tunnel vrf DMVPN&lt;BR /&gt;tunnel protection ipsec profile IPSEC-Profile-1 shared&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;*Feb 25 13:26:04.857: %OSPF-5-ADJCHG: Process 3, Nbr 10.10.10.2 on Tunnel10 from FULL to DOWN, Neighbor Down: Dead timer expired&lt;/P&gt;&lt;P&gt;=----------------------------------------------------------&lt;/P&gt;&lt;P&gt;SiteB#&lt;/P&gt;&lt;P&gt;crypto ikev2 proposal prop-1&lt;BR /&gt;encryption aes-cbc-256&lt;BR /&gt;integrity sha512&lt;BR /&gt;group 24&lt;/P&gt;&lt;P&gt;crypto ikev2 policy policy-1&lt;BR /&gt;match address local 2.2.2.2&lt;BR /&gt;proposal prop-1&lt;/P&gt;&lt;P&gt;crypto ikev2 keyring keyring-1&lt;BR /&gt;peer ANY&lt;BR /&gt;address 0.0.0.0 0.0.0.0&lt;BR /&gt;pre-shared-key IKEV2@test@2023&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;crypto ikev2 profile IKEv2-Profile-1&lt;BR /&gt;match identity remote address 0.0.0.0&lt;BR /&gt;authentication remote pre-share&lt;BR /&gt;authentication local pre-share&lt;BR /&gt;keyring local keyring-1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;crypto ipsec transform-set transform-1 esp-aes 256 esp-sha256-hmac&lt;BR /&gt;mode transport&lt;/P&gt;&lt;P&gt;crypto ipsec profile IPSEC-Profile-1&lt;BR /&gt;set transform-set transform-1&lt;BR /&gt;set ikev2-profile IKEv2-Profile-1&lt;/P&gt;&lt;P&gt;interface Tunnel10&lt;BR /&gt;description tunnel to siteA&lt;BR /&gt;bandwidth 50000&lt;BR /&gt;ip address 10.10.10.2 255.255.255.252&lt;BR /&gt;no ip redirects&lt;BR /&gt;ip mtu 1440&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;ip tcp adjust-mss 1400&lt;BR /&gt;ip ospf message-digest-key 1 md5 ospftest123&lt;BR /&gt;ip ospf cost 3600&lt;BR /&gt;tunnel source Vlan105(2.2.2.2)&lt;BR /&gt;tunnel destination 1.1.1.1&lt;BR /&gt;tunnel key 10&lt;BR /&gt;tunnel protection ipsec profile IPSEC-Profile-1 shared&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;error&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;*Feb 25 18:56:44.291: %CRYPTO-4-RECVD_PKT_NOT_IPSEC: Rec'd packet not an IPSEC packet. (ip) vrf/dest_addr= /2.2.2.2, src_addr= 1.1.1.1, prot= 47&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2023 21:14:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782751#M1098159</guid>
      <dc:creator>Mark1110</dc:creator>
      <dc:date>2023-02-25T21:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: converting isakmp tunnels to Ikev2 and tunnels are not coming up</title>
      <link>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782757#M1098160</link>
      <description>&lt;P&gt;&lt;SPAN&gt;PRIVATE_CORE&amp;lt;&amp;lt;- try change the match under profile and policy with&amp;nbsp;PRIVATE_CORE.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2023 21:45:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782757#M1098160</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-02-25T21:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: converting isakmp tunnels to Ikev2 and tunnels are not coming up</title>
      <link>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782762#M1098161</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1065752"&gt;@MHM Cisco World&lt;/a&gt;&amp;nbsp;, i just tried by changing for both policy and profile. still having same result. not sure whats wrong. do you want some other results to check ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2023 21:55:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782762#M1098161</guid>
      <dc:creator>Mark1110</dc:creator>
      <dc:date>2023-02-25T21:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: converting isakmp tunnels to Ikev2 and tunnels are not coming up</title>
      <link>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782763#M1098162</link>
      <description>&lt;P&gt;Yes please&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show crypto ikev2&lt;/P&gt;
&lt;P&gt;Show ipsec sa&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2023 21:58:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782763#M1098162</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-02-25T21:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: converting isakmp tunnels to Ikev2 and tunnels are not coming up</title>
      <link>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782765#M1098163</link>
      <description>&lt;P&gt;Not showing any details for&amp;nbsp;&lt;/P&gt;&lt;P&gt;SiteB#sh crypto ikev2 sa&lt;BR /&gt;SiteB#&lt;/P&gt;&lt;P&gt;For sh crypto ipsec sa showing details for other isakmp tunnel. not showing any details for ikev2 tunnel.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2023 22:07:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782765#M1098163</guid>
      <dc:creator>Mark1110</dc:creator>
      <dc:date>2023-02-25T22:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: converting isakmp tunnels to Ikev2 and tunnels are not coming up</title>
      <link>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782768#M1098164</link>
      <description>&lt;P&gt;not sure why my ikev2 policy showing below&lt;/P&gt;&lt;P&gt;SiteB#sh crypto ikev2 authorization policy policy-1&lt;BR /&gt;No authorization policy exists with name policy-1&lt;BR /&gt;SiteB#&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2023 22:11:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782768#M1098164</guid>
      <dc:creator>Mark1110</dc:creator>
      <dc:date>2023-02-25T22:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: converting isakmp tunnels to Ikev2 and tunnels are not coming up</title>
      <link>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782770#M1098165</link>
      <description>&lt;PRE&gt;debg crypto ikev2 packet&lt;/PRE&gt;
&lt;P&gt;please share this&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2023 22:15:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782770#M1098165</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-02-25T22:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: converting isakmp tunnels to Ikev2 and tunnels are not coming up</title>
      <link>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782778#M1098166</link>
      <description>&lt;P&gt;only showing below&lt;/P&gt;&lt;P&gt;SiteB#debug crypto ikev2 packet&lt;BR /&gt;IKEv2 packet debugging is on&lt;/P&gt;&lt;P&gt;*Feb 25 22:40:45.382: %CRYPTO-4-RECVD_PKT_NOT_IPSEC: Rec'd packet not an IPSEC packet. (ip) vrf/dest_addr= /2.2.2.2, src_addr= 1.1.1.1, prot= 47&lt;BR /&gt;SiteB#&lt;BR /&gt;SiteB#&lt;BR /&gt;SiteB#&lt;BR /&gt;*Feb 25 22:41:51.478: %CRYPTO-4-RECVD_PKT_NOT_IPSEC: Rec'd packet not an IPSEC packet. (ip) vrf/dest_addr= /2.2.2.2, src_addr= 1.1.1.1, prot= 47&lt;BR /&gt;*Feb 25 22:42:58.862: %CRYPTO-4-RECVD_PKT_NOT_IPSEC: Rec'd packet not an IPSEC packet. (ip) vrf/dest_addr= /2.2.2.2, src_addr= 1.1.1.1, prot= 47&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2023 22:27:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782778#M1098166</guid>
      <dc:creator>Mark1110</dc:creator>
      <dc:date>2023-02-25T22:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: converting isakmp tunnels to Ikev2 and tunnels are not coming up</title>
      <link>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782781#M1098167</link>
      <description>&lt;P&gt;thanks now disable debug. no need any more.&amp;nbsp;&lt;BR /&gt;I will run lab use same config you use and try troubleshooting form my side.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2023 22:30:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782781#M1098167</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-02-25T22:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: converting isakmp tunnels to Ikev2 and tunnels are not coming up</title>
      <link>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782782#M1098168</link>
      <description>&lt;P&gt;okay. Thank you&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1065752"&gt;@MHM Cisco World&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2023 22:32:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782782#M1098168</guid>
      <dc:creator>Mark1110</dc:creator>
      <dc:date>2023-02-25T22:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: converting isakmp tunnels to Ikev2 and tunnels are not coming up</title>
      <link>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782803#M1098169</link>
      <description>&lt;P&gt;&lt;SPAN&gt;crypto ikev2 profile IKEv2-Profile-1 &amp;lt;&amp;lt;- please add identify local address in both side&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;second match the MTU of tunnel for OSPF run without error&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;thanks&amp;nbsp;&lt;BR /&gt;MHM&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2023 23:21:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782803#M1098169</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-02-25T23:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: converting isakmp tunnels to Ikev2 and tunnels are not coming up</title>
      <link>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782820#M1098170</link>
      <description>&lt;P&gt;I just added match address local on both router under&amp;nbsp;&lt;SPAN&gt;crypto ikev2 profile IKEv2-Profile-1. ip mtu is 1440 both sides. still same result. not sure whats wrong with ikev2 config.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Feb 2023 02:17:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782820#M1098170</guid>
      <dc:creator>Mark1110</dc:creator>
      <dc:date>2023-02-26T02:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: converting isakmp tunnels to Ikev2 and tunnels are not coming up</title>
      <link>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782855#M1098172</link>
      <description>&lt;P&gt;hostname IOU2&lt;BR /&gt;!&lt;BR /&gt;ip vrf ISP&lt;BR /&gt;rd 1:100&lt;BR /&gt;!&lt;BR /&gt;ip vrf ikev2&lt;BR /&gt;rd 1:200&lt;BR /&gt;!&lt;BR /&gt;crypto ikev2 proposal mhm&lt;BR /&gt;encryption 3des&lt;BR /&gt;integrity md5&lt;BR /&gt;group 5&lt;BR /&gt;!&lt;BR /&gt;crypto ikev2 policy mhm&lt;BR /&gt;match fvrf ISP&lt;BR /&gt;match address local 1.1.1.1&lt;BR /&gt;proposal mhm&lt;BR /&gt;!&lt;BR /&gt;crypto ikev2 keyring mhm&lt;BR /&gt;peer ANY&lt;BR /&gt;address 0.0.0.0 0.0.0.0&lt;BR /&gt;pre-shared-key mhm&lt;BR /&gt;!&lt;BR /&gt;crypto ikev2 profile mhm-ikev2&lt;BR /&gt;match fvrf ISP&lt;BR /&gt;match identity remote address 0.0.0.0&lt;BR /&gt;identity local address 1.1.1.1&lt;BR /&gt;authentication remote pre-share&lt;BR /&gt;authentication local pre-share&lt;BR /&gt;keyring local mhm&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec transform-set mhm esp-des&lt;BR /&gt;mode transport&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec profile mhm&lt;BR /&gt;set transform-set mhm&lt;BR /&gt;set ikev2-profile mhm-ikev2&lt;BR /&gt;!&lt;BR /&gt;interface Tunnel0&lt;BR /&gt;ip vrf forwarding ikev2&lt;BR /&gt;ip address 5.0.0.1 255.255.255.0&lt;BR /&gt;ip mtu 1440&lt;BR /&gt;tunnel source Ethernet0/0&lt;BR /&gt;tunnel destination 2.2.2.2&lt;BR /&gt;tunnel key 5&lt;BR /&gt;tunnel vrf ISP&lt;BR /&gt;tunnel protection ipsec profile mhm&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;ip vrf forwarding ISP&lt;BR /&gt;ip address 1.1.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;router ospf 5 vrf ikev2&lt;BR /&gt;network 5.0.0.0 0.0.0.255 area 0&lt;BR /&gt;!&lt;BR /&gt;ip route vrf ISP 0.0.0.0 0.0.0.0 1.1.1.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hostname IOU1&lt;BR /&gt;!&lt;BR /&gt;crypto ikev2 proposal mhm&lt;BR /&gt;encryption 3des&lt;BR /&gt;integrity md5&lt;BR /&gt;group 5&lt;BR /&gt;!&lt;BR /&gt;crypto ikev2 policy mhm&lt;BR /&gt;match address local 2.2.2.2&lt;BR /&gt;proposal mhm&lt;BR /&gt;!&lt;BR /&gt;crypto ikev2 keyring mhm&lt;BR /&gt;peer any&lt;BR /&gt;address 0.0.0.0 0.0.0.0&lt;BR /&gt;pre-shared-key mhm&lt;BR /&gt;!&lt;BR /&gt;crypto ikev2 profile mhm-ikev2&lt;BR /&gt;match identity remote address 0.0.0.0&lt;BR /&gt;identity local address 2.2.2.2&lt;BR /&gt;authentication remote pre-share&lt;BR /&gt;authentication local pre-share&lt;BR /&gt;keyring local mhm&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec transform-set mhm esp-des&lt;BR /&gt;mode transport&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec profile mhm&lt;BR /&gt;set transform-set mhm&lt;BR /&gt;set ikev2-profile mhm-ikev2&lt;BR /&gt;!&lt;BR /&gt;interface Tunnel0&lt;BR /&gt;ip address 5.0.0.2 255.255.255.0&lt;BR /&gt;ip mtu 1440&lt;BR /&gt;tunnel source Ethernet0/0&lt;BR /&gt;tunnel destination 1.1.1.1&lt;BR /&gt;tunnel key 5&lt;BR /&gt;tunnel protection ipsec profile mhm&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;ip address 2.2.2.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;router ospf 5&lt;BR /&gt;network 5.0.0.0 0.0.0.255 area 0&lt;BR /&gt;!&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 2.2.2.1&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I run lab as you see, I use two VRF in IOU2 and using ikev2 with VTI, and I success&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (317).png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/177594i08BC6C92E365B508/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (317).png" alt="Screenshot (317).png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;so please can you share the config of both router (full config )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Feb 2023 08:21:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4782855#M1098172</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-02-26T08:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: converting isakmp tunnels to Ikev2 and tunnels are not coming up</title>
      <link>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4783045#M1098195</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1065752"&gt;@MHM Cisco World&lt;/a&gt;&amp;nbsp;. its weird. I will provide you my config tomorrow.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 03:31:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4783045#M1098195</guid>
      <dc:creator>Mark1110</dc:creator>
      <dc:date>2023-02-27T03:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: converting isakmp tunnels to Ikev2 and tunnels are not coming up</title>
      <link>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4818838#M1099719</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1065752"&gt;@MHM Cisco World&lt;/a&gt;&amp;nbsp;, Found the issue&lt;/P&gt;&lt;P&gt;I was using&amp;nbsp;&lt;SPAN&gt;tunnel protection ipsec profile IPSEC-Profile-1 shared command. As soon as i removed shared word on both side its working now. Thank you so much for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 19:25:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4818838#M1099719</guid>
      <dc:creator>Mark1110</dc:creator>
      <dc:date>2023-04-20T19:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: converting isakmp tunnels to Ikev2 and tunnels are not coming up</title>
      <link>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4818843#M1099721</link>
      <description>&lt;P&gt;You are so so welcome&amp;nbsp;&lt;BR /&gt;and I am glad the issue solved.&amp;nbsp;&lt;BR /&gt;I will try in my lab add keyword shared to tunnel protection and see it effect&amp;nbsp;&lt;BR /&gt;thanks for update&amp;nbsp;&lt;BR /&gt;have a nice day&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 19:38:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/converting-isakmp-tunnels-to-ikev2-and-tunnels-are-not-coming-up/m-p/4818843#M1099721</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-04-20T19:38:25Z</dc:date>
    </item>
  </channel>
</rss>

