<?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: How do I perform a basic setup of Cisco ASA 5516-X firewall? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-do-i-perform-a-basic-setup-of-cisco-asa-5516-x-firewall/m-p/5048160#M1110276</link>
    <description>&lt;P&gt;Hi. To configure the time or time zone on ASA firewall please follow these configurations.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;enable
configure terminal
#Replace "EST" with your appropriate time zone abbreviation, and "-5" with the appropriate offset from UTC.#
clock timezone EST -5
#Set Current Time: Set the current time on the firewall. For example:#
clock set 14:30:00 March 22 2024
ntp server &amp;lt;NTP_Server_IP_Address&amp;gt;
show clock
write mem/copy run start

&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 22 Mar 2024 12:11:37 GMT</pubDate>
    <dc:creator>Sheraz.Salim</dc:creator>
    <dc:date>2024-03-22T12:11:37Z</dc:date>
    <item>
      <title>How do I perform a basic setup of Cisco ASA 5516-X firewall?</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-perform-a-basic-setup-of-cisco-asa-5516-x-firewall/m-p/5041698#M1109965</link>
      <description>&lt;P&gt;Subject: How do I perform a basic setup of Cisco ASA 5516-X firewall?&lt;/P&gt;&lt;P&gt;Good day from Singapore,&lt;/P&gt;&lt;P&gt;I have just bought a refurbished Cisco ASA 5516-X firewall on 17 March 2024 Sunday.&lt;/P&gt;&lt;P&gt;How do I perform a basic configuration of this firewall?&lt;/P&gt;&lt;P&gt;Any good guides to recommend? Configuration using web interface is preferred.&lt;/P&gt;&lt;P&gt;I also need guides on upgrading the firewall firmware and where to download it.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mr. Turritopsis Dohrnii Teo En Ming&lt;BR /&gt;Targeted Individual in Singapore&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2024 15:37:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-perform-a-basic-setup-of-cisco-asa-5516-x-firewall/m-p/5041698#M1109965</guid>
      <dc:creator>teo.en.ming</dc:creator>
      <dc:date>2024-03-17T15:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I perform a basic setup of Cisco ASA 5516-X firewall?</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-perform-a-basic-setup-of-cisco-asa-5516-x-firewall/m-p/5041876#M1109975</link>
      <description>&lt;P&gt;All Cisco ASA series models configurations are same. Cisco ASA devices allow for configuration to be made via a Java application. In order to set the ASA up to use the Java application, you will need to complete some basic configuration from the CLI of the ASA. Please make sure that Java is installed on your laptop prior to completing the below.&lt;/P&gt;
&lt;P&gt;This is written under the assumption that the ASA has been factory reset.&lt;/P&gt;
&lt;P&gt;Connect your console cable to the ASA and connect to it via Putty. Once the ASA has finished loading, go into enable mode. The default password is cisco with no username.&lt;/P&gt;
&lt;P&gt;We will set up the management interface for connecting our laptop to ASDM.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Ciscoasa# conf t

Ciscoasa#(config) int management0/0

Ciscoasa#(config-if)ip address 192.168.1.1 255.255.255.0

Ciscoasa#(config-if) nameifManageASDM

Ciscoasa#(config-if)no shut

Ciscoasa#(config-if) Security-level 100

This sets the management interface IP address and names it for later use. Now we can set up the web server that we will connect to.

Ciscoasa#(config) http server enable

Ciscoasa#(config) http 192.168.1.0 255.255.255.0 ManageASDM(matches management int name)

Now we need to set an “enable username” for connecting to the ASDM interface.

Ciscoasa#(config)enable password firewall level 15

&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next, connect the Ethernet port of your laptop to the management port of the ASA and set a static IP on the laptop, in the 192.168.1.0/24 range (but not 192.168.1.1).&lt;/P&gt;
&lt;P&gt;On your laptop, open a browser and go to &lt;A href="https://192.168.1.1/admin" target="_blank"&gt;https://192.168.1.1/admin&lt;/A&gt; to get to the Cisco ASDM page. Accept the certificate error and continue to the webpage.&lt;/P&gt;
&lt;P&gt;The last step is to click Install ASDM Launcher and Run ASDM from the webpage. The installer will then run through the process of installing. You’ll then need to go to the install location and create a shortcut to your desktop.&lt;/P&gt;
&lt;P&gt;Open the shortcut and fill in the IP address (192.168.1.1), leave the username blank and put in the password firewall. The ASDM will then connect to the ASA and load the java interface.&lt;/P&gt;
&lt;P&gt;You can now configure the ASA as per your requirements.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.speaknetworks.com/basic-cisco-asa-5506-x-configuration-example/" target="_self"&gt;Here&lt;/A&gt; and another &lt;A href="https://www.networkstraining.com/using-the-management-interface-of-the-cisco-asa-firewall/" target="_self"&gt;Here&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In order to download the version of cisco asa software you need a cisco support contract in place.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2024 20:30:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-perform-a-basic-setup-of-cisco-asa-5516-x-firewall/m-p/5041876#M1109975</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2024-03-17T20:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I perform a basic setup of Cisco ASA 5516-X firewall?</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-perform-a-basic-setup-of-cisco-asa-5516-x-firewall/m-p/5047319#M1110245</link>
      <description>&lt;P&gt;Dear Sheraz.Salim,&lt;/P&gt;&lt;P&gt;Thank you so much for your suggested configuration guides. They are good.&lt;/P&gt;&lt;P&gt;I have followed the suggested configuration guides and the information in this thread and successfully configured my Cisco ASA 5516-X firewall.&lt;/P&gt;&lt;P&gt;Please refer to my notes on configuring Cisco ASA 5516-X firewall below.&lt;/P&gt;&lt;P&gt;Post: Teo En Ming's Notes on Basic Configuration of Cisco ASA 5516-X Firewall - Version 1&lt;BR /&gt;Link: &lt;A href="https://www.mail-archive.com/cisco-nsp@puck.nether.net/msg69338.html" target="_blank"&gt;https://www.mail-archive.com/cisco-nsp@puck.nether.net/msg69338.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I couldn't set the time or time zone on my Cisco ASA 5516-X firewall correctly. The set time is incorrect.&lt;BR /&gt;Could you advise?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mr. Turritopsis Dohrnii Teo En Ming&lt;BR /&gt;Republic of Singapore&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 04:16:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-perform-a-basic-setup-of-cisco-asa-5516-x-firewall/m-p/5047319#M1110245</guid>
      <dc:creator>teo.en.ming</dc:creator>
      <dc:date>2024-03-22T04:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I perform a basic setup of Cisco ASA 5516-X firewall?</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-perform-a-basic-setup-of-cisco-asa-5516-x-firewall/m-p/5048160#M1110276</link>
      <description>&lt;P&gt;Hi. To configure the time or time zone on ASA firewall please follow these configurations.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;enable
configure terminal
#Replace "EST" with your appropriate time zone abbreviation, and "-5" with the appropriate offset from UTC.#
clock timezone EST -5
#Set Current Time: Set the current time on the firewall. For example:#
clock set 14:30:00 March 22 2024
ntp server &amp;lt;NTP_Server_IP_Address&amp;gt;
show clock
write mem/copy run start

&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 22 Mar 2024 12:11:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-perform-a-basic-setup-of-cisco-asa-5516-x-firewall/m-p/5048160#M1110276</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2024-03-22T12:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I perform a basic setup of Cisco ASA 5516-X firewall?</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-perform-a-basic-setup-of-cisco-asa-5516-x-firewall/m-p/5049543#M1110304</link>
      <description>&lt;P&gt;Dear Sheraz.Salim,&lt;/P&gt;&lt;P&gt;I have fixed the time on my Cisco ASA 5516-X firewall.&lt;/P&gt;&lt;P&gt;ASA5516X(config)# clock timezone GMT 8&lt;BR /&gt;ASA5516X(config)# clock set 11:14:00 March 24 2024&lt;BR /&gt;ASA5516X(config)# ntp server 23.106.249.200&lt;BR /&gt;ASA5516X(config)# show clock&lt;BR /&gt;11:19:13.351 GMT Sun Mar 24 2024&lt;BR /&gt;ASA5516X(config)# write mem&lt;/P&gt;&lt;P&gt;Thank you for your guidance. The time on my firewall is now correct.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mr. Turritopsis Dohrnii Teo En Ming&lt;BR /&gt;Republic of Singapore&lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2024 03:51:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-perform-a-basic-setup-of-cisco-asa-5516-x-firewall/m-p/5049543#M1110304</guid>
      <dc:creator>teo.en.ming</dc:creator>
      <dc:date>2024-03-24T03:51:04Z</dc:date>
    </item>
  </channel>
</rss>

