<?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 Most of your internal in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dynamic-pat-on-asa-9-1-unsuccessful/m-p/2512841#M235039</link>
    <description>&lt;P&gt;Most of your internal networks have a security-level of 0. So by default you can't communicate to outside which also has a security-level of 0.&lt;/P&gt;&lt;P&gt;As these are all internal networks, I would give them quite high security-levels. 100 if they are equally to inside, 90 or so if they are not of same security-level as inside.&lt;/P&gt;&lt;P&gt;If you end up to still have more then one interface with the same security-level, you'll need to configure the command&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;same-security-traffic permit inter-interface&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 06 Sep 2014 19:37:10 GMT</pubDate>
    <dc:creator>Karsten Iwen</dc:creator>
    <dc:date>2014-09-06T19:37:10Z</dc:date>
    <item>
      <title>dynamic PAT on ASA 9.1 unsuccessful</title>
      <link>https://community.cisco.com/t5/network-security/dynamic-pat-on-asa-9-1-unsuccessful/m-p/2512840#M235038</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I got stuck setting up dynamic PAT on a 5525-X, IOS 9.1.&lt;/P&gt;&lt;P&gt;The setup is as following:&lt;BR /&gt;- the ASA is supposed to route a /28 over a /29 linknet&lt;BR /&gt;- g0/0 is the outside interface, connecting to provider core&lt;BR /&gt;- ASA uses last address on /29 (provider uses static route to route /28 to said adress)&lt;BR /&gt;- static route 0.0.0.0/0.0.0.0 on ASA points everything at the first address of the linknet (.17), hosted on the provider's SVI&lt;BR /&gt;- g0/1 uses a number of subinterfaces, to (eventually) route the /28 (to be configured on 0/1.100) and PAT a number of RFC1918 networks to grant them Internet access *via* unused addresses on the /29 (.19, in this case)&lt;/P&gt;&lt;P&gt;I have set up subinterfaces as seen in config below, but can't get out to the Internet on VLAN 200. The downstream switch has VLAN 200 trunked to it correctly and I can ping VLAN 200 gateway successfully (10.196.0.1). The ASA's default route also seems ok, as I can ping 8.8.8.8 from the ASA CLI.&lt;/P&gt;&lt;P&gt;Any tips greatly appreciated, as I run out of ideas..&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ciscoasa(config)# sh run&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 9.1(2)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;enable password xxxxxxxxxx encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 111.222.333.22 255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1.90&lt;BR /&gt;&amp;nbsp;vlan 90&lt;BR /&gt;&amp;nbsp;nameif device_management&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 10.192.0.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1.100&lt;BR /&gt;&amp;nbsp;vlan 100&lt;BR /&gt;&amp;nbsp;nameif main&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1.110&lt;BR /&gt;&amp;nbsp;vlan 110&lt;BR /&gt;&amp;nbsp;nameif vpn&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 10.194.0.1 255.255.254.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1.120&lt;BR /&gt;&amp;nbsp;vlan 120&lt;BR /&gt;&amp;nbsp;nameif rfc1&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 10.194.2.1 255.255.254.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1.130&lt;BR /&gt;&amp;nbsp;vlan 130&lt;BR /&gt;&amp;nbsp;nameif rfc2&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 10.194.4.1 255.255.254.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1.200&lt;BR /&gt;&amp;nbsp;vlan 200&lt;BR /&gt;&amp;nbsp;nameif student&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 10.196.0.1 255.255.252.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1.210&lt;BR /&gt;&amp;nbsp;vlan 210&lt;BR /&gt;&amp;nbsp;nameif guest&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 10.196.4.1 255.255.252.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt;&amp;nbsp;shutdown&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/3&lt;BR /&gt;&amp;nbsp;shutdown&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/4&lt;BR /&gt;&amp;nbsp;shutdown&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/5&lt;BR /&gt;&amp;nbsp;shutdown&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/6&lt;BR /&gt;&amp;nbsp;shutdown&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/7&lt;BR /&gt;&amp;nbsp;shutdown&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 Management0/0&lt;BR /&gt;&amp;nbsp;management-only&lt;BR /&gt;&amp;nbsp;nameif management&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;boot system disk0:/asa912-smp-k8.bin&lt;BR /&gt;ftp mode passive&lt;BR /&gt;object network services_public&lt;BR /&gt;&amp;nbsp;host 111.222.333.21&lt;BR /&gt;object network guest_private&lt;BR /&gt;&amp;nbsp;subnet 10.196.4.0 255.255.252.0&lt;BR /&gt;object network management_private&lt;BR /&gt;&amp;nbsp;subnet 10.192.0.0 255.255.255.0&lt;BR /&gt;object network student_public&lt;BR /&gt;&amp;nbsp;host 111.222.333.19&lt;BR /&gt;object network student_private&lt;BR /&gt;&amp;nbsp;subnet 10.196.0.0 255.255.252.0&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu device_management 1500&lt;BR /&gt;mtu main 1500&lt;BR /&gt;mtu vpn 1500&lt;BR /&gt;mtu rfc1 1500&lt;BR /&gt;mtu rfc2 1500&lt;BR /&gt;mtu student 1500&lt;BR /&gt;mtu guest 1500&lt;BR /&gt;mtu management 1500&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-713.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;!&lt;BR /&gt;nat (student,outside) source dynamic student_private student_public&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 111.222.333.17 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 management&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;dhcpd dns 111.222.1.1 111.222.1.2&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 192.168.1.2-192.168.1.254 management&lt;BR /&gt;dhcpd enable management&lt;BR /&gt;!&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;ssl encryption rc4-sha1 aes128-sha1 aes256-sha1 3des-sha1&lt;BR /&gt;username admin password EoGC0ChIqyj0NIb5 encrypted&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;&amp;nbsp;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp;parameters&lt;BR /&gt;&amp;nbsp; message-length maximum client auto&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;&amp;nbsp;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect ip-options&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;Cryptochecksum:9406632d0fab8fd1d99fe845393e7641&lt;BR /&gt;: end&lt;BR /&gt;ciscoasa(config)#&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I tried to PAT student_private onto the outside interface (.22), but also without luck:/&lt;/P&gt;&lt;P&gt;Any tips much appreciated!&lt;/P&gt;&lt;P&gt;R.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:43:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dynamic-pat-on-asa-9-1-unsuccessful/m-p/2512840#M235038</guid>
      <dc:creator>rbm108</dc:creator>
      <dc:date>2019-03-12T04:43:04Z</dc:date>
    </item>
    <item>
      <title>Most of your internal</title>
      <link>https://community.cisco.com/t5/network-security/dynamic-pat-on-asa-9-1-unsuccessful/m-p/2512841#M235039</link>
      <description>&lt;P&gt;Most of your internal networks have a security-level of 0. So by default you can't communicate to outside which also has a security-level of 0.&lt;/P&gt;&lt;P&gt;As these are all internal networks, I would give them quite high security-levels. 100 if they are equally to inside, 90 or so if they are not of same security-level as inside.&lt;/P&gt;&lt;P&gt;If you end up to still have more then one interface with the same security-level, you'll need to configure the command&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;same-security-traffic permit inter-interface&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Sep 2014 19:37:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dynamic-pat-on-asa-9-1-unsuccessful/m-p/2512841#M235039</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2014-09-06T19:37:10Z</dc:date>
    </item>
    <item>
      <title>Many thanks for the tip,</title>
      <link>https://community.cisco.com/t5/network-security/dynamic-pat-on-asa-9-1-unsuccessful/m-p/2512842#M235041</link>
      <description>&lt;P&gt;Many thanks for the tip, Karsten - correcting security levels has done the job!&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;R.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2014 12:34:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dynamic-pat-on-asa-9-1-unsuccessful/m-p/2512842#M235041</guid>
      <dc:creator>rbm108</dc:creator>
      <dc:date>2014-09-08T12:34:46Z</dc:date>
    </item>
  </channel>
</rss>

