<?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 Thanks changed to Security in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/2546049#M934656</link>
    <description>&lt;P&gt;Thanks changed to Security Vpn Forum, i will try with extempt the vpn traffic now...&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jun 2014 02:10:31 GMT</pubDate>
    <dc:creator>Shakespeare Rodas</dc:creator>
    <dc:date>2014-06-12T02:10:31Z</dc:date>
    <item>
      <title>asa 5520 nat problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/2546047#M934654</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi I have an Cisco Asa 5520 and i want to make vpn site to site using another interface with a lan to lan carrier, the problem is when i try to pass traffic have the follow syslog error:&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Tahoma; line-height: normal; orphans: 2; text-align: -webkit-auto; widows: 2; font-size: medium;"&gt;No translation group found for udp src lan2lan:10.5.50.63/44437 dst colo:biggiesmalls/897&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Tahoma; line-height: normal; orphans: 2; text-align: -webkit-auto; widows: 2; font-size: medium;"&gt;The interface for lan to lan service is called: lan2lan&lt;BR /&gt;one of the internal interfaces is called: colo&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;I think is problem with Nat on the ASA but i need help with this.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Config:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;&amp;nbsp;nameif external&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address fw-ext 255.255.255.0 standby XXaaaNNaa&lt;BR /&gt;&amp;nbsp;ospf cost 10&lt;BR /&gt;&amp;nbsp;ospf network point-to-point non-broadcast&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1.50&lt;BR /&gt;&amp;nbsp;vlan 50&lt;BR /&gt;&amp;nbsp;nameif lb&lt;BR /&gt;&amp;nbsp;security-level 20&lt;BR /&gt;&amp;nbsp;ip address 10.1.50.11 255.255.255.0&amp;nbsp;&lt;BR /&gt;&amp;nbsp;ospf cost 10&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1.501&lt;BR /&gt;&amp;nbsp;vlan 501&lt;BR /&gt;&amp;nbsp;nameif colo&lt;BR /&gt;&amp;nbsp;security-level 90&lt;BR /&gt;&amp;nbsp;ip address fw-int 255.255.255.0 standby 172.16.2.253&amp;nbsp;&lt;BR /&gt;&amp;nbsp;ospf cost 10&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/1&lt;BR /&gt;&amp;nbsp;description Lan2Lan-Carrier&lt;BR /&gt;&amp;nbsp;nameif lan2lan&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 10.100.50.1 255.255.255.248&amp;nbsp;&lt;BR /&gt;!&lt;BR /&gt;access-list lan2lan_cryptomap_51 extended permit ip 10.1.0.0 255.255.0.0 object-group elo&amp;nbsp;&lt;BR /&gt;access-list lan2lan_cryptomap_51 extended permit ip sfnet 255.255.255.0 object-group elo&amp;nbsp;&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging host colo biggiesmalls&lt;BR /&gt;no logging message 313001&lt;BR /&gt;mtu external 1500&lt;BR /&gt;mtu lb 1500&lt;BR /&gt;mtu colo 1500&lt;BR /&gt;mtu lan2lan 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;nat-control&lt;BR /&gt;global (external) 1 interface&lt;BR /&gt;global (lb) 1 interface&lt;BR /&gt;global (colo) 1 interface&lt;BR /&gt;nat (lb) 1 10.1.50.0 255.255.255.0&lt;BR /&gt;nat (colo) 0 access-list colo_nat0_outbound&lt;BR /&gt;nat (colo) 1 10.1.13.0 255.255.255.0&lt;BR /&gt;nat (colo) 1 10.1.16.0 255.255.255.0&lt;BR /&gt;nat (colo) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;access-group external_access_in in interface external&lt;BR /&gt;access-group lb_access_in in interface lb&lt;BR /&gt;access-group colo_access_in in interface colo&lt;BR /&gt;access-group management_access_in in interface management&lt;BR /&gt;access-group lan2lan in interface lan2lan&lt;BR /&gt;!&lt;BR /&gt;service resetoutside&lt;BR /&gt;crypto map lan2lan_map 51 match address lan2lan_cryptomap_51&lt;BR /&gt;crypto map lan2lan_map 51 set peer 10.100.50.2&amp;nbsp;&lt;BR /&gt;crypto map lan2lan_map 51 set transform-set ESP-3DES-SHA&lt;BR /&gt;crypto map lan2lan_map 51 set reverse-route&lt;BR /&gt;crypto map lan2lan_map interface lan2lan&lt;BR /&gt;&amp;nbsp; quit&lt;BR /&gt;crypto isakmp identity hostname&amp;nbsp;&lt;BR /&gt;crypto isakmp enable lan2lan&lt;BR /&gt;crypto isakmp policy 10&lt;BR /&gt;&amp;nbsp;authentication pre-share&lt;BR /&gt;&amp;nbsp;encryption 3des&lt;BR /&gt;&amp;nbsp;hash sha&lt;BR /&gt;&amp;nbsp;group 2&lt;BR /&gt;&amp;nbsp;lifetime 86400&lt;BR /&gt;crypto isakmp nat-traversal &amp;nbsp;20&lt;BR /&gt;client-update enable&lt;BR /&gt;tunnel-group DefaultL2LGroup ipsec-attributes&lt;BR /&gt;&amp;nbsp;pre-shared-key xxXnnAA&lt;BR /&gt;tunnel-group 10.100.50.2 type ipsec-l2l&lt;BR /&gt;tunnel-group 10.100.50.2 general-attributes&lt;BR /&gt;&amp;nbsp;default-group-policy site2site&lt;BR /&gt;no vpn-addr-assign aaa&lt;BR /&gt;no vpn-addr-assign dhcp&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 21 Feb 2020 13:12:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/2546047#M934654</guid>
      <dc:creator>Shakespeare Rodas</dc:creator>
      <dc:date>2020-02-21T13:12:28Z</dc:date>
    </item>
    <item>
      <title>Is the VPN establishing OK? (</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/2546048#M934655</link>
      <description>&lt;P&gt;Is the VPN establishing OK? ("show crypto isakmp sa" should show a MM_Active tunnel to the peer address)&lt;/P&gt;&lt;P&gt;We normally exempt site-site VPN traffic from NAT. That could be your problem. If you can share your configuration we can have a look at it.&lt;/P&gt;&lt;P&gt;p.s. you should recategorize the question to the Security / VPN forum.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 22:48:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/2546048#M934655</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2014-06-11T22:48:03Z</dc:date>
    </item>
    <item>
      <title>Thanks changed to Security</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/2546049#M934656</link>
      <description>&lt;P&gt;Thanks changed to Security Vpn Forum, i will try with extempt the vpn traffic now...&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2014 02:10:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/2546049#M934656</guid>
      <dc:creator>Shakespeare Rodas</dc:creator>
      <dc:date>2014-06-12T02:10:31Z</dc:date>
    </item>
    <item>
      <title>Thank you and the other</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/2546050#M934657</link>
      <description>&lt;P&gt;Thank you and the other question is what is the correct security level for the interfaces on this scenario with lan to lan carrier?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2014 02:15:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/2546050#M934657</guid>
      <dc:creator>Shakespeare Rodas</dc:creator>
      <dc:date>2014-06-12T02:15:54Z</dc:date>
    </item>
    <item>
      <title>You're welcome. The security</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/2546051#M934658</link>
      <description>&lt;P&gt;You're welcome. The security levels can range from 0 (lowest security - typically thought of as outside) to 100 (highest security or inside).&lt;/P&gt;&lt;P&gt;Your screenshot indicates your have a nat statement that references pool 1 but there's no matching global. You would typically have a line being "global 1 ..."&lt;/P&gt;&lt;P&gt;If you can share the configuration, we could answer better.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2014 13:33:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/2546051#M934658</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2014-06-12T13:33:36Z</dc:date>
    </item>
    <item>
      <title>Thank you i uploaded part of</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/2546052#M934660</link>
      <description>&lt;P&gt;Thank you i uploaded part of the fw config!!&lt;/P&gt;&lt;P&gt;https://supportforums.cisco.com/discussion/12230351/asa-5520-nat-problem&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2014 16:09:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/2546052#M934660</guid>
      <dc:creator>Shakespeare Rodas</dc:creator>
      <dc:date>2014-06-12T16:09:09Z</dc:date>
    </item>
  </channel>
</rss>

