<?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 admin context on fwsm in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/admin-context-on-fwsm/m-p/2085718#M394774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest reading through a Cisco document about FWSM configuration called &lt;STRONG&gt;"Catalyst 6500 Series Switch and Cisco 7600 Series Router Firewall Services Module Configuration Guide Using the CLI&lt;/STRONG&gt;". There is probably several versions. You should also be able to find a Command Reference for the same FWSM software to get detailed information about any command and their uses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easiest way to get the document is just Google for them. You can then download them in PDF format from the Cisco site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be honest I have never had to configure ASA or FWSM as bridged so I'm not gonna say anything about that matter from either the FWSM or the C6500 side&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would seem that you have Active/Active failover.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Issue the command &lt;STRONG&gt;"show run context admin"&lt;/STRONG&gt; and see on which group the &lt;STRONG&gt;"admin"&lt;/STRONG&gt; context is regarding the Failover&lt;/LI&gt;&lt;LI&gt;You could also use the command &lt;STRONG&gt;"show failover"&lt;/STRONG&gt; to see which FWSM is active for the context&lt;/LI&gt;&lt;LI&gt;Notice that the Active device could naturally be different for &lt;STRONG&gt;"admin"&lt;/STRONG&gt; context compared to a possible &lt;STRONG&gt;"new context"&lt;/STRONG&gt; if they are in different failover-groups. Also depending on if "preempt" has been configured under the failover-group configurations affects this&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check Failover configurations use the following commands&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;System context: "show failover" "show run failover"&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Admin/New Context: "show failover"&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heres link to the &lt;STRONG&gt;Configuration Guide and Command Reference for FWSM 4.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configuration Guide:&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/fwsm/fwsm40/configuration/guide/fwsm_cfg.html"&gt;http://www.cisco.com/en/US/docs/security/fwsm/fwsm40/configuration/guide/fwsm_cfg.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Command Reference:&lt;/STRONG&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/fwsm/fwsm40/command/reference/fwsm_ref.html"&gt;http://www.cisco.com/en/US/docs/security/fwsm/fwsm40/command/reference/fwsm_ref.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate the answers if you have found the information helpfull &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2012 12:58:26 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2012-12-04T12:58:26Z</dc:date>
    <item>
      <title>admin context on fwsm</title>
      <link>https://community.cisco.com/t5/network-security/admin-context-on-fwsm/m-p/2085715#M394770</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the stupid question that will follow but I have just joined a networks team and will be working on two fwsm versions 4.0(8) in two 6500 routers. Now the fwsms seem to be virtualised with multiple contexts. The server team want a new context setup for a group of servers behind a vlan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I presume I do this in the admin context first, something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan110&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;context New-Context&lt;/P&gt;&lt;P&gt;&amp;nbsp; allocate-interface Vlan10 &lt;/P&gt;&lt;P&gt;&amp;nbsp; allocate-interface Vlan110&lt;/P&gt;&lt;P&gt;&amp;nbsp; config-url disk:/New-Context&lt;/P&gt;&lt;P&gt;&amp;nbsp; join-failover-group 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I head into the context itself and start configuring it? However when I am in the current admin context and do a changeto context admin it seems to bring me to a new admin context:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;admin#&amp;nbsp; changeto context admin&lt;/P&gt;&lt;P&gt;admin/admin# sh run&lt;/P&gt;&lt;P&gt;admin/admin# sh running-config &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This context just seems to have&amp;nbsp; two Vlans and a BVI interface. Can anyone tell me the function of this context and why we have 2 admin contexts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also another important question is on which 6500 do I create the new context? Is the admin context active on one 6500 just like other contexts and will sync across or do I have to create the new context on both 6500s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for these&amp;nbsp; questions I am sure they are basic but I have basically been landed on this new team and need to get a good understanding of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:31:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/admin-context-on-fwsm/m-p/2085715#M394770</guid>
      <dc:creator>netternewbie</dc:creator>
      <dc:date>2019-03-12T00:31:54Z</dc:date>
    </item>
    <item>
      <title>admin context on fwsm</title>
      <link>https://community.cisco.com/t5/network-security/admin-context-on-fwsm/m-p/2085716#M394771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Never seen a BVI interface on FWSM. I guess its configured as a Transparent firewall. All of ours are in Routed mode so I'm afraid I'm not the best person to comment on configuring the device. I will try to give some general information related to what you asked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Admin Context&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;It seems to me that your FWSM module has just been configured with the "hostname" of "admin" and you are in the context "admin"&lt;/LI&gt;&lt;LI&gt;The format in the command prompt in our case is &lt;STRONG&gt;"FWSM hostname/Context Name"&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;FWSM#&lt;/STRONG&gt; = System Context&lt;UL&gt;&lt;LI&gt;Adding Vlans and Context and some general FWSM related settings&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;FWSM/admin#&lt;/STRONG&gt; = Admin Context (only for administration of the FWSM)&lt;UL&gt;&lt;LI&gt;Management settings for the FWSM and other general FWSM related settings&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;FWSM/New-Context#&lt;/STRONG&gt; = Random Customer Context&lt;UL&gt;&lt;LI&gt;Context specific configurations&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;New Vlan interfaces, New Contexts&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;To my understanding you will have to first configure on the actual C6500 which Vlans you want to take to the FWSM.&lt;/LI&gt;&lt;LI&gt;The existing Vlan should be visible on the C6500 side with configuration lines starting with &lt;STRONG&gt;"firewall vlan-group"&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;You can for example issue the command &lt;STRONG&gt;"show firewall vlan-group" or "show run | inc firewall"&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;After this you have to create the Vlan interfaces on the FWSM side (System Context where you can see all the different contexts and their allocated interfaces) (Been awhile since I configured the FWSM so the firewall vlan-group might already have added the interface on the FWSM side)&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;interface Vlanxxx&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;context &lt;CONTEXT name=""&gt;&lt;/CONTEXT&gt;&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;allocate-interface Vlanxxx&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;changeto context &lt;CONTEXT name=""&gt;&lt;/CONTEXT&gt;&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;configure&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;To know the maximum amount of context you can configure on the FWSM use the following commands&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;show version&lt;/STRONG&gt;, for max context count on the license&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;show context count&lt;/STRONG&gt;, for currently used contexts (admin context doesnt count into this)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you have a Active/Standby setup of the FWSMs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should only need to configure the new Context on the Active unit. Trying to configure something on the Standby unit should generate a warning message on the CLI that any configurations you issue after that wont be replicated to the other unit (since you are attempting to configure the Standby unit)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally on the C6500 side you will have to configure the "same things" on both devices manually. I can't give any specific advice as I' not 100% sure on what kind of setup you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you've just started with the FWSM I suggest asking advice from co-workers mainly. Also going through existing configurations by yourself will eventually give you insight how things work. Personally I kind of had to learn most of the things by myself but never really risked configuring something I didnt understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps a bit. Please rate if it was helpfull and ask more if needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 10:46:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/admin-context-on-fwsm/m-p/2085716#M394771</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-04T10:46:33Z</dc:date>
    </item>
    <item>
      <title>admin context on fwsm</title>
      <link>https://community.cisco.com/t5/network-security/admin-context-on-fwsm/m-p/2085717#M394772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JouniForss,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the brilliant detailed answer. I think you have hit the nail on the head with most things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Spot on, it seems our system context is called admin which is causing me confusion and this is where I add conexts. Clears this up nicely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it does seem we are in transparent/bridged mode. Not sure of the difference between transparent and routed mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again you are right I need to config 6500 first.&amp;nbsp; So vlan 10 already exists and then I create a vlan 110 the fwsm vlan then I add them as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;svclc vlan-group ?&amp;nbsp; 101,102,103,110&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;firewall vlan-group ?&amp;nbsp; 1,2,3,10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes again you are right then I go to the system context and create the context in here like you have shown. I found out the system context is actually live on one of the 6500's as I tried to do a conf t on the system context of the other 6500 and got the warning CLI message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wondering more on the Active/Standby setting. This seems to be what we have. We have a group 1 and a group 2 and one FWSM seems to handle group one and the other seems to handle group 2. So are our FWSMs actually Active/Active? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or what command do I use to show this&amp;nbsp; and to make sure failover is working and contexts are sync'ing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 11:21:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/admin-context-on-fwsm/m-p/2085717#M394772</guid>
      <dc:creator>netternewbie</dc:creator>
      <dc:date>2012-12-04T11:21:38Z</dc:date>
    </item>
    <item>
      <title>admin context on fwsm</title>
      <link>https://community.cisco.com/t5/network-security/admin-context-on-fwsm/m-p/2085718#M394774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest reading through a Cisco document about FWSM configuration called &lt;STRONG&gt;"Catalyst 6500 Series Switch and Cisco 7600 Series Router Firewall Services Module Configuration Guide Using the CLI&lt;/STRONG&gt;". There is probably several versions. You should also be able to find a Command Reference for the same FWSM software to get detailed information about any command and their uses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easiest way to get the document is just Google for them. You can then download them in PDF format from the Cisco site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be honest I have never had to configure ASA or FWSM as bridged so I'm not gonna say anything about that matter from either the FWSM or the C6500 side&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would seem that you have Active/Active failover.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Issue the command &lt;STRONG&gt;"show run context admin"&lt;/STRONG&gt; and see on which group the &lt;STRONG&gt;"admin"&lt;/STRONG&gt; context is regarding the Failover&lt;/LI&gt;&lt;LI&gt;You could also use the command &lt;STRONG&gt;"show failover"&lt;/STRONG&gt; to see which FWSM is active for the context&lt;/LI&gt;&lt;LI&gt;Notice that the Active device could naturally be different for &lt;STRONG&gt;"admin"&lt;/STRONG&gt; context compared to a possible &lt;STRONG&gt;"new context"&lt;/STRONG&gt; if they are in different failover-groups. Also depending on if "preempt" has been configured under the failover-group configurations affects this&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check Failover configurations use the following commands&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;System context: "show failover" "show run failover"&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Admin/New Context: "show failover"&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heres link to the &lt;STRONG&gt;Configuration Guide and Command Reference for FWSM 4.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configuration Guide:&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/fwsm/fwsm40/configuration/guide/fwsm_cfg.html"&gt;http://www.cisco.com/en/US/docs/security/fwsm/fwsm40/configuration/guide/fwsm_cfg.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Command Reference:&lt;/STRONG&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/fwsm/fwsm40/command/reference/fwsm_ref.html"&gt;http://www.cisco.com/en/US/docs/security/fwsm/fwsm40/command/reference/fwsm_ref.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate the answers if you have found the information helpfull &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 12:58:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/admin-context-on-fwsm/m-p/2085718#M394774</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-04T12:58:26Z</dc:date>
    </item>
    <item>
      <title>admin context on fwsm</title>
      <link>https://community.cisco.com/t5/network-security/admin-context-on-fwsm/m-p/2085719#M394776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks JouniForss,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it seems we have active/active failover the system context is a member of group 1 so is active on one 6500. So I need to configure my new context on this 6500. We have preempt 300 is configured under each failover group. What exactly does this mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;admin#&amp;nbsp; sh running-config failover &lt;/P&gt;&lt;P&gt;failover&lt;/P&gt;&lt;P&gt;failover lan unit primary&lt;/P&gt;&lt;P&gt;failover lan interface FLINK Vlan901&lt;/P&gt;&lt;P&gt;failover link SLINK Vlan902&lt;/P&gt;&lt;P&gt;failover interface ip FLINK 192.168.1.1 255.255.255.252 standby 192.168.1.2&lt;/P&gt;&lt;P&gt;failover interface ip SLINK 192.168.2.1 255.255.255.252 standby 192.168.2.2&lt;/P&gt;&lt;P&gt;failover group 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; preempt 300&lt;/P&gt;&lt;P&gt;failover group 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; secondary&lt;/P&gt;&lt;P&gt;&amp;nbsp; preempt 300&lt;/P&gt;&lt;P&gt;admin# &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 14:49:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/admin-context-on-fwsm/m-p/2085719#M394776</guid>
      <dc:creator>netternewbie</dc:creator>
      <dc:date>2012-12-04T14:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: admin context on fwsm</title>
      <link>https://community.cisco.com/t5/network-security/admin-context-on-fwsm/m-p/2085720#M394778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;"preempt"&lt;/STRONG&gt; works in a samekind of way like the router HSRP preempt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example situation might be following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Active/Active failover pair with 2 FWSM and lets call them FWSM1 and FWSM2&lt;/LI&gt;&lt;LI&gt;2 Customer Contexts called SC1 and SC2 &lt;UL&gt;&lt;LI&gt;SC1 is Active on FWSM1 and belongs to Failover Group 1&lt;/LI&gt;&lt;LI&gt;SC2 is Active on FWSM2 and belongs to Failover Group 2&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;FWSM1 Fails because of power outage in the local datacenter&lt;/LI&gt;&lt;LI&gt;SC1 context becomes Active on FWSM2 because of Failover happening&lt;/LI&gt;&lt;LI&gt;FWSM1 recovers from power outage and the Failover comes up between the 2 FWSMs&lt;/LI&gt;&lt;LI&gt;After the configured 300 seconds SC1 will again become Active on its original hardware which is FWSM1&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words, &lt;STRONG&gt;"preempt"&lt;/STRONG&gt; (and the related timer) defines that the Context will return as Active to the original FWSM device after its has been up for the configured timer value. (Unless I have mistaken)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 17:02:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/admin-context-on-fwsm/m-p/2085720#M394778</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-04T17:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: admin context on fwsm</title>
      <link>https://community.cisco.com/t5/network-security/admin-context-on-fwsm/m-p/2085721#M394780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Again JouniForss,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last questions I promise. when I do a write mem on the system context or any context I take it I just need to do it on the router thats active and not hop over and do it on the standby 6500 as well? Presume it sync's across and saves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I am confused about this BVI line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface BVI10&lt;/P&gt;&lt;P&gt; ip address 192.168.0.251 255.255.255.0 standby 192.168.0.250&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This line also exists on the standby context. I am confused as to where IP address 192.168.0.250 actually lives if you get me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought the standby router would be like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface BVI10&lt;/P&gt;&lt;P&gt; ip address 192.168.0.250 255.255.255.0 standby 192.168.0.251&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similar in design to HSRP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 16:20:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/admin-context-on-fwsm/m-p/2085721#M394780</guid>
      <dc:creator>netternewbie</dc:creator>
      <dc:date>2012-12-06T16:20:03Z</dc:date>
    </item>
    <item>
      <title>admin context on fwsm</title>
      <link>https://community.cisco.com/t5/network-security/admin-context-on-fwsm/m-p/2085722#M394781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provided the Failover is working and up, you only need to issue "write mem" on the Active unit/context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think there is also a command called "write standby" which copies the whole configuration to the standby unit. The command "write mem" saves the changes you have made to both units and usually should be enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice the following things while saving configurations&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When you create new contexts and new Vlans on the FWSM side, remember to issue "write mem" in System Context (FWSM#).&lt;/LI&gt;&lt;LI&gt;When only make changes inside a Context, save the configuration in the context (FWSM/New-Context#)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you for example just make a new Context with new Vlan interface and only save configurations under the Context and the FWSM happens to reboot, the System Context configurations will be missing from the FWSM. (In other words the Context wont be there when the FWSM has booted and would have to be configured again even though you might have saved its configuration under the actual New-Context)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a Failover pair the units have indentical configurations. Usually the only difference between the units can be found in the "failover" configuration line which defines primary/secondary unit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The IP address configurations simply means that the first IP address belongs to the Active unit and the standy IP address to the Standby unit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take this situation for example&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Cisco ASA failover pair in Active/Standby mode&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;ASA1&lt;/STRONG&gt; and &lt;STRONG&gt;ASA2&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;ASA1&lt;/STRONG&gt; is default &lt;STRONG&gt;Primary&lt;/STRONG&gt; hardware and &lt;STRONG&gt;ASA2&lt;/STRONG&gt; is default &lt;STRONG&gt;Secondary&lt;/STRONG&gt; hardware&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Interface "outside" configured with the following "ip address" command&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;ip address 1.1.1.1 255.255.255.0 standby 1.1.1.2&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;While &lt;STRONG&gt;ASA1&lt;/STRONG&gt; is &lt;STRONG&gt;Active&lt;/STRONG&gt; it will use the IP address &lt;STRONG&gt;1.1.1.1&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;While &lt;STRONG&gt;ASA2&lt;/STRONG&gt; is &lt;STRONG&gt;Standby&lt;/STRONG&gt; it will use the IP address &lt;STRONG&gt;1.1.1.2&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;If the &lt;STRONG&gt;ASA2&lt;/STRONG&gt; were to become &lt;STRONG&gt;Active&lt;/STRONG&gt; it would take over the IP address &lt;STRONG&gt;1.1.1.1&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;When &lt;STRONG&gt;ASA1&lt;/STRONG&gt; would recover to normal operation and would be &lt;STRONG&gt;Standby&lt;/STRONG&gt; it would then have the IP address &lt;STRONG&gt;1.1.1.2&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;So to sum it up, the firewalls state (Active or Standby?) defines which IP address its using in the configuration line &lt;STRONG&gt;"ip address x.x.x.x y.y.y.y standby z.z.z.z"&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't worry about asking more questions. Will try to answer them if I can. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 16:46:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/admin-context-on-fwsm/m-p/2085722#M394781</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-06T16:46:34Z</dc:date>
    </item>
  </channel>
</rss>

