<?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 Failover Help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/fwsm-failover-help/m-p/1314664#M786752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.  That actually is beginning to make sense.  I will test later today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2009 12:23:17 GMT</pubDate>
    <dc:creator>jfraasch</dc:creator>
    <dc:date>2009-10-28T12:23:17Z</dc:date>
    <item>
      <title>FWSM Failover Help</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-failover-help/m-p/1314662#M786738</link>
      <description>&lt;P&gt;First time configuring the FWSM. I come from the days where firewalls were actually appliances.  I know, so 2007!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having trouble following the nice 700 page guide on the FWSM.  I am going through the chapter on Configuring Failover.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran into an error when configuring the faolover lan interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I want to do and hopefully you can walk me through this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a server that will be plugged into VLAN 100 on port 6/1 on my CoreA 6513 and CoreB 6513.  He will be bonded active/passive. I want him to use a default gateway of 10.10.10.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the FWSM to present the 10.10.10.1 ip address to the server on both the FWSMs.  In the olden days (prior to FWSM) I would put an IP of 10.10.10.2 and a standby of 10.10.10.1 on CoreA and an IP of 10.10.10.3 and a standby of 10.10.10.1 on CoreB to make this happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On both  FWSM I have created interface VLAN 100 with name TrafficCtrlA. On FWSM A I put IP 10.10.10.2/24 standby 10.10.10.1 and on FWSM B I put IP 10.10.10.3/24 standby 10.10.10.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can add the failover lan unit primary command but then when I add the failover lan interface (if_name) vlan (vlan) part, I get an error that says the interface already exists.  Of course it does! I just added it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what to do with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help? Please!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:32:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-failover-help/m-p/1314662#M786738</guid>
      <dc:creator>jfraasch</dc:creator>
      <dc:date>2019-03-11T16:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: FWSM Failover Help</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-failover-help/m-p/1314663#M786744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On both FWSM A and B, you need configure the IP address of TrafficCtrlA as&lt;/P&gt;&lt;P&gt;ip address 10.10.10.1 255.255.255.0 standby 10.10.10.2. Yes, both have the same config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore, whoever is active will use IP 10.10.10.1 and the other (standby) will use 10.10.10.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If TrafficCtr1A is used as server's gateway, it's a normal interface and could not be used as failover link. Here is what doc says "The failover link uses a special VLAN interface that you do not configure as a normal networking interface;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow the config guide for more detail info.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/fwsm/fwsm32/configuration/guide/fail_f.html#wp1051895" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/fwsm/fwsm32/configuration/guide/fail_f.html#wp1051895&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 21:09:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-failover-help/m-p/1314663#M786744</guid>
      <dc:creator>Yudong Wu</dc:creator>
      <dc:date>2009-10-27T21:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: FWSM Failover Help</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-failover-help/m-p/1314664#M786752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.  That actually is beginning to make sense.  I will test later today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 12:23:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-failover-help/m-p/1314664#M786752</guid>
      <dc:creator>jfraasch</dc:creator>
      <dc:date>2009-10-28T12:23:17Z</dc:date>
    </item>
  </channel>
</rss>

