<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[IPSec to Cisco ASR 1013]]></title><description><![CDATA[<p dir="auto">Hi.  I am trying to connect a IPSec tunnel to a 3rd party service. I've connected to Cisco ASA before, but nut ASR - Not even familiar with them</p>
<p dir="auto">Hoping someone here can make sense of this. I've tried a pile of variations. The other side is pretty confident they have their end correct as they have multiple clients connected (this is the first pfsense they are aware of though)</p>
<p dir="auto">Here is config we have in place at the Cisco (what I was given). I changed s few things for privacy</p>
<p dir="auto">A0040NtEpsBpr03#show run | section 922<br />
vrf definition M922S<br />
description MBS_M922S<br />
!<br />
address-family ipv4<br />
route-replicate from vrf FVRF unicast static route-map rm_Default_Only<br />
exit-address-family<br />
peer MBS_M922S<br />
address XXX.XXX.212.30<br />
pre-shared-key 1234<br />
crypto ikev2 profile IKEv2_Profile_MBS_M922S<br />
match fvrf FVRF<br />
match identity remote address XXX.XXX.212.30 255.255.255.255<br />
authentication local pre-share<br />
authentication remote pre-share<br />
keyring local IKEv2_KEY<br />
ivrf M922S<br />
track 922 ip sla 922 reachability<br />
delay down 180 up 180<br />
crypto map Map1 922 ipsec-isakmp<br />
description MBS_M922S<br />
set peer XXX.XXX.212.30<br />
set transform-set Esp_aes256-sha256<br />
set ikev2-profile IKEv2_Profile_MBS_M922S<br />
match address acl_MBS_M922S<br />
interface Loopback922<br />
vrf forwarding M922S<br />
ip address 10.51.0.1 255.255.255.255<br />
interface Tunnel922<br />
description MBS_vrf:M922S-A0040_EPGW_Tunnel<br />
vrf forwarding M922S<br />
ip address XXX.XXX.245.240 255.255.255.254<br />
ip tcp adjust-mss 1363<br />
load-interval 30<br />
tunnel source Loopback99<br />
tunnel destination 10.4.216.94<br />
ip route vrf M922S 10.51.0.0 255.255.254.0 Tunnel922<br />
ip access-list extended acl_MBS_M922S<br />
remark Mobile to Server<br />
permit ip 10.51.0.0 0.0.1.255 any<br />
remark Monitoring<br />
permit ip host XXX.XXX.245.240 host 10.50.3.254</p>
<p dir="auto">A0040NtEpsBpr03#show crypto session ivrf M922S detail<br />
Crypto session current status</p>
<p dir="auto">Code: C - IKE Configuration mode, D - Dead Peer Detection<br />
K - Keepalives, N - NAT-traversal, T - cTCP encapsulation<br />
X - IKE Extended Authentication, F - IKE Fragmentation<br />
R - IKE Auto Reconnect</p>
<p dir="auto">Interface: GigabitEthernet0/0/0 GigabitEthernet3/0/0<br />
Session status: DOWN<br />
Peer: XXX.XXX.212.30 port 500 fvrf: FVRF ivrf: M922S<br />
Desc: (none)<br />
Phase1_id: (none)<br />
IPSEC FLOW: permit ip 10.51.0.0/255.255.254.0 0.0.0.0/0.0.0.0<br />
Active SAs: 0, origin: crypto map<br />
Inbound:  #pkts dec'ed 0 drop 0 life (KB/Sec) 0/0<br />
Outbound: #pkts enc'ed 0 drop 18 life (KB/Sec) 0/0<br />
IPSEC FLOW: permit ip host XXX.XXX.245.240 host 10.50.3.254<br />
Active SAs: 0, origin: crypto map<br />
Inbound:  #pkts dec'ed 64 drop 0 life (KB/Sec) 0/0<br />
Outbound: #pkts enc'ed 64 drop 17829 life (KB/Sec) 0/0</p>
<p dir="auto">In pfSense:<br />
P1 General Information<br />
Key Exchange version = IKEv2<br />
Internet Protocol = IPv4<br />
Interface = WAN<br />
Remote Gateway = XXX.XXX.245.222</p>
<p dir="auto">Phase 1 Proposal (Authentication)<br />
Authentication Method = Mutual PSK<br />
My identifier = My IP Address (I've tried just 'IP Address' with my public IP as well)<br />
Peer identifier = Peer IP Address (I've tried 'Any' and 'IP Address' as well)<br />
Pre-Shared Key = 1234</p>
<p dir="auto">Phase 1 Proposal (Encryption Algorithm)<br />
Encryption Algorithm<br />
Algorithm = AES<br />
Key length = 256 bits<br />
Hash = SHA256<br />
DH Group = 16 (4096 bit)</p>
<p dir="auto">Lifetime (Seconds) = 86400</p>
<p dir="auto">Advanced Options<br />
Disable rekey Disables renegotiation when a connection is about to expire. = OFF<br />
Margintime (Seconds) = BLANK<br />
Disable Reauth<br />
Whether rekeying of an IKE_SA should also reauthenticate the peer. In IKEv1, reauthentication is always done. = OFF<br />
Responder Only<br />
Enable this option to never initiate this connection from this side, only respond to incoming requests. = OFF</p>
<p dir="auto">MOBIKE = Disable<br />
Set this option to control the use of MOBIKE<br />
Split connections<br />
Enable this to split connection entries with multiple phase 2 configurations. Required for remote endpoints that support only a single traffic selector per child SA. = ON<br />
Dead Peer Detection Enable DPD = ON<br />
Delay = 10<br />
Max failures = 5</p>
<p dir="auto">There are 2 P2’s in play here<br />
Monitoring:<br />
Mode = Tunnel IPv4<br />
Local Network Type = Address<br />
Address = 10.50.3.254<br />
NAT/BINAT translation = None<br />
Remote Network Type = Address<br />
Address = XXX.XXX.245.240</p>
<p dir="auto">P2 Proposal<br />
Encryption Algorithms = AES 256 bits<br />
Hash Algorithms = SHA256<br />
PFS key group = off<br />
Lifetime = 3600<br />
Automatically Pin host = BLANK</p>
<p dir="auto">Tunneled IPs:<br />
Mode = Tunnel IPv4<br />
Local Network Type = Network<br />
Address = 10.50.3.0/24<br />
NAT/BINAT translation = None<br />
Remote Network Type = Network<br />
Address = 10.51.0.0/23</p>
<p dir="auto">P2 Proposal<br />
Encryption Algorithms = AES 256 bits<br />
Hash Algorithms = SHA256<br />
PFS key group = off<br />
Lifetime = 3600<br />
Automatically Pin host = BLANK</p>
<p dir="auto">Now for the logs (oldest at the top) are attached. This is one with my IP not forced and the other with it forced. I can see there is an Authentication error, but I don't see a misalignment anywhere. There is also a complaint about the vendor id, I don't know what that exactly means here either though</p>
<p dir="auto">Any insight here would be fantastic!</p>
]]></description><link>https://forum.netgate.com/topic/142040/ipsec-to-cisco-asr-1013</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 07:08:40 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/142040.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 28 Mar 2019 20:47:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to IPSec to Cisco ASR 1013 on Fri, 29 Mar 2019 15:29:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/konstanti">@<bdi>Konstanti</bdi></a><br />
Ya, I can't tell you how many times I verified the IPSec settings<br />
Magically, the connection was established last night as I left it on while doing some other work. When I returned to have another look, the connection was made. I tried this current configuration multiple times to no avail, so I am baffled as to what the resolution was</p>
<p dir="auto">I'm booking a meeting with a guy at the other side to start pulling parts and pieces apart to determine the issue</p>
<p dir="auto">One thing I noticed is that the initial attempts to connect were using port 4500 and the established tunnel is on 500 (I have no firewall logs blocking this and I have rules on WAN in place explicitly allowing UDP 500/4500 and ESP.</p>
<p dir="auto">Perhaps their end isn't liking the 4500 (they told me they are good with the UDP 4500 mind you)</p>
<p dir="auto">Sort of feels like Cisco just not wanting to play nice in the sandbox with the other kids.</p>
<p dir="auto">I'll update with any resolution(s) or comments here</p>
]]></description><link>https://forum.netgate.com/post/833849</link><guid isPermaLink="true">https://forum.netgate.com/post/833849</guid><dc:creator><![CDATA[tgreen]]></dc:creator><pubDate>Fri, 29 Mar 2019 15:29:48 GMT</pubDate></item><item><title><![CDATA[Reply to IPSec to Cisco ASR 1013 on Fri, 29 Mar 2019 10:45:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tgreen">@<bdi>tgreen</bdi></a><br />
Hey</p>
<p dir="auto">You should check IPSEC settings ( phase 1) (My identifier / Remote identifier)<br />
The logs say that is not found preshared-key</p>
<p dir="auto"><img src="/assets/uploads/files/1553855602682-fb424782-b753-4994-a747-4ea7fddeb57e-image.png" alt="fb424782-b753-4994-a747-4ea7fddeb57e-image.png" class=" img-fluid img-markdown" /> charon: 13[IKE] &lt;con3000|1&gt; authentication of 'XXX.XXX.212.30' (myself) with pre-shared key<br />
charon: 13[IKE] &lt;con3000|1&gt; no shared key found for 'XXX.XXX.212.30' - 'XXX.XXX.245.222'</p>
<p dir="auto"><img src="/assets/uploads/files/1553855682472-73ba7734-2274-4785-b939-0ae7b0b81e2e-image.png" alt="73ba7734-2274-4785-b939-0ae7b0b81e2e-image.png" class=" img-fluid img-markdown" /> 28.03.2019 13:40	charon: 12[CFG] &lt;con3000|17&gt; selected peer config 'con3000'<br />
28.03.2019 13:40	charon: 12[IKE] &lt;con3000|17&gt; no shared key found for '%any' - 'XXX.XXX.245.222'</p>
]]></description><link>https://forum.netgate.com/post/833773</link><guid isPermaLink="true">https://forum.netgate.com/post/833773</guid><dc:creator><![CDATA[Konstanti]]></dc:creator><pubDate>Fri, 29 Mar 2019 10:45:27 GMT</pubDate></item><item><title><![CDATA[Reply to IPSec to Cisco ASR 1013 on Thu, 28 Mar 2019 20:52:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tgreen">@<bdi>tgreen</bdi></a> The logs are being marked as spam for some reason<br />
<a href="/assets/uploads/files/1553806336995-ipsec-logs.7z">IPsec Logs.7z</a></p>
]]></description><link>https://forum.netgate.com/post/833668</link><guid isPermaLink="true">https://forum.netgate.com/post/833668</guid><dc:creator><![CDATA[tgreen]]></dc:creator><pubDate>Thu, 28 Mar 2019 20:52:18 GMT</pubDate></item></channel></rss>