<?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: Add ASA 'failover key' command in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/add-asa-failover-key-command/m-p/4537780#M1086729</link>
    <description>&lt;P&gt;You are welcome&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1303264"&gt;@Calton69&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jan 2022 06:55:21 GMT</pubDate>
    <dc:creator>Sheraz.Salim</dc:creator>
    <dc:date>2022-01-25T06:55:21Z</dc:date>
    <item>
      <title>Add ASA 'failover key' command</title>
      <link>https://community.cisco.com/t5/network-security/add-asa-failover-key-command/m-p/4537039#M1086704</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i got a pair of ASA FW currently in production that doesn't have the 'failover key' configured.&lt;/P&gt;&lt;P&gt;i would need to add the said command but quite hesitant that it might "break" the FW pair.&lt;/P&gt;&lt;P&gt;is it "safe" to add this command in the primary/active FW and will this auto sync to the standby after a 'write mem'?&lt;/P&gt;&lt;P&gt;or do i totally remove failover config on both and re-add failover commands?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 13:07:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/add-asa-failover-key-command/m-p/4537039#M1086704</guid>
      <dc:creator>johnlloyd_13</dc:creator>
      <dc:date>2022-01-24T13:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Add ASA 'failover key' command</title>
      <link>https://community.cisco.com/t5/network-security/add-asa-failover-key-command/m-p/4537063#M1086706</link>
      <description>&lt;P&gt;Personally i will do this in maintenace window, since this required to configure both the side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you using ASA 9.X or later, suggested ipsec (rather Plan replication)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/asa97/configuration/general/asa-97-general-config/ha-failover.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/asa97/configuration/general/asa-97-general-config/ha-failover.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Suggestions : always take the configuration backup out of the box.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 13:28:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/add-asa-failover-key-command/m-p/4537063#M1086706</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2022-01-24T13:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Add ASA 'failover key' command</title>
      <link>https://community.cisco.com/t5/network-security/add-asa-failover-key-command/m-p/4537091#M1086709</link>
      <description>&lt;P&gt;First get the &lt;SPAN&gt;maintenace windows for this work.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;apply this change on the Primary Active firewall and issue the write standby.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.cisco.com/t5/network-security/asa-failover-key/td-p/3702460" target="_blank" rel="noopener"&gt;Solved: ASA failover key - Cisco Community&lt;/A&gt;&amp;nbsp;above is a similar thread asking what you asked.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The following example configures the failover parameters for the primary unit:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE id="task_39B68E34339F4B86A5FB4C923085D93F__ID-2107-000004f6" class="pre codeblock"&gt;&lt;CODE&gt;failover lan unit primary
failover lan interface folink gigabitethernet0/3

&lt;SPAN class="ph"&gt;failover interface ip folink x.x.x.x.x standby x.x.x.x.x&lt;/SPAN&gt;
interface gigabitethernet 0/3
&amp;nbsp;&amp;nbsp;no shutdown
failover link folink gigabitethernet0/3
failover key xxxxx
failover&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;The only configuration required on the secondary unit is for the failover link. The secondary unit requires these commands to communicate initially with the primary unit. After the primary unit sends its configuration to the secondary unit, the only permanent difference between the two configurations is the&amp;nbsp;&lt;STRONG id="task_B01C9CED1043495B9E0A4AB8D486944A__ID-2107-0000050d" class="ph b"&gt;failover lan unit&lt;/STRONG&gt;&amp;nbsp;command, which identifies each unit as primary or secondary.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FYI- I have tested this ASA model 5525-X with code 9.12(2) and it worked.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;with below config&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE id="task_39B68E34339F4B86A5FB4C923085D93F__ID-2107-000004f6" class="pre codeblock"&gt;&lt;CODE&gt;failover lan unit primary
failover lan interface folink gigabitethernet0/3

&lt;SPAN class="ph"&gt;failover interface ip folink 172.27.48.0 255.255.255.254 standby 172.27.48.1&lt;/SPAN&gt;
interface gigabitethernet 0/3
&amp;nbsp;&amp;nbsp;no shutdown
failover link folink gigabitethernet0/3
failover key xxxxx
failover&lt;/CODE&gt;&lt;BR /&gt;!&lt;BR /&gt;write standby&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;show failover | i host&lt;BR /&gt;This host: Primary - Active&lt;BR /&gt;Other host: Secondary - Bulk Sync&lt;BR /&gt;&lt;BR /&gt;show failover | i host&lt;BR /&gt;This host: Primary - Active&lt;BR /&gt;Other host: Secondary - Bulk Sync&lt;BR /&gt;&amp;nbsp;show failover | i host&lt;BR /&gt;This host: Primary - Active&lt;BR /&gt;Other host: Secondary - Bulk Sync&lt;BR /&gt;&amp;nbsp;show failover | i host&lt;BR /&gt;This host: Primary - Active&lt;BR /&gt;Other host: Secondary - Standby Ready&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 14:39:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/add-asa-failover-key-command/m-p/4537091#M1086709</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2022-01-24T14:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Add ASA 'failover key' command</title>
      <link>https://community.cisco.com/t5/network-security/add-asa-failover-key-command/m-p/4537586#M1086720</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;thanks for the info! it's just the 'failover key' that is missing and not the whole failover config.&lt;/P&gt;&lt;P&gt;surely will do this in a maintenance window.&lt;/P&gt;&lt;P&gt;i also rarely use 'write standby' and had a bad experience with it, i.e. secondary FW got corrupted/sync errors in a production.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 01:01:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/add-asa-failover-key-command/m-p/4537586#M1086720</guid>
      <dc:creator>johnlloyd_13</dc:creator>
      <dc:date>2022-01-25T01:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add ASA 'failover key' command</title>
      <link>https://community.cisco.com/t5/network-security/add-asa-failover-key-command/m-p/4537712#M1086724</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/287680"&gt;@Sheraz.Salim&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;First get the &lt;SPAN&gt;maintenace windows for this work.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;apply this change on the Primary Active firewall and issue the write standby.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.cisco.com/t5/network-security/asa-failover-key/td-p/3702460" target="_blank" rel="noopener"&gt;Solved: ASA failover key - Cisco Community&lt;/A&gt;&amp;nbsp;above is a similar thread asking what you asked.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The following example configures the failover parameters for the primary unit:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;failover lan unit primary
failover lan interface folink gigabitethernet0/3

&lt;SPAN class=""&gt;failover interface ip folink x.x.x.x.x standby x.x.x.x.x&lt;/SPAN&gt;
interface gigabitethernet 0/3
&amp;nbsp;&amp;nbsp;no shutdown
failover link folink gigabitethernet0/3
failover key xxxxx
failover&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;The only configuration required on the secondary unit is for the failover link. The secondary unit requires these commands to communicate initially with the primary unit. After the primary unit sends its configuration to the secondary unit, the only permanent difference between the two configurations is the&amp;nbsp;&lt;STRONG&gt;failover lan unit&lt;/STRONG&gt;&amp;nbsp;command, which identifies each unit as primary or &lt;A title="epayitonline" href="https://www.epayitonline.pro/" target="_self"&gt;&lt;FONT color="#000000"&gt;epayitonline&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FYI- I have tested this ASA model 5525-X with code 9.12(2) and it worked.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;with below config&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;failover lan unit primary
failover lan interface folink gigabitethernet0/3

&lt;SPAN class=""&gt;failover interface ip folink 172.27.48.0 255.255.255.254 standby 172.27.48.1&lt;/SPAN&gt;
interface gigabitethernet 0/3
&amp;nbsp;&amp;nbsp;no shutdown
failover link folink gigabitethernet0/3
failover key xxxxx
failover&lt;BR /&gt;!&lt;BR /&gt;write standby&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;show failover | i host&lt;BR /&gt;This host: Primary - Active&lt;BR /&gt;Other host: Secondary - Bulk Sync&lt;BR /&gt;&lt;BR /&gt;show failover | i host&lt;BR /&gt;This host: Primary - Active&lt;BR /&gt;Other host: Secondary - Bulk Sync&lt;BR /&gt;&amp;nbsp;show failover | i host&lt;BR /&gt;This host: Primary - Active&lt;BR /&gt;Other host: Secondary - Bulk Sync&lt;BR /&gt;&amp;nbsp;show failover | i host&lt;BR /&gt;This host: Primary - Active&lt;BR /&gt;Other host: Secondary - Standby Ready&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thank you for the Help buddy, You solved my Query. Appreciate it.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 05:23:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/add-asa-failover-key-command/m-p/4537712#M1086724</guid>
      <dc:creator>Calton69</dc:creator>
      <dc:date>2022-01-25T05:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Add ASA 'failover key' command</title>
      <link>https://community.cisco.com/t5/network-security/add-asa-failover-key-command/m-p/4537775#M1086728</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sorry I forget to mentioned in my test failover configuration was already configured I only added the failover key.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have used write standby many time in production never had issue with this command. This command write standby force the configuration from primary active firewall to standby.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as long your failover vlan/switching is solid you should be fine.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 06:54:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/add-asa-failover-key-command/m-p/4537775#M1086728</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2022-01-25T06:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add ASA 'failover key' command</title>
      <link>https://community.cisco.com/t5/network-security/add-asa-failover-key-command/m-p/4537780#M1086729</link>
      <description>&lt;P&gt;You are welcome&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1303264"&gt;@Calton69&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 06:55:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/add-asa-failover-key-command/m-p/4537780#M1086729</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2022-01-25T06:55:21Z</dc:date>
    </item>
  </channel>
</rss>

