<?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 Trouble with Multihomed Router and EasyVPN in VPN</title>
    <link>https://community.cisco.com/t5/vpn/trouble-with-multihomed-router-and-easyvpn/m-p/1151460#M22054</link>
    <description>&lt;P&gt;Hi! I've set up a router with two ISP connections. One connection is through Ethernet and the other is over a multilink ppp interface. Since the IPs on the multilink ppp interface are private, I put the public IPs on a vlan interface. So the outbound interface is not the same interface as the interface with the public IPs for the second ISP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been load balancing outbound traffic by using a route-map, and I set up a route-map as the ip local policy in order to be able to reach the router from both ISPs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can set up easyvpn using the GUI wizard on the ethernet connection no problem (with the first ISP). When I set up easyvpn on the second isp (the multilink ppp one), then I get connected, can do ICMP pings but nothing else, no telnet, no traceroute (udp) and no traffic to internal hosts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've removed all access-lists, route-maps and I've re-written the easyvpn config several times. I discovered that if I set up the ISAKMP profile for the second (multilink) ISP like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto isakmp profile sdm-ike-profile-3&lt;/P&gt;&lt;P&gt;   match identity group AdminsVPN2&lt;/P&gt;&lt;P&gt;   client authentication list sdm_vpn_xauth_ml_6&lt;/P&gt;&lt;P&gt;   isakmp authorization list sdm_vpn_group_ml_4&lt;/P&gt;&lt;P&gt;   client configuration address respond&lt;/P&gt;&lt;P&gt;   virtual-template 7&lt;/P&gt;&lt;P&gt;   local-address Vlan703&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would help since easyvpn would not try to originate VPN traffic from the multilink interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running enhanced easyvpn, thus I'm not using any crypto maps.. I got a similar config to work using crypto maps using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto map SDM_CMAP_2 local-address Loopback0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I wanted to get the same accomplished on the enhanced EasyVPN, but I can't seem to find the equivalent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't found any info regarding EasyVPN on a multihomed router, I'd really appreciate some links or some tips!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone shed some light on the subject?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm kinda stumped here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance for taking the time to read this!&lt;/P&gt;</description>
    <pubDate>Tue, 26 May 2009 05:32:04 GMT</pubDate>
    <dc:creator>estebanzarikian</dc:creator>
    <dc:date>2009-05-26T05:32:04Z</dc:date>
    <item>
      <title>Trouble with Multihomed Router and EasyVPN</title>
      <link>https://community.cisco.com/t5/vpn/trouble-with-multihomed-router-and-easyvpn/m-p/1151460#M22054</link>
      <description>&lt;P&gt;Hi! I've set up a router with two ISP connections. One connection is through Ethernet and the other is over a multilink ppp interface. Since the IPs on the multilink ppp interface are private, I put the public IPs on a vlan interface. So the outbound interface is not the same interface as the interface with the public IPs for the second ISP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been load balancing outbound traffic by using a route-map, and I set up a route-map as the ip local policy in order to be able to reach the router from both ISPs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can set up easyvpn using the GUI wizard on the ethernet connection no problem (with the first ISP). When I set up easyvpn on the second isp (the multilink ppp one), then I get connected, can do ICMP pings but nothing else, no telnet, no traceroute (udp) and no traffic to internal hosts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've removed all access-lists, route-maps and I've re-written the easyvpn config several times. I discovered that if I set up the ISAKMP profile for the second (multilink) ISP like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto isakmp profile sdm-ike-profile-3&lt;/P&gt;&lt;P&gt;   match identity group AdminsVPN2&lt;/P&gt;&lt;P&gt;   client authentication list sdm_vpn_xauth_ml_6&lt;/P&gt;&lt;P&gt;   isakmp authorization list sdm_vpn_group_ml_4&lt;/P&gt;&lt;P&gt;   client configuration address respond&lt;/P&gt;&lt;P&gt;   virtual-template 7&lt;/P&gt;&lt;P&gt;   local-address Vlan703&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would help since easyvpn would not try to originate VPN traffic from the multilink interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running enhanced easyvpn, thus I'm not using any crypto maps.. I got a similar config to work using crypto maps using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto map SDM_CMAP_2 local-address Loopback0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I wanted to get the same accomplished on the enhanced EasyVPN, but I can't seem to find the equivalent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't found any info regarding EasyVPN on a multihomed router, I'd really appreciate some links or some tips!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone shed some light on the subject?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm kinda stumped here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance for taking the time to read this!&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2009 05:32:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/vpn/trouble-with-multihomed-router-and-easyvpn/m-p/1151460#M22054</guid>
      <dc:creator>estebanzarikian</dc:creator>
      <dc:date>2009-05-26T05:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Multihomed Router and EasyVPN</title>
      <link>https://community.cisco.com/t5/vpn/trouble-with-multihomed-router-and-easyvpn/m-p/1151461#M22055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;follow up on the following link for more information on EasyVPN on a multi homed Router:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/ios/12_2t/12_2t8/feature/guide/ftunity.html#wp1191206" target="_blank"&gt;http://www.cisco.com/en/US/docs/ios/12_2t/12_2t8/feature/guide/ftunity.html#wp1191206&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 13:21:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/vpn/trouble-with-multihomed-router-and-easyvpn/m-p/1151461#M22055</guid>
      <dc:creator>tstanik</dc:creator>
      <dc:date>2009-05-29T13:21:32Z</dc:date>
    </item>
  </channel>
</rss>

