<?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: Cisco ASA5510 configuration help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa5510-configuration-help/m-p/3824525#M30130</link>
    <description>&lt;P&gt;Your firewall outside port will need the Level3 IP assigned;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ip address xx.xx.xx.114 255.255.255.248&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Mar 2019 17:55:42 GMT</pubDate>
    <dc:creator>FBMTRAV</dc:creator>
    <dc:date>2019-03-22T17:55:42Z</dc:date>
    <item>
      <title>Cisco ASA5510 configuration help</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510-configuration-help/m-p/3824497#M30128</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need some help with Cisco ASA configuration. Basically I have one dummy switch used to feed my active/passive firewall.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On that switch I have following configuration:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip subnet-zero&lt;BR /&gt;ip routing&lt;BR /&gt;!&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 xx.xx.xx.113&lt;BR /&gt;!&lt;BR /&gt;vlan 101&lt;BR /&gt;name insideVLAN&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface vlan 101&lt;BR /&gt;description *** Inside vlan ***&lt;BR /&gt;ip address 192.168.101.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet2/0/1&lt;BR /&gt;description *** uplink to active fw ***&lt;BR /&gt;switchport access vlan 101&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport nonegotiate&lt;BR /&gt;spanning-tree portfast&lt;BR /&gt;spanning-tree bpduguard disable&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet2/0/2&lt;BR /&gt;description *** uplink to standby fw ***&lt;BR /&gt;switchport access vlan 101&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport nonegotiate&lt;BR /&gt;spanning-tree portfast&lt;BR /&gt;spanning-tree bpduguard disable&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet2/0/48&lt;BR /&gt;description *** Level3 Uplink ***&lt;BR /&gt;no switchport access vlan 10&lt;BR /&gt;no switchport mode access&lt;BR /&gt;no switchport nonegotiate&lt;BR /&gt;ip address xx.xx.xx.114 255.255.255.248&lt;BR /&gt;no shutdown&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can ping google or anything else from this switch. Problem starts when I connect firewall to this switch. I can't get it to communicate with internet... I've attached my firewall config. Firewall itself is then connected to switch stack (also config attached). And switch stack then feeds user switches (also attached config).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be highly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Martynas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 16:32:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510-configuration-help/m-p/3824497#M30128</guid>
      <dc:creator>MartynasSm</dc:creator>
      <dc:date>2019-03-22T16:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA5510 configuration help</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510-configuration-help/m-p/3824523#M30129</link>
      <description>&lt;P&gt;Try creating a layer 2 VLAN, make the port to Level3 and your firewall access ports on that VLAN. Also try removing switchport nonegotiate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;vlan 200&lt;/P&gt;&lt;P&gt;name INET&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet2/0/1&lt;BR /&gt;description *** uplink to active fw ***&lt;BR /&gt;switchport access vlan 200&lt;/P&gt;&lt;P&gt;switchport mode access&lt;/P&gt;&lt;P&gt;spanning-tree portfast&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface FastEthernet2/0/2&lt;BR /&gt;description *** uplink to standby fw ***&lt;BR /&gt;switchport access vlan 200&lt;BR /&gt;switchport mode access&lt;BR /&gt;spanning-tree portfast&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet2/0/48&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;description *** Level3 Uplink ***&lt;/SPAN&gt;&lt;BR /&gt;switchport access vlan 200&lt;/P&gt;&lt;P&gt;switchport mode access&lt;BR /&gt;no shutdown&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 17:52:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510-configuration-help/m-p/3824523#M30129</guid>
      <dc:creator>FBMTRAV</dc:creator>
      <dc:date>2019-03-22T17:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA5510 configuration help</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510-configuration-help/m-p/3824525#M30130</link>
      <description>&lt;P&gt;Your firewall outside port will need the Level3 IP assigned;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ip address xx.xx.xx.114 255.255.255.248&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 17:55:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510-configuration-help/m-p/3824525#M30130</guid>
      <dc:creator>FBMTRAV</dc:creator>
      <dc:date>2019-03-22T17:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA5510 configuration help</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510-configuration-help/m-p/3824528#M30131</link>
      <description>&lt;P&gt;Do you have PAT configured on the firewall? If not try adding:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object network lab-inside&lt;/P&gt;&lt;P&gt;subnet 192.168.100.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (lab-inside, outside) dynamic interface&lt;/P&gt;&lt;P&gt;access-group LAB-&amp;gt;OUTSIDE in interface lab-inside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should ensure the correct traffic flow on the ASA.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 18:00:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510-configuration-help/m-p/3824528#M30131</guid>
      <dc:creator>pappacrunch</dc:creator>
      <dc:date>2019-03-22T18:00:49Z</dc:date>
    </item>
  </channel>
</rss>

