<?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: FWSM on 6513 switch in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/fwsm-on-6513-switch/m-p/1364895#M823341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;hebaelshahat wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes the two issues are fixed, but users on vlan 800 can't ping users on vlan 820 and vice vers although i open ping on all the interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, i'd like to configure failover between two FWSM on two 6513 core switches and i'll configure active/standby single mode failover but i cann't find any configuration example. can you help me in that issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Heba&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heba&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the config chapter for failover for the FWSM -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/docs/security/fwsm/fwsm31/configuration/guide/fail_f.html"&gt;http://www.cisco.com/en/US/docs/security/fwsm/fwsm31/configuration/guide/fail_f.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for communication between vlan 800 and vlan 820, can you pass any traffic between these 2 vlans ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Dec 2009 18:18:34 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2009-12-28T18:18:34Z</dc:date>
    <item>
      <title>FWSM on 6513 switch</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-on-6513-switch/m-p/1364890#M823296</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We have FWSM on 6513 core switche, we configure it in routed mode without natting (by just typing "no nat-control" command). Now i face a problem which is, the users in the inside interface can't access the Internet although i can ping any Internet site through the outside interface.&lt;BR /&gt;Also, Not all the vlans on the core switch are passing through FWSM so, how can i permit the users that passthrough FWSM to communicate with the other vlans that are on the core switch.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;please find below the configuration of the FWSM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan254&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 172.29.254.200 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan800&lt;BR /&gt; nameif Inside1&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.50.10.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan820&lt;BR /&gt; nameif Inside2&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.50.20.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;access-list test extended permit ip 10.50.20.0 255.255.255.0 10.50.10.0 255.255.255.0&lt;BR /&gt;access-list test extended permit ip 10.50.10.0 255.255.255.0 10.50.20.0 255.255.255.0&lt;BR /&gt;access-list test extended permit ip 10.50.10.0 255.255.255.0 172.30.240.0 255.255.255.0 &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (172.30.240.0 is the subnet that dosen't passthrough FWSM and created on the core switch)&lt;BR /&gt;access-list test extended permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group test in interface Inside1&lt;BR /&gt;access-group test in interface Inside2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 172.29.254.1 1&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:51:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-on-6513-switch/m-p/1364890#M823296</guid>
      <dc:creator>hebaelshahat</dc:creator>
      <dc:date>2019-03-11T16:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: FWSM on 6513 switch</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-on-6513-switch/m-p/1364891#M823310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;We have FWSM on 6513 core switche, we configure it in routed mode without natting (by just typing "no nat-control" command). Now i face a problem which is, the users in the inside interface can't access the Internet although i can ping any Internet site through the outside interface.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where are the 10.x.x.x addresses getting Natted as these are not routable on the Internet. Also does the MSFC on the 6500 know how to get to the 10.x.x.x addressing ie. you can either&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) exchange routing information between the MSFC and the FWSM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) you can have static routes on the MSFC ie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 10.50.10.0 255.255.255.0 172.29.254.200&lt;/P&gt;&lt;P&gt;ip route 10.50.20.0 255.255.255.0 172.29.254.200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you use option 2) then any other vlans connected to the 6500 will be able to route to the 10.50.x.x addressing. If you have remote sites or other vlans not routed on the 6500 then you will need to redistribute the above statics into your routing protocol.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;Also, Not all the vlans on the core switch are passing through FWSM so, how can i permit the users that passthrough FWSM to communicate with the other vlans that are on the core switch.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well you need to allow the traffic but it looks like you have done that. I would check the routing as above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Dec 2009 17:20:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-on-6513-switch/m-p/1364891#M823310</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-12-27T17:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: FWSM on 6513 switch</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-on-6513-switch/m-p/1364892#M823322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for your reply.&lt;/P&gt;&lt;P&gt;i already use option 2 but unfortunately the ip route command was wrongly configured.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2009 14:23:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-on-6513-switch/m-p/1364892#M823322</guid>
      <dc:creator>hebaelshahat</dc:creator>
      <dc:date>2009-12-28T14:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: FWSM on 6513 switch</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-on-6513-switch/m-p/1364893#M823326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;hebaelshahat wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for your reply.&lt;/P&gt;&lt;P&gt;i already use option 2 but unfortunately the ip route command was wrongly configured.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No problem. Presumably this fixed both issues ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2009 17:21:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-on-6513-switch/m-p/1364893#M823326</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-12-28T17:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: FWSM on 6513 switch</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-on-6513-switch/m-p/1364894#M823333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes the two issues are fixed, but users on vlan 800 can't ping users on vlan 820 and vice vers although i open ping on all the interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, i'd like to configure failover between two FWSM on two 6513 core switches and i'll configure active/standby single mode failover but i cann't find any configuration example. can you help me in that issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Heba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2009 18:10:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-on-6513-switch/m-p/1364894#M823333</guid>
      <dc:creator>hebaelshahat</dc:creator>
      <dc:date>2009-12-28T18:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: FWSM on 6513 switch</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-on-6513-switch/m-p/1364895#M823341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;hebaelshahat wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes the two issues are fixed, but users on vlan 800 can't ping users on vlan 820 and vice vers although i open ping on all the interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, i'd like to configure failover between two FWSM on two 6513 core switches and i'll configure active/standby single mode failover but i cann't find any configuration example. can you help me in that issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Heba&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heba&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the config chapter for failover for the FWSM -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/docs/security/fwsm/fwsm31/configuration/guide/fail_f.html"&gt;http://www.cisco.com/en/US/docs/security/fwsm/fwsm31/configuration/guide/fail_f.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for communication between vlan 800 and vlan 820, can you pass any traffic between these 2 vlans ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2009 18:18:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-on-6513-switch/m-p/1364895#M823341</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-12-28T18:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: FWSM on 6513 switch</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-on-6513-switch/m-p/1364896#M823355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i can pass traffic between them but they can't ping each other.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2009 18:26:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-on-6513-switch/m-p/1364896#M823355</guid>
      <dc:creator>hebaelshahat</dc:creator>
      <dc:date>2009-12-28T18:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: FWSM on 6513 switch</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-on-6513-switch/m-p/1364897#M823363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;hebaelshahat wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes i can pass traffic between them but they can't ping each other.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay, not sure what is happening as permit ip should include ICMP and if you can pass traffic then it shows your config is okay. Have you got ICMP inspection enabled on the FWSM ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2009 18:35:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-on-6513-switch/m-p/1364897#M823363</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-12-28T18:35:44Z</dc:date>
    </item>
  </channel>
</rss>

