<?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: ASA rest-api install in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-rest-api-install/m-p/5322583#M595</link>
    <description>&lt;P&gt;Good to know. so I installed and enabled rest-api on my active first and then did the standby. Now, entering config mode, my standby is telling me:&lt;/P&gt;&lt;P&gt;**** WARNING ****&lt;BR /&gt;Configuration Replication is NOT performed from Standby unit to Active unit.&lt;BR /&gt;Configurations are no longer synchronized.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not really sure if this is normal considering this is the standby unit and the running config syncs from active&amp;gt;standby.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not seeing any sync errors.&lt;/P&gt;&lt;P&gt;I'm not in the standby firewall very often so can't remember if I've ever seen this message before .&lt;/P&gt;</description>
    <pubDate>Wed, 20 Aug 2025 16:41:16 GMT</pubDate>
    <dc:creator>zietgiestt</dc:creator>
    <dc:date>2025-08-20T16:41:16Z</dc:date>
    <item>
      <title>ASA rest-api install</title>
      <link>https://community.cisco.com/t5/network-security/asa-rest-api-install/m-p/5322133#M592</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;ASA 5516x, v 9.16(4)82 HA pair&lt;/P&gt;&lt;P&gt;I'm unfamiliar with rest-api so I'm a little nervous about the unknown...I need to install rest-api to start monitoring and collecting logs (for now) for a new siem we are going to start using.&lt;/P&gt;&lt;P&gt;Can't find anywhere that says what impact this has on a production firewall.&lt;/P&gt;&lt;P&gt;Is installing this something that should be done during scheduled maintenance?&lt;/P&gt;&lt;P&gt;Will it require a reboot?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, a little confused on Cisco's documentation example config:&lt;/P&gt;&lt;P&gt;Step 2&lt;/P&gt;&lt;P&gt;Using the CLI, ensure the HTTP server is enabled on the ASA, and that API clients can connect to the management interface. For example:&lt;/P&gt;&lt;P&gt;http server enable&lt;BR /&gt;http 0.0.0.0 0.0.0.0 &amp;lt;management interface nameif&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This would be my syslog server ip?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Step 4&lt;/P&gt;&lt;P&gt;Using the CLI, create a static route on the ASA for API traffic. For example:&lt;/P&gt;&lt;P&gt;route &amp;lt;management interface nameif&amp;gt; 0.0.0.0 0.0.0.0 &amp;lt;gwip&amp;gt; 1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is this supposed to all traffic routed to my syslog server as the DG?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;D&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;</description>
      <pubDate>Tue, 19 Aug 2025 21:34:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-rest-api-install/m-p/5322133#M592</guid>
      <dc:creator>zietgiestt</dc:creator>
      <dc:date>2025-08-19T21:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: ASA rest-api install</title>
      <link>https://community.cisco.com/t5/network-security/asa-rest-api-install/m-p/5322139#M593</link>
      <description>&lt;P&gt;&lt;SPAN&gt;http 0.0.0.0 0.0.0.0 &amp;lt;management interface nameif&amp;gt; &amp;lt;&amp;lt;- this command use to allow any IP can access to your mgmt interface&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;route &amp;lt;management interface nameif&amp;gt; 0.0.0.0 0.0.0.0 &amp;lt;gwip&amp;gt; 1 &amp;lt;&amp;lt;- this not need if server IP and mgmt IP in same subnet&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MHM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 22:02:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-rest-api-install/m-p/5322139#M593</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2025-08-19T22:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: ASA rest-api install</title>
      <link>https://community.cisco.com/t5/network-security/asa-rest-api-install/m-p/5322379#M594</link>
      <description>&lt;P&gt;I did this some years back on 5585-X SSP-60 which were in HA also. No reboot. Once you have copied it over, just enable the feature.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just note in the HA pair, install the REST API on both the active and standby units and installation is done on each device individually, one after the other. It wont cause a failover as the process doesn't disrupt the state of the firewall or the traffic it's processing.&lt;/P&gt;
&lt;P&gt;It is highly recommended to install on the standby unit first, then the active unit, to ensure a smooth process!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 10:10:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-rest-api-install/m-p/5322379#M594</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2025-08-20T10:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: ASA rest-api install</title>
      <link>https://community.cisco.com/t5/network-security/asa-rest-api-install/m-p/5322583#M595</link>
      <description>&lt;P&gt;Good to know. so I installed and enabled rest-api on my active first and then did the standby. Now, entering config mode, my standby is telling me:&lt;/P&gt;&lt;P&gt;**** WARNING ****&lt;BR /&gt;Configuration Replication is NOT performed from Standby unit to Active unit.&lt;BR /&gt;Configurations are no longer synchronized.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not really sure if this is normal considering this is the standby unit and the running config syncs from active&amp;gt;standby.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not seeing any sync errors.&lt;/P&gt;&lt;P&gt;I'm not in the standby firewall very often so can't remember if I've ever seen this message before .&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 16:41:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-rest-api-install/m-p/5322583#M595</guid>
      <dc:creator>zietgiestt</dc:creator>
      <dc:date>2025-08-20T16:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: ASA rest-api install</title>
      <link>https://community.cisco.com/t5/network-security/asa-rest-api-install/m-p/5322589#M596</link>
      <description>&lt;P&gt;Sorry what i mean is, upload to the standby, then active one - once both have the image, add the cli command on the active, this will push over to the standby. The message is normal when you enter&amp;nbsp;configuration mode on the standby. Itsan informational message to remind you that any changes you make on the standby will &lt;STRONG&gt;not&lt;/STRONG&gt; be replicated back to the active one, and doing so will cause the two firewalls to have a mismatched configuration (not ideal!)&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 16:45:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-rest-api-install/m-p/5322589#M596</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2025-08-20T16:45:41Z</dc:date>
    </item>
  </channel>
</rss>

