<?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 Required help on ASA basic setup and configuration in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465611#M270144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I have this one thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Feb 2014 10:47:16 GMT</pubDate>
    <dc:creator>Goutam Biswas</dc:creator>
    <dc:date>2014-02-11T10:47:16Z</dc:date>
    <item>
      <title>Required help on ASA basic setup and configuration</title>
      <link>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465598#M270118</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very very new to Security/Firewall domain, As I have gone through lot of documents and understood there must be one outside interface and atleast one or multiple inside interfaces depends on the requirement.&amp;nbsp; I have attached a high level design, it shows how ASAs tobe connected to Aggre/Dist. Switches and how DMZ are conneccted to ASA via L2 Switches.&amp;nbsp; Could any one help me on this how to configure and what are basic configuration required to eastablish the network and it works. I need two inside networks one is for dmz servers and another one is other servers to be advertise to outside DC.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:41:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465598#M270118</guid>
      <dc:creator>Goutam Biswas</dc:creator>
      <dc:date>2019-03-12T03:41:50Z</dc:date>
    </item>
    <item>
      <title>Required help on ASA basic setup and configuration</title>
      <link>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465599#M270119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Goutam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Few days ago i have configured same topology. But first required requirments then i help you. You mail me direct (&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:parosh.islam@yahoo.com"&gt;parosh.islam@yahoo.com&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Here is the below link for configuration help.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/asa_84_cli_config.html"&gt;http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/asa_84_cli_config.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Parosh&lt;/P&gt;&lt;P&gt;+8801755591722&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 18:50:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465599#M270119</guid>
      <dc:creator>Mizanul Islam</dc:creator>
      <dc:date>2014-02-07T18:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Required help on ASA basic setup and configuration</title>
      <link>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465600#M270121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which ASA model are you running and version?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A very basic configuration you could setup, just remember to change the interface numbers and IP addresses to the required values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;int gig0/1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;security-level 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nameif inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ip add 192.168.1.1 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no shut&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;int gig0/2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;security-level 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nameif outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ip add 8.8.8.9 255.255.255.252&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no shut&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;route outside 0 0 8.8.8.10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network LAN-to-outside-NAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;subnet 192.168.1.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) dynamic interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;http server enable&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;http 192.168.1.0 255.255.255.0 inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;crypto key generate rsa modulus 2048&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ssh 192.168.1.0 255.255.255.0 inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;username USERNAME password PASSWORD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;enable password PASSWORD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I mentioned this is a very basic config that allows only traffic from the inside to the outside and nothing more. But you will have internet access at lease.&amp;nbsp; Also keep in mind that you should change the subnets for http and ssh to a dedicated management subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to this guide for configuration guide.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa91/configuration/general/interface_start.html" rel="nofollow"&gt;http://www.cisco.com/en/US/docs/security/asa/asa91/configuration/general/interface_start.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more assistance please let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- &lt;BR /&gt;Please remember to rate and select a correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 19:44:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465600#M270121</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-02-07T19:44:10Z</dc:date>
    </item>
    <item>
      <title>Required help on ASA basic setup and configuration</title>
      <link>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465601#M270124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Parosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply,&amp;nbsp; If you have configured same topology, could you please give me configuration sample for the same setup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 06:09:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465601#M270124</guid>
      <dc:creator>Goutam Biswas</dc:creator>
      <dc:date>2014-02-10T06:09:45Z</dc:date>
    </item>
    <item>
      <title>Required help on ASA basic setup and configuration</title>
      <link>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465602#M270125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I understood from your configaration.&amp;nbsp; ASA is located inline.&amp;nbsp; Is it right my understanding?&amp;nbsp; If so could you pls. give me sample config for ASAs are connected to Nk501 &amp;amp; 02 with high availability.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA model is 5584-X but not aware about software versin, it would be latest version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 06:12:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465602#M270125</guid>
      <dc:creator>Goutam Biswas</dc:creator>
      <dc:date>2014-02-10T06:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Required help on ASA basic setup and configuration</title>
      <link>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465603#M270128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say NK501 that it is a typo and that it should be N5K01 (for nexus 5000 switch 1?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if these are&amp;nbsp; nexus switches, and I assume you are looking for active/standby configuration on the ASA for HA.&amp;nbsp; Your configuration would be something like the following if you want full redundancy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------------------------&lt;/P&gt;&lt;P&gt;N5K01&lt;/P&gt;&lt;P&gt;feature vpc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpc domain 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; role priority 1000&lt;/P&gt;&lt;P&gt;&amp;nbsp; system-priority 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; peer-keepalive destination 169.254.111.1 source 169.254.111.2 vrf default&lt;/P&gt;&lt;P&gt;&amp;nbsp; auto-recovery&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet1/19&lt;/P&gt;&lt;P&gt;&amp;nbsp; description ASA01&lt;/P&gt;&lt;P&gt;&amp;nbsp; switchport mode trunk&lt;/P&gt;&lt;P&gt;&amp;nbsp; channel-group 2 mode active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet1/21&lt;/P&gt;&lt;P&gt;&amp;nbsp; description ASA01&lt;/P&gt;&lt;P&gt;&amp;nbsp; switchport mode trunk&lt;/P&gt;&lt;P&gt;&amp;nbsp; channel-group 2 mode active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet1/22&lt;/P&gt;&lt;P&gt;&amp;nbsp; description vpc-keepalive&lt;/P&gt;&lt;P&gt;&amp;nbsp; no switchport&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 169.254.111.1/16&lt;/P&gt;&lt;P&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet1/23&lt;/P&gt;&lt;P&gt;&amp;nbsp; description vpc-peerlink&lt;/P&gt;&lt;P&gt;&amp;nbsp; channel-group 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet1/24&lt;/P&gt;&lt;P&gt;&amp;nbsp; description vpc-peerlink&lt;/P&gt;&lt;P&gt;&amp;nbsp; channel-group 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface port-channel1&lt;/P&gt;&lt;P&gt;&amp;nbsp; description vpc-peerlink&lt;/P&gt;&lt;P&gt;&amp;nbsp; vpc peer-link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface port-channel2&lt;/P&gt;&lt;P&gt;&amp;nbsp; description ASA&lt;/P&gt;&lt;P&gt;&amp;nbsp; switchport mode trunk&lt;/P&gt;&lt;P&gt;&amp;nbsp; vpc 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;N5K02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;feature vpc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpc domain 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; role priority 65535&lt;/P&gt;&lt;P&gt;&amp;nbsp; system-priority 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; peer-keepalive destination 169.254.111.2 source 169.254.111.1 vrf default&lt;/P&gt;&lt;P&gt;&amp;nbsp; auto-recovery&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet1/19&lt;/P&gt;&lt;P&gt;&amp;nbsp; description ASA02&lt;/P&gt;&lt;P&gt;&amp;nbsp; switchport mode trunk&lt;/P&gt;&lt;P&gt;&amp;nbsp; channel-group 2 mode active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet1/21&lt;/P&gt;&lt;P&gt;&amp;nbsp; description ASA02&lt;/P&gt;&lt;P&gt;&amp;nbsp; switchport mode trunk&lt;/P&gt;&lt;P&gt;&amp;nbsp; channel-group 2 mode active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet1/22&lt;/P&gt;&lt;P&gt;&amp;nbsp; description vpc-keepalive&lt;/P&gt;&lt;P&gt;&amp;nbsp; no switchport&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 169.254.111.2/16&lt;/P&gt;&lt;P&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet1/23&lt;/P&gt;&lt;P&gt;&amp;nbsp; description vpc-peerlink&lt;/P&gt;&lt;P&gt;&amp;nbsp; channel-group 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet1/24&lt;/P&gt;&lt;P&gt;&amp;nbsp; description vpc-peerlink&lt;/P&gt;&lt;P&gt;&amp;nbsp; channel-group 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface port-channel1&lt;/P&gt;&lt;P&gt;&amp;nbsp; description vpc-peerlink&lt;/P&gt;&lt;P&gt;&amp;nbsp; vpc peer-link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface port-channel2&lt;/P&gt;&lt;P&gt;&amp;nbsp; description ASA&lt;/P&gt;&lt;P&gt;&amp;nbsp; switchport mode trunk&lt;/P&gt;&lt;P&gt;&amp;nbsp; vpc 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface TenGigabitEthernet0/6&lt;/P&gt;&lt;P&gt; description N5K01&lt;/P&gt;&lt;P&gt; channel-group 2 mode active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface TenGigabitEthernet0/7&lt;/P&gt;&lt;P&gt; description N5K01&lt;/P&gt;&lt;P&gt; channel-group 2 mode active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface TenGigabitEthernet0/8&lt;/P&gt;&lt;P&gt;description Failover&lt;/P&gt;&lt;P&gt;channel-group 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface TenGigabitEthernet0/9&lt;/P&gt;&lt;P&gt;description Failover&lt;/P&gt;&lt;P&gt;channel-group 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Port-channel2&lt;/P&gt;&lt;P&gt; description N5K01&lt;/P&gt;&lt;P&gt; nameif NAME&lt;/P&gt;&lt;P&gt; security-level 60&lt;/P&gt;&lt;P&gt; ip address 10.10.10.1 255.255.255.240 standby 10.10.10.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Port-channel3&lt;/P&gt;&lt;P&gt; description Failover link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Port-channel3.10&lt;/P&gt;&lt;P&gt; description State link&lt;/P&gt;&lt;P&gt; vlan 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Port-channel3.20&lt;/P&gt;&lt;P&gt; description STATE Failover Interface&lt;/P&gt;&lt;P&gt; vlan 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;failover&lt;/P&gt;&lt;P&gt;failover lan unit primary&lt;/P&gt;&lt;P&gt;failover lan interface Failover_Link Port-channel3.10&lt;/P&gt;&lt;P&gt;failover key PASSWORD&lt;/P&gt;&lt;P&gt;failover replication http&lt;/P&gt;&lt;P&gt;failover link Stateful_Failover_Link Port-channel3.20&lt;/P&gt;&lt;P&gt;failover interface ip Failover_Link 10.8.4.145 255.255.255.240 standby 10.8.4.146&lt;/P&gt;&lt;P&gt;failover interface ip Stateful_Failover_Link 10.8.4.161 255.255.255.240 standby 10.8.4.162&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface TenGigabitEthernet0/6&lt;/P&gt;&lt;P&gt; description N5K01&lt;/P&gt;&lt;P&gt; channel-group 2 mode active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface TenGigabitEthernet0/7&lt;/P&gt;&lt;P&gt; description N5K01&lt;/P&gt;&lt;P&gt; channel-group 2 mode active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface TenGigabitEthernet0/8&lt;/P&gt;&lt;P&gt;description Failover&lt;/P&gt;&lt;P&gt;channel-group 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface TenGigabitEthernet0/9&lt;/P&gt;&lt;P&gt;description Failover&lt;/P&gt;&lt;P&gt;channel-group 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Port-channel2&lt;/P&gt;&lt;P&gt; description N5K01&lt;/P&gt;&lt;P&gt; nameif NAME&lt;/P&gt;&lt;P&gt; security-level 60&lt;/P&gt;&lt;P&gt; ip address 10.10.10.1 255.255.255.240 standby 10.10.10.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Port-channel3&lt;/P&gt;&lt;P&gt; description STATE Failover Interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Port-channel3.10&lt;/P&gt;&lt;P&gt; description Failover link&lt;/P&gt;&lt;P&gt; vlan 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Port-channel3.20&lt;/P&gt;&lt;P&gt; description State link&lt;/P&gt;&lt;P&gt; vlan 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;failover&lt;/P&gt;&lt;P&gt;failover lan unit primary&lt;/P&gt;&lt;P&gt;failover lan interface Failover_Link Port-channel3.10&lt;/P&gt;&lt;P&gt;failover key PASSWORD&lt;/P&gt;&lt;P&gt;failover replication http&lt;/P&gt;&lt;P&gt;failover link Stateful_Failover_Link Port-channel3.20&lt;/P&gt;&lt;P&gt;failover interface ip Failover_Link 10.8.4.145 255.255.255.240 standby 10.8.4.146&lt;/P&gt;&lt;P&gt;failover interface ip Stateful_Failover_Link 10.8.4.161 255.255.255.240 standby 10.8.4.162&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- &lt;BR /&gt;Please remember to rate and select a correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 08:32:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465603#M270128</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-02-10T08:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Required help on ASA basic setup and configuration</title>
      <link>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465604#M270130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just noticed that I forgot to include the DMZ interfaces on the ASAs.&amp;nbsp; But I am sure that you can figure that out by looking at the other interface configuration that I provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- &lt;BR /&gt;Please remember to rate and select a correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 08:34:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465604#M270130</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-02-10T08:34:59Z</dc:date>
    </item>
    <item>
      <title>Required help on ASA basic setup and configuration</title>
      <link>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465605#M270132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you tell me which interface would work for outside.&amp;nbsp; As per my understanding according to your config sample.&amp;nbsp; port-channel2 is configured between ASA and nk5-1 and 2 will be used for outside and the same port channel 2 is used for inside also with security level 60.&amp;nbsp; is that mean I need to sub interface that port channel like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;port-channel2.30 is mapped with vlan 30 used for outside security level 0&lt;/P&gt;&lt;P&gt;port-channel2.40 is mapped with vlan 40 used for inside security level 60&lt;/P&gt;&lt;P&gt;port-channel2.50 is mapped with vlan 50 used for inside security level 90&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and as per your configure ASA-01 is connecting to n5k-01 and ASA-02 is connecting to n5k-02 no crosss connect between ASA and nk5 (will it be good for redundancy purpose or this is design restriction)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 09:29:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465605#M270132</guid>
      <dc:creator>Goutam Biswas</dc:creator>
      <dc:date>2014-02-10T09:29:41Z</dc:date>
    </item>
    <item>
      <title>Required help on ASA basic setup and configuration</title>
      <link>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465606#M270133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have several VLANs that need to go through the firewall then yes you need to configure the portchannel 2 as subinterface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not include any configuration for the inside network as I thought it would be quite self explanitory by following the example for the interfaces going towards NK501 - 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA-01 is only connected to n5k-01 and ASA-02 is only connected to n5k-02 as per your network diagram.&amp;nbsp; Yes you could cable them redundant between the n5k switches if you wanted to do that.&amp;nbsp; I was just following your diagram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- &lt;BR /&gt;Please remember to rate and select a correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 11:09:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465606#M270133</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-02-10T11:09:55Z</dc:date>
    </item>
    <item>
      <title>Required help on ASA basic setup and configuration</title>
      <link>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465607#M270136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp; I will check and let you know if everything works fine.&amp;nbsp; Thanks again for your help.&amp;nbsp; Another help if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any documents on ASA, where it shows diagram based configuration according to Data Center Design, it would help me to understand better and corelate with my setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean different design diagram and configuration deployment solution in today's Data Center.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 11:14:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465607#M270136</guid>
      <dc:creator>Goutam Biswas</dc:creator>
      <dc:date>2014-02-10T11:14:45Z</dc:date>
    </item>
    <item>
      <title>Required help on ASA basic setup and configuration</title>
      <link>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465608#M270138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you are looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/solutions/Enterprise/Data_Center/DC_3_0/dc_sec_design.html"&gt;http://www.cisco.com/en/US/docs/solutions/Enterprise/Data_Center/DC_3_0/dc_sec_design.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- &lt;BR /&gt;Please remember to rate and select a correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 11:26:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465608#M270138</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-02-10T11:26:49Z</dc:date>
    </item>
    <item>
      <title>Required help on ASA basic setup and configuration</title>
      <link>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465609#M270140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for basic design and configuration, this is very high level of design and configuration, which is little bit difficult to understand to me as freshers in Security.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 09:51:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465609#M270140</guid>
      <dc:creator>Goutam Biswas</dc:creator>
      <dc:date>2014-02-11T09:51:21Z</dc:date>
    </item>
    <item>
      <title>Required help on ASA basic setup and configuration</title>
      <link>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465610#M270142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally design documents do not have any configuration in them.&amp;nbsp; But had a look around and found this...hope it is what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/solutions/collateral/ns340/ns414/ns742/ns824/sbaDC_cGuide.pdf"&gt;http://www.cisco.com/en/US/solutions/collateral/ns340/ns414/ns742/ns824/sbaDC_cGuide.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- &lt;BR /&gt;Please remember to rate and select a correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 10:45:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465610#M270142</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-02-11T10:45:44Z</dc:date>
    </item>
    <item>
      <title>Required help on ASA basic setup and configuration</title>
      <link>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465611#M270144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I have this one thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 10:47:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465611#M270144</guid>
      <dc:creator>Goutam Biswas</dc:creator>
      <dc:date>2014-02-11T10:47:16Z</dc:date>
    </item>
    <item>
      <title>Required help on ASA basic setup and configuration</title>
      <link>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465612#M270145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then the only other thing that might be what you want is a configuration guide. and not a design guide.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/switches/datacenter/nexus5000/sw/configuration/guide/cli/Nexus5000-NX-OS-ConfigurationGuide.pdf"&gt;http://www.cisco.com/en/US/docs/switches/datacenter/nexus5000/sw/configuration/guide/cli/Nexus5000-NX-OS-ConfigurationGuide.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this is closer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- &lt;BR /&gt;Please remember to rate and select a correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 10:49:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/required-help-on-asa-basic-setup-and-configuration/m-p/2465612#M270145</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-02-11T10:49:39Z</dc:date>
    </item>
  </channel>
</rss>

