<?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 Problems setting up ASA 5505 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problems-setting-up-asa-5505/m-p/2702673#M190697</link>
    <description>&lt;P&gt;I am new to these things and&amp;nbsp;have been fighting with this ASA for days now.&amp;nbsp;I&amp;nbsp;have tried a lot of the info and guides I saw online&amp;nbsp;to get it working correctly but not much success.&amp;nbsp;My set up is really pretty simple which makes it all the more frustrating. The following is my set up from ISP to ASA.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ISP - 12.X.X.174/30&lt;/P&gt;&lt;P&gt;Cisco Router&amp;nbsp;outside 12.X.X.194 /&amp;nbsp;inside (to ASA) 192.168.0.1 255.255.0.0&lt;/P&gt;&lt;P&gt;After the ASA (inside) is everything else in the network. (DC,&amp;nbsp;Barracuda,&amp;nbsp;switches, APs, etc)&amp;nbsp;&lt;/P&gt;&lt;P&gt;I reset it to factory default to start over.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no idea how to make it route correctly for my set up. At one point, I was able to ping google and (as an end user) load the google, yahoo, and youtube websites but nothing else. Now even that isn't working. I don't know what changed. So hopefully someone can, based on the info above, tell me what to change to get it up and running right.&amp;nbsp;Thanks in advance!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I know I am running an old version. I'll deal with that once I get it working.&lt;/P&gt;&lt;P&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 7.2(3)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;domain-name domain.local&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;&amp;nbsp;nameif inside&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;interface Vlan2&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 192.168.0.1 255.255.0.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan3&lt;BR /&gt;&amp;nbsp;no forward interface Vlan1&lt;BR /&gt;&amp;nbsp;nameif dmz&lt;BR /&gt;&amp;nbsp;security-level 50&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;&amp;nbsp;switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;!&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;ftp mode passive&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;&amp;nbsp;domain-name domain.local&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;access-list ACL_OUT extended permit icmp any any&lt;BR /&gt;access-list ACL_OUT extended permit udp 192.168.0.0 255.255.0.0 any eq domain&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu dmz 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-523.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 192.168.0.1 1&lt;BR /&gt;timeout xlate 3:00:00&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 uauth 0:05:00 absolute&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 inside&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&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 192.168.1.2-192.168.1.254 inside&lt;BR /&gt;!&lt;/P&gt;&lt;P&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 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 icmp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;Cryptochecksum:b275397802d8c811e7c51c3358f25878&lt;BR /&gt;: end&lt;BR /&gt;ciscoasa#&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 06:05:56 GMT</pubDate>
    <dc:creator>spowell5133</dc:creator>
    <dc:date>2019-03-12T06:05:56Z</dc:date>
    <item>
      <title>Problems setting up ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/problems-setting-up-asa-5505/m-p/2702673#M190697</link>
      <description>&lt;P&gt;I am new to these things and&amp;nbsp;have been fighting with this ASA for days now.&amp;nbsp;I&amp;nbsp;have tried a lot of the info and guides I saw online&amp;nbsp;to get it working correctly but not much success.&amp;nbsp;My set up is really pretty simple which makes it all the more frustrating. The following is my set up from ISP to ASA.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ISP - 12.X.X.174/30&lt;/P&gt;&lt;P&gt;Cisco Router&amp;nbsp;outside 12.X.X.194 /&amp;nbsp;inside (to ASA) 192.168.0.1 255.255.0.0&lt;/P&gt;&lt;P&gt;After the ASA (inside) is everything else in the network. (DC,&amp;nbsp;Barracuda,&amp;nbsp;switches, APs, etc)&amp;nbsp;&lt;/P&gt;&lt;P&gt;I reset it to factory default to start over.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no idea how to make it route correctly for my set up. At one point, I was able to ping google and (as an end user) load the google, yahoo, and youtube websites but nothing else. Now even that isn't working. I don't know what changed. So hopefully someone can, based on the info above, tell me what to change to get it up and running right.&amp;nbsp;Thanks in advance!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I know I am running an old version. I'll deal with that once I get it working.&lt;/P&gt;&lt;P&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 7.2(3)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;domain-name domain.local&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;&amp;nbsp;nameif inside&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;interface Vlan2&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 192.168.0.1 255.255.0.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan3&lt;BR /&gt;&amp;nbsp;no forward interface Vlan1&lt;BR /&gt;&amp;nbsp;nameif dmz&lt;BR /&gt;&amp;nbsp;security-level 50&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;&amp;nbsp;switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;!&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;ftp mode passive&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;&amp;nbsp;domain-name domain.local&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;access-list ACL_OUT extended permit icmp any any&lt;BR /&gt;access-list ACL_OUT extended permit udp 192.168.0.0 255.255.0.0 any eq domain&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu dmz 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-523.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 192.168.0.1 1&lt;BR /&gt;timeout xlate 3:00:00&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 uauth 0:05:00 absolute&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 inside&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&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 192.168.1.2-192.168.1.254 inside&lt;BR /&gt;!&lt;/P&gt;&lt;P&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 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 icmp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;Cryptochecksum:b275397802d8c811e7c51c3358f25878&lt;BR /&gt;: end&lt;BR /&gt;ciscoasa#&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 06:05:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-setting-up-asa-5505/m-p/2702673#M190697</guid>
      <dc:creator>spowell5133</dc:creator>
      <dc:date>2019-03-12T06:05:56Z</dc:date>
    </item>
    <item>
      <title>hi, since there is a router</title>
      <link>https://community.cisco.com/t5/network-security/problems-setting-up-asa-5505/m-p/2702674#M190698</link>
      <description>&lt;P&gt;hi, since there is a router in between asa and isp.&lt;/P&gt;&lt;P&gt;could you check if there is a reverse routing in place to reach your internal network.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jun 2015 09:42:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-setting-up-asa-5505/m-p/2702674#M190698</guid>
      <dc:creator>viveknathmangalat33</dc:creator>
      <dc:date>2015-06-13T09:42:25Z</dc:date>
    </item>
    <item>
      <title>Is that is in the router or</title>
      <link>https://community.cisco.com/t5/network-security/problems-setting-up-asa-5505/m-p/2702675#M190699</link>
      <description>&lt;P&gt;Is&amp;nbsp;that is in the router or the ASA? If its the router, then is should be set correctly because we are simply replacing an old ASA 5505 that died&amp;nbsp;with a new one.&lt;/P&gt;&lt;P&gt;That's what has been the frustrating thing. It seemed like it should have been a simple thing to do... basically a hot swap with maybe a few changes in the ASA settings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I have little experience with setting up switches and firewalls, I was thinking I probably just wasn't entering the correct IPs for the ports into the ASA or some settings to allow traffic from inside to outside. Is it possible the router doesn't see the new ASA because the ASA may have a different IP than the old one did?&lt;/P&gt;&lt;P&gt;I used packet tracer to simulate our set up which of course isn't 100% accurate but I had no problem setting it up in there. Thank you for the response and hopefully any other help you can suggest.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2015 14:13:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-setting-up-asa-5505/m-p/2702675#M190699</guid>
      <dc:creator>spowell5133</dc:creator>
      <dc:date>2015-06-15T14:13:04Z</dc:date>
    </item>
    <item>
      <title>I wanted to update on my</title>
      <link>https://community.cisco.com/t5/network-security/problems-setting-up-asa-5505/m-p/2702676#M190700</link>
      <description>&lt;P&gt;I wanted to update on my status. After some fiddling, I am now able to ping outside to&amp;nbsp;8.8.8.8. However, I cannot ping inside and the end user device&amp;nbsp;cannot access the internet or ping the ASA's inside port. Everything up TO&amp;nbsp;the ASA from the end user devices are&amp;nbsp;fine because I&amp;nbsp;have bypassed the ASA while trying to configure it.&amp;nbsp;With that said, I am confident the outside portion of the ASA is correct and&amp;nbsp;I can also say everything&amp;nbsp;between the ASA and the end user devices is good. So logically, it is something to do with my "inside" settings on the ASA.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again, I thank anyone that can assist. Below is my current "show running configuration"&lt;/P&gt;&lt;P&gt;ciscoasa(config)# sh run&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 7.2(3)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;&amp;nbsp;nameif inside&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;interface Vlan2&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 192.168.0.250 255.255.0.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;&amp;nbsp;switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;!&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;ftp mode passive&lt;BR /&gt;dns domain-lookup inside&lt;BR /&gt;dns domain-lookup outside&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;&amp;nbsp;name-server 8.8.8.8&lt;BR /&gt;&amp;nbsp;name-server 4.2.2.2&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;icmp permit any outside&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;global (outside) 1 192.168.0.0&lt;BR /&gt;nat (inside) 1 192.168.1.0 255.255.255.0 dns&lt;BR /&gt;nat (inside) 1 192.168.0.0 255.255.0.0&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;nat (inside) 1 192.168.1.0 255.255.255.0 outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 12.X.X.174 1&lt;BR /&gt;timeout xlate 3:00:00&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 uauth 0:05:00 absolute&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.0.0 255.255.0.0 inside&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&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;!&lt;/P&gt;&lt;P&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 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 icmp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;Cryptochecksum:eef59cc671ff3103c653269a5c7573e2&lt;BR /&gt;: end&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2015 18:41:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-setting-up-asa-5505/m-p/2702676#M190700</guid>
      <dc:creator>spowell5133</dc:creator>
      <dc:date>2015-06-15T18:41:45Z</dc:date>
    </item>
  </channel>
</rss>

