<?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 Good stuff, thanks for the in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-remove-a-context-from-fwsm-installed-in-a-6500-switch-in/m-p/2494976#M221311</link>
    <description>&lt;P&gt;Good stuff, thanks for the feedback.&amp;nbsp; Glad you got it done.&lt;/P&gt;</description>
    <pubDate>Sun, 21 Sep 2014 16:04:26 GMT</pubDate>
    <dc:creator>Marius Gunnerud</dc:creator>
    <dc:date>2014-09-21T16:04:26Z</dc:date>
    <item>
      <title>How to remove a context from FWSM installed in a 6500 switch in transparent mode and still allow traffic pass over MSFC</title>
      <link>https://community.cisco.com/t5/network-security/how-to-remove-a-context-from-fwsm-installed-in-a-6500-switch-in/m-p/2494971#M221296</link>
      <description>&lt;P&gt;Here is a quick summary of what I want to accomplish.&lt;/P&gt;&lt;P&gt;I have installed a FWSM with multiple context in a 6500 switch, some contexts are in route mode and I have 3 in transparent mode.&lt;/P&gt;&lt;P&gt;What I need to do is remove the transparent context and still allow all traffic that is going over this context to avoid disrupt any connection. Once I have this part done I need to do a re-partition of the module because I am running out of space in some context. Please help with the steps to perform this job.&lt;/P&gt;&lt;P&gt;Here is an example of one Context in transparent mode:&lt;/P&gt;&lt;P&gt;firewall transparent&lt;/P&gt;&lt;P&gt;names&lt;BR /&gt;name 1.1.1.37 MSFC_A&lt;BR /&gt;name 1.1.1.38 MSFC_B&lt;BR /&gt;name 1.1.1.36 MSFC_HSRP&lt;BR /&gt;name 1.1.1.32 Site1&lt;BR /&gt;name 1.1.1.35 Site2&lt;BR /&gt;name 1.1.1.33 Site_HSRP&lt;BR /&gt;!&lt;BR /&gt;interface Vlan8&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;bridge-group 76&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan&amp;nbsp;9&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;bridge-group 76&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;! &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;interface BVI76&lt;BR /&gt;&amp;nbsp;ip address 1.1.1.45 255.255.255.240 standby 1.1.1.46&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:45:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-remove-a-context-from-fwsm-installed-in-a-6500-switch-in/m-p/2494971#M221296</guid>
      <dc:creator>Andrey Calderon</dc:creator>
      <dc:date>2019-03-12T04:45:49Z</dc:date>
    </item>
    <item>
      <title>Do you have the FWSM set up</title>
      <link>https://community.cisco.com/t5/network-security/how-to-remove-a-context-from-fwsm-installed-in-a-6500-switch-in/m-p/2494972#M221297</link>
      <description>&lt;P&gt;Do you have the FWSM set up in an active/standby failover?&amp;nbsp; If so, you should be able to do this with little or no down time.&amp;nbsp; If not then you will need to do a bit of planning and there will be some downtime.&lt;/P&gt;&lt;P&gt;What you could do, if it is not in an active/standby failover pair, is configure one of the other contexts to temporarily route the desired traffic, then move the interfaces in use by the context to the temporary context, then delete the transparent firewall and do what you need to do, and then later move the interfaces back.&lt;/P&gt;&lt;P&gt;Just keep in mind that once you remove the interfaces from the contexts you will need to reconfigure them. So before you do this I suggest creating scripts that will do everything for you and this should hopefully give you minimal down time.&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>Tue, 16 Sep 2014 18:54:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-remove-a-context-from-fwsm-installed-in-a-6500-switch-in/m-p/2494972#M221297</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-09-16T18:54:38Z</dc:date>
    </item>
    <item>
      <title>Yes is running active/standby</title>
      <link>https://community.cisco.com/t5/network-security/how-to-remove-a-context-from-fwsm-installed-in-a-6500-switch-in/m-p/2494973#M221299</link>
      <description>&lt;P&gt;Yes is running active/standby, I was looking more an answer how to get rid of the transparent firewall and only forwarding the bridge group to a vlan in the switch or something similar.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2014 19:06:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-remove-a-context-from-fwsm-installed-in-a-6500-switch-in/m-p/2494973#M221299</guid>
      <dc:creator>Andrey Calderon</dc:creator>
      <dc:date>2014-09-16T19:06:19Z</dc:date>
    </item>
    <item>
      <title>So you want to go from</title>
      <link>https://community.cisco.com/t5/network-security/how-to-remove-a-context-from-fwsm-installed-in-a-6500-switch-in/m-p/2494974#M221301</link>
      <description>&lt;P&gt;So you want to go from transparent to routed?&amp;nbsp; If that is the case, I don't think there is any easy way to do it without any down time.&amp;nbsp; You should be able to limit downtime because you have the active/standby failover setup. But it would take some planning, and you would have to&amp;nbsp; change some routing in your network so that traffic for the 1.1.1.0 network goes to the new outside IP of the ASA.&lt;/P&gt;&lt;P&gt;Do you have more subnets connected to the ASA other than the 1.1.1.0 subnet?&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>Wed, 17 Sep 2014 07:07:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-remove-a-context-from-fwsm-installed-in-a-6500-switch-in/m-p/2494974#M221301</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-09-17T07:07:57Z</dc:date>
    </item>
    <item>
      <title>What I basically did was,</title>
      <link>https://community.cisco.com/t5/network-security/how-to-remove-a-context-from-fwsm-installed-in-a-6500-switch-in/m-p/2494975#M221308</link>
      <description>&lt;P&gt;What I basically did was, remove the "out" vlan in the switch and replaced with exactly the same information, IP address, HRSP etc in the "in" vlan, this way I moved everything to the switch and get rid of the transparent context. Thanks for your input.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Sep 2014 04:10:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-remove-a-context-from-fwsm-installed-in-a-6500-switch-in/m-p/2494975#M221308</guid>
      <dc:creator>Andrey Calderon</dc:creator>
      <dc:date>2014-09-21T04:10:26Z</dc:date>
    </item>
    <item>
      <title>Good stuff, thanks for the</title>
      <link>https://community.cisco.com/t5/network-security/how-to-remove-a-context-from-fwsm-installed-in-a-6500-switch-in/m-p/2494976#M221311</link>
      <description>&lt;P&gt;Good stuff, thanks for the feedback.&amp;nbsp; Glad you got it done.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Sep 2014 16:04:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-remove-a-context-from-fwsm-installed-in-a-6500-switch-in/m-p/2494976#M221311</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-09-21T16:04:26Z</dc:date>
    </item>
  </channel>
</rss>

