<?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 Re: ASA 5505 configuration for AT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5505-configuration-for-at-t-microcell/m-p/1600460#M590339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to allow traffic from inside to outside? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Mar 2011 02:00:17 GMT</pubDate>
    <dc:creator>PAUL GILBERT ARIAS</dc:creator>
    <dc:date>2011-03-04T02:00:17Z</dc:date>
    <item>
      <title>ASA 5505 configuration for AT&amp;T Microcell</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-configuration-for-at-t-microcell/m-p/1600459#M590338</link>
      <description>&lt;P&gt;We got an AT&amp;amp;T Microcell a couple of weeks ago, hooked it up to our CISCO PIX 506 firewall and it worked "out of the box". We then upgraded to a CISCO ASA 5505 when the Pix died last week. Got the ASA 5505 up and running pretty much "out of the box", only having to setup our IP addresses (inside &amp;amp; outside). The 5505 is NOT configured as DHCP since I have an existing server in house that assigns IP addresses and I don't want to mess around with changing everything. However the Microcell wasn't working on the new 5505. Found in the Microcell manual that the following had to be "open":&lt;/P&gt;&lt;P&gt;123/UDP (NTP)&lt;/P&gt;&lt;P&gt;443/TCP (HTTPS)&lt;/P&gt;&lt;P&gt;4500/UDP (IPSec NAT Traversal)&lt;/P&gt;&lt;P&gt;500/UDP (IPSec phase 1 prior to NAT detection)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the 5505 Config Guide, I found that I needed to ENABLE NAT-T, so I did this with the following commands:&lt;/P&gt;&lt;P&gt;crypto isakmp enable outside&lt;/P&gt;&lt;P&gt;crypto isakmp nat-traversal 3600&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the "Packet Tracer" in ASDM, I found that ALL 4 types of packets were allowed going from the ATT Microcell (192.168.10.52 on my INSIDE network) to the OUTSIDE interface (66.xxx.xx.xx). However, all 4 types of packets FAILED when the Packet Trace was reversed (Source = 66.xxx.xx.xx, Destination 192.168.10.52).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Packet Trace pointed to the "implicit rule" to DENY IP traffic. So, using the ASDM, I setup Access Lists for the above 4 ports/protocols, both on the INSIDE &amp;amp; OUTSIDE interface, both INCOMING &amp;amp; OUTGOING. Still, no success and the Packet Trace in ASDM still pointed to the IMPLICIT DENY rule on either the INSIDE or OUTSIDE interface, depending on which Interface I was initiating the Packet Trace. I tried setting the Access Rules for "Any" IP Address (not just the public IP or the Microcell IP) on both the Source/Destination for all 4 ports. What is even more confounding is that when setting up these access lists to PERMIT traffic, my internal network&amp;nbsp; Internet traffic stopped for ALL workstations on my network. Phone started ringing no more than a minute after I applied any PERMIT rule. By deleting the rule just installed, traffic started flowing again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My number one questin is why don't the access lists work and why does settin up a "permit rule" kill my internet traffic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not a network expert and sprinkle holy water on our network every morning. I cringe when I have to make changes (like putting in a new firewall) because I don't know all the inner workings, parameters and setups done over the years by predecessors. I need to get the ATT Microcell up and running and figure the experience will be beneficial as our next step is to setup a VPN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated. Below is my configuration:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;: Saved&lt;BR /&gt;: Written by xxxxx at 09:42:04.066 EST Wed Mar 2 2011&lt;BR /&gt;ASA Version 8.2(1)&lt;BR /&gt;hostname xxxxfirewall&lt;BR /&gt;domain-name xxxxxxxxxxxxx.com&lt;BR /&gt;enable password xxxxxxxxxx encrypted&lt;BR /&gt;passwd xxxxxxxx.xxxxx encrypted&lt;BR /&gt;names&lt;BR /&gt;dns-guard&lt;BR /&gt;interface Vlan1&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.10.231 255.255.255.0&lt;BR /&gt;interface Vlan2&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 66.184.xx.xxx 255.255.255.248&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt; switchport access vlan 2&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone EST -5&lt;BR /&gt;clock summer-time EDT recurring&lt;BR /&gt;dns domain-lookup inside&lt;BR /&gt;dns domain-lookup outside&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt; name-server 66.184.63.105&lt;BR /&gt; name-server 66.184.63.110&lt;BR /&gt; name-server 66.184.63.107&lt;BR /&gt; domain-name peakindustries.com&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;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (outside) 1 interface&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 66.184.63.105 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 sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.10.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;crypto ipsec security-association lifetime seconds 28800&lt;BR /&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;BR /&gt;crypto isakmp enable outside&lt;BR /&gt;crypto isakmp nat-traversal 3600&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;dhcpd dns 66.184.63.110 66.184.63.105&lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;dhcpd update dns&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics port&lt;BR /&gt;threat-detection statistics protocol&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;threat-detection statistics tcp-intercept rate-interval 30 burst-rate 400 averag&lt;BR /&gt;e-rate 200&lt;BR /&gt;webvpn&lt;BR /&gt;username administrator password xxxxxxxxx encrypted&lt;BR /&gt;username xxxxx xxxxxx&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:00:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-configuration-for-at-t-microcell/m-p/1600459#M590338</guid>
      <dc:creator>jerryleaman</dc:creator>
      <dc:date>2019-03-11T20:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 configuration for AT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-configuration-for-at-t-microcell/m-p/1600460#M590339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to allow traffic from inside to outside? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 02:00:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-configuration-for-at-t-microcell/m-p/1600460#M590339</guid>
      <dc:creator>PAUL GILBERT ARIAS</dc:creator>
      <dc:date>2011-03-04T02:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 configuration for AT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-configuration-for-at-t-microcell/m-p/1600461#M590340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Out of the box, the ASA 5505 works for allowing Internet traffic for all of my workstations on the network. The Microcell does not. The traffic I need to "allow" are the ports that the Microcell manual specifies. So, the answer to your reply is yes. I won't be able to do any more testing until Monday 3-7-11. I've thought of a couple of things to try then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 12:19:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-configuration-for-at-t-microcell/m-p/1600461#M590340</guid>
      <dc:creator>jerryleaman</dc:creator>
      <dc:date>2011-03-04T12:19:30Z</dc:date>
    </item>
    <item>
      <title>ASA 5505 configuration for AT&amp;T Microcell</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-configuration-for-at-t-microcell/m-p/1600462#M590341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Were you ever able to get this going?&amp;nbsp; I am having the same problem with no help from AT&amp;amp;T.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 19:34:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-configuration-for-at-t-microcell/m-p/1600462#M590341</guid>
      <dc:creator>pdelvaglio</dc:creator>
      <dc:date>2013-01-18T19:34:14Z</dc:date>
    </item>
    <item>
      <title>I had a working Microcell</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-configuration-for-at-t-microcell/m-p/1600463#M590342</link>
      <description>&lt;P&gt;I had a working Microcell behind an ASA until May 1st.&amp;nbsp; It just stopped working.&amp;nbsp; The device was fine, took it home and plugged it in and it worked great.&amp;nbsp; But would no longer establish a tunnel through the ASA.&amp;nbsp; Spent the last few weeks off and on, looking at the access rules and traces with some TAC engineers and they verified the config was good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Long story short:&amp;nbsp; Configured DHCPD on the ASA outside interface, option 03 to the internet router, Option 06 to an internet DNS server.&amp;nbsp; Put the Microcell in the VLAN that that ASA outside&amp;nbsp; interface and the internet router sit in.&amp;nbsp; The microcell booted up and worked fine.&amp;nbsp; By passing the ASA was the only way to resolve it once it stopped working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have no idea what changed to make it stop working...&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2014 19:44:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-configuration-for-at-t-microcell/m-p/1600463#M590342</guid>
      <dc:creator>migibson</dc:creator>
      <dc:date>2014-05-13T19:44:00Z</dc:date>
    </item>
  </channel>
</rss>

