<?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: Which interface is used by an ASA to access Licensing services? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/which-interface-is-used-by-an-asa-to-access-licensing-services/m-p/4530638#M1086397</link>
    <description>&lt;P&gt;You can use the Management interface&lt;/P&gt;&lt;P&gt;In our case this is what was done finally&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jan 2022 07:21:23 GMT</pubDate>
    <dc:creator>REJR77</dc:creator>
    <dc:date>2022-01-13T07:21:23Z</dc:date>
    <item>
      <title>Which interface is used by an ASA to access Licensing services?</title>
      <link>https://community.cisco.com/t5/network-security/which-interface-is-used-by-an-asa-to-access-licensing-services/m-p/4455999#M1083189</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have a Active/Standby HA ASA with 2 Firepower 2130 in appliance mode.&lt;/P&gt;&lt;P&gt;We use the Management interface as management-only and several interfaces.&lt;/P&gt;&lt;P&gt;We have a default route on the management interface and a default route on an external interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which interface is used by the ASA to connect to the Cisco licensing services?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 15:10:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/which-interface-is-used-by-an-asa-to-access-licensing-services/m-p/4455999#M1083189</guid>
      <dc:creator>REJR77</dc:creator>
      <dc:date>2021-08-27T15:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Which interface is used by an ASA to access Licensing services?</title>
      <link>https://community.cisco.com/t5/network-security/which-interface-is-used-by-an-asa-to-access-licensing-services/m-p/4456105#M1083191</link>
      <description>&lt;P&gt;The &lt;SPAN class="ph"&gt;ASA&lt;/SPAN&gt; uses Cisco Smart Software Licensing. here is the Guide how to implement it&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On 2100 the ASA communicates with the Cisco Smart Licensing portal (cloud) using the ASA interfaces, not the FXOS management. &lt;/P&gt;
&lt;P&gt;n this case, HTTP local authentication is used on outside interface:&lt;/P&gt;
&lt;PRE&gt;ciscoasa(config)# &lt;STRONG&gt;show run http&lt;/STRONG&gt;&lt;BR /&gt;http server enable&lt;BR /&gt;http 0.0.0.0 0.0.0.0 outside&lt;BR /&gt;ciscoasa(config)# &lt;STRONG&gt;show run aaa&lt;/STRONG&gt;&lt;BR /&gt;aaa authentication http console LOCAL&lt;BR /&gt;ciscoasa(config)# &lt;STRONG&gt;show run username&lt;/STRONG&gt;&lt;BR /&gt;username cisco password ***** pbkdf2&lt;/PRE&gt;
&lt;P&gt;You can only connect to the ASA via ASDM if there is a 3DES/AES license enabled. For an ASA that is not already registered this is possible only on an interface that is &lt;STRONG&gt;management-only. &lt;/STRONG&gt;Per configuration guide: "Strong Encryption (3DES/AES) is available for management connections before you connect to the License Authority or Satellite server so you can launch ASDM. Note that ASDM access is only available on management-only interfaces with the default encryption. Through the box traffic is not allowed until you connect and obtain the Strong Encryption license". In different case you get:&lt;/P&gt;
&lt;PRE&gt;ciscoasa(config)#&lt;STRONG&gt; debug ssl 255&lt;/STRONG&gt;&lt;BR /&gt;debug ssl enabled at level 255.&lt;BR /&gt;error:1408A0C1:SSL routines:ssl3_get_client_hello:&lt;STRONG&gt;no shared cipher&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;To overcome the ASA has management-only configured on the Internet-facing interface and thus ASDM connection is possible:&lt;/P&gt;
&lt;PRE&gt;interface Ethernet1/2&lt;BR /&gt;&lt;STRONG&gt;management-only&lt;/STRONG&gt;&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 100&lt;BR /&gt;&lt;STRONG&gt;ip address 192.168.123.111 255.255.255.0 standby 192.168.123.112&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;Reference from:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/security/adaptive-security-appliance-asa-software/215920-asa-smart-license-registration-and-troub.html" target="_blank" rel="noopener"&gt;https://www.cisco.com/c/en/us/support/docs/security/adaptive-security-appliance-asa-software/215920-asa-smart-license-registration-and-troub.html&lt;/A&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;</description>
      <pubDate>Fri, 27 Aug 2021 18:25:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/which-interface-is-used-by-an-asa-to-access-licensing-services/m-p/4456105#M1083191</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2021-08-27T18:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Which interface is used by an ASA to access Licensing services?</title>
      <link>https://community.cisco.com/t5/network-security/which-interface-is-used-by-an-asa-to-access-licensing-services/m-p/4530301#M1086368</link>
      <description>&lt;P&gt;Which interface is used by the ASA to connect to the Cisco licensing services?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 16:08:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/which-interface-is-used-by-an-asa-to-access-licensing-services/m-p/4530301#M1086368</guid>
      <dc:creator>Peter Koltl</dc:creator>
      <dc:date>2022-01-12T16:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Which interface is used by an ASA to access Licensing services?</title>
      <link>https://community.cisco.com/t5/network-security/which-interface-is-used-by-an-asa-to-access-licensing-services/m-p/4530456#M1086384</link>
      <description>&lt;P&gt;&lt;SPAN&gt;For an ASA that is not already registered this is possible only on an interface that is &lt;/SPAN&gt;&lt;STRONG&gt;management-only. &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me explain. let say your ASA is not registered to Cisco licensing services. In order for you to get it connected to Cisco licensing services is using the following configuration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;interface Ethernet1/2&lt;BR /&gt;&lt;STRONG&gt;management-only&lt;/STRONG&gt;&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 100&lt;BR /&gt;&lt;STRONG&gt;ip address XX.XX.XX.XY 255.255.255.0&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;here in the above example ASA has management-only configured on the Internet-facing interface. this will get your connected to licience server at cisco.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 21:23:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/which-interface-is-used-by-an-asa-to-access-licensing-services/m-p/4530456#M1086384</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2022-01-12T21:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Which interface is used by an ASA to access Licensing services?</title>
      <link>https://community.cisco.com/t5/network-security/which-interface-is-used-by-an-asa-to-access-licensing-services/m-p/4530638#M1086397</link>
      <description>&lt;P&gt;You can use the Management interface&lt;/P&gt;&lt;P&gt;In our case this is what was done finally&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 07:21:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/which-interface-is-used-by-an-asa-to-access-licensing-services/m-p/4530638#M1086397</guid>
      <dc:creator>REJR77</dc:creator>
      <dc:date>2022-01-13T07:21:23Z</dc:date>
    </item>
  </channel>
</rss>

