<?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 Yep.  I just found it between in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/new-asa-basic-connections/m-p/2520476#M237844</link>
    <description>&lt;P&gt;Yep.&amp;nbsp; I just found it between the L3 core switch and the intermediate switch before the one the ASA is connected to.&amp;nbsp; I knew it was something stupid.&amp;nbsp; I just couldn't see it.&amp;nbsp; Thanks for pointing me in the right direction.&amp;nbsp; Time to get some sleep, I think.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2014 11:08:43 GMT</pubDate>
    <dc:creator>jlmickens</dc:creator>
    <dc:date>2014-06-05T11:08:43Z</dc:date>
    <item>
      <title>new ASA - basic connections</title>
      <link>https://community.cisco.com/t5/network-security/new-asa-basic-connections/m-p/2520470#M237830</link>
      <description>&lt;P&gt;Maybe it's because it's so late, but I'm confused.&amp;nbsp; I've got an out of the box ASA 5520 with just a basic config on it - the default mostly, except the Gi0/0 and 0/1 ports are not in shutdown mode.&amp;nbsp; I've got connection lights, and both the ASA and the switch it's connected to show the links as being up, but I just can't communicate with it.&amp;nbsp; I can connect to the management port and get into the ASDM.&amp;nbsp; It is configured for Gi0/1 as the Inside, and it has an IP address assigned.&amp;nbsp; The switch sees the mac address of the inside interface briefly when the ASA first boots up, but then it ages out and won't show again.&amp;nbsp; I'm not even worried about the outside connection yet - I haven't assigned an address to it yet as I wanted to just get it hooked up on the inside and start configuring from there.&amp;nbsp; Any ideas?&amp;nbsp; I'm at a loss at the moment.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:17:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-asa-basic-connections/m-p/2520470#M237830</guid>
      <dc:creator>jlmickens</dc:creator>
      <dc:date>2019-03-12T04:17:43Z</dc:date>
    </item>
    <item>
      <title>Out of curiosity, is this a</title>
      <link>https://community.cisco.com/t5/network-security/new-asa-basic-connections/m-p/2520471#M237831</link>
      <description>&lt;P&gt;Out of curiosity, is this a layer 2 or layer 3 switch?&amp;nbsp; My guess is that the switch does not have a configured IP that it can source the ping from.&amp;nbsp; It needs an IP within the range that is configured on the ASA.&amp;nbsp; Have you tried to configure another port in VLAN10 and connect a PC to it and ping from it?&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 10:35:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-asa-basic-connections/m-p/2520471#M237831</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-06-05T10:35:15Z</dc:date>
    </item>
    <item>
      <title>The switch itself is layer 2.</title>
      <link>https://community.cisco.com/t5/network-security/new-asa-basic-connections/m-p/2520472#M237834</link>
      <description>&lt;P&gt;The switch itself is layer 2.&amp;nbsp; Layer 3 stuff is done further upstream.&amp;nbsp; That has an IP on the same VLAN and I can see MAC addresses on the VLAN coming from the upstream switch.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 10:39:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-asa-basic-connections/m-p/2520472#M237834</guid>
      <dc:creator>jlmickens</dc:creator>
      <dc:date>2014-06-05T10:39:06Z</dc:date>
    </item>
    <item>
      <title>From your post it looks like</title>
      <link>https://community.cisco.com/t5/network-security/new-asa-basic-connections/m-p/2520473#M237837</link>
      <description>&lt;P&gt;From your post it looks like you are trying to ping the ASA from the switch...this will not work as it does not have an IP within the subnet that is configured on the ASA.&amp;nbsp; Configure an interface in VLAN 255 on the switch, connect a PC to the port and configure that PC with an IP 10.255.255.2 255.255.255.0, for example.&amp;nbsp; Then try to ping the ASA from the PC.&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 10:47:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-asa-basic-connections/m-p/2520473#M237837</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-06-05T10:47:41Z</dc:date>
    </item>
    <item>
      <title>I tried from the L3 switch</title>
      <link>https://community.cisco.com/t5/network-security/new-asa-basic-connections/m-p/2520474#M237839</link>
      <description>&lt;P&gt;I tried from the L3 switch that has an IP address on that subnet, but it didn't work either.&amp;nbsp; I will try with a PC in the local switch, but it should have worked from the L3 switch.&amp;nbsp; All the links between the switches are trunks and have the VLAN allowed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit:&amp;nbsp; Ok, I just tried the workstation thing.&amp;nbsp; I can put a workstation on the same switch in the same VLAN/Subnet and can ping the inside interface of the router, but can't ping the core switch that's doing all the layer 3 routing.&amp;nbsp; So it seems the problem is between the switches someplace.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 11:02:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-asa-basic-connections/m-p/2520474#M237839</guid>
      <dc:creator>jlmickens</dc:creator>
      <dc:date>2014-06-05T11:02:33Z</dc:date>
    </item>
    <item>
      <title>It is most probably that one</title>
      <link>https://community.cisco.com/t5/network-security/new-asa-basic-connections/m-p/2520475#M237841</link>
      <description>&lt;P&gt;It is most probably that one of the trunks between the layer 2 switch and the core switch is not configured to carry VLAN 255.&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 11:05:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-asa-basic-connections/m-p/2520475#M237841</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-06-05T11:05:32Z</dc:date>
    </item>
    <item>
      <title>Yep.  I just found it between</title>
      <link>https://community.cisco.com/t5/network-security/new-asa-basic-connections/m-p/2520476#M237844</link>
      <description>&lt;P&gt;Yep.&amp;nbsp; I just found it between the L3 core switch and the intermediate switch before the one the ASA is connected to.&amp;nbsp; I knew it was something stupid.&amp;nbsp; I just couldn't see it.&amp;nbsp; Thanks for pointing me in the right direction.&amp;nbsp; Time to get some sleep, I think.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 11:08:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/new-asa-basic-connections/m-p/2520476#M237844</guid>
      <dc:creator>jlmickens</dc:creator>
      <dc:date>2014-06-05T11:08:43Z</dc:date>
    </item>
  </channel>
</rss>

