<?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 The physical interface needs in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-sub-interface/m-p/2099367#M393345</link>
    <description>&lt;P&gt;The physical interface needs to match the native Vlan.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jan 2015 03:30:23 GMT</pubDate>
    <dc:creator>Android4255</dc:creator>
    <dc:date>2015-01-21T03:30:23Z</dc:date>
    <item>
      <title>ASA sub interface</title>
      <link>https://community.cisco.com/t5/network-security/asa-sub-interface/m-p/2099361#M393339</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need advice if my configuration will work or not. Currently have a interface on ASA configured with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt;description INSIDE&lt;BR /&gt;speed 1000&lt;/P&gt;&lt;P&gt;duplex full&lt;/P&gt;&lt;P&gt;mac-address xxxx.xxxx.xxxx&lt;/P&gt;&lt;P&gt;nameif inside&lt;/P&gt;&lt;P&gt;security-level 100&lt;/P&gt;&lt;P&gt;ip address 192.168.x.x 255.255.255.0 standby 192.168.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;If I change this to a subinterface will this work?&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;BR /&gt;description 802.1q Trunking Interface for test networks&lt;/P&gt;&lt;P&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1.x&lt;BR /&gt;description INSIDE &lt;BR /&gt;speed 1000&lt;BR /&gt;duplex full&lt;BR /&gt;mac-address xxxx.xxxx.xxxx&lt;/P&gt;&lt;P&gt;nameif inside&lt;BR /&gt;security-level 100&lt;/P&gt;&lt;P&gt;ip address 192.168.x.x 255.255.255.0 standby 192.168.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This config should be copied to standby ASA? both are in a ACTIVE/STANDBY failover&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:44:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-sub-interface/m-p/2099361#M393339</guid>
      <dc:creator>JDMJeffy84</dc:creator>
      <dc:date>2019-03-12T00:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: ASA sub interface</title>
      <link>https://community.cisco.com/t5/network-security/asa-sub-interface/m-p/2099362#M393340</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;When configuring the ASA for Trunking, the Physical interface should have no real configurations. You could give it a good description that says that its a Trunk (as you have written later in the post) and configure the speed/duplex if needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using some made up names a Trunk might look something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;&lt;P&gt; description LAN Trunk&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip add&lt;/P&gt;&lt;P&gt; speed 1000&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0.100&lt;/P&gt;&lt;P&gt; vlan 100&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip add 10.10.10.1 255.255.255.0 standby 10.10.10.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0.200&lt;/P&gt;&lt;P&gt; vlan 200&lt;/P&gt;&lt;P&gt; nameif dmz&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip add 192.168.10.1 255.255.255.0 standby 192.168.10.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To sum it up&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Main Physical interface usually has no real configurations other than Speed/Duplex/description&lt;/LI&gt;&lt;LI&gt;Subinterfaces are good to name with the Vlan ID they are going to have under them (Gi0/0.100 = Vlan ID 100)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have Failover configured between 2 ASA firewalls and its working correctly you should be able to do all configurations on the Active ASA and they will replicated to the Standby ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate if the information was helpfull and/or ask more if needed &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 12:59:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-sub-interface/m-p/2099362#M393340</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-01-07T12:59:21Z</dc:date>
    </item>
    <item>
      <title>ASA sub interface</title>
      <link>https://community.cisco.com/t5/network-security/asa-sub-interface/m-p/2099363#M393341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to Jouni's instructions, &lt;/P&gt;&lt;P&gt;If you want to use vlan1 ( default vlan ) for some network this is how you should do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f7fafb; font-family: Arial, verdana, sans-serif; font-size: 12px;"&gt;interface GigabitEthernet0/0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;description LAN Trunk with vlan 1&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;nameif someInterface&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;security-level 100&lt;/P&gt;&lt;P&gt;ip add 172.16.1.1 255.255.255.0 standby 172.16.1.2&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f7fafb; font-family: Arial, verdana, sans-serif; font-size: 12px;"&gt;speed 1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;duplex full&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif; min-height: 8pt; height: 8pt;"&gt;!&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;interface GigabitEthernet0/0.100&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;vlan 100&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;nameif inside&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;security-level 100&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;ip add 10.10.10.1 255.255.255.0 standby 10.10.10.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Never do this.. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;interface GigabitEthernet0/0&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;description LAN Trunk&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;no nameif&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;no security-level&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;no ip add&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;speed 1000&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;duplex full&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;interface GigabitEthernet0/0.1&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;vlan 1&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;nameif someInterface&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;security-level 100&lt;/P&gt;&lt;P&gt;ip add 172.16.1.1 255.255.255.0 standby 172.16.1.2&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;!&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;interface GigabitEthernet0/0.100&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;vlan 100&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;nameif inside&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;security-level 100&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;ip add 10.10.10.1 255.255.255.0 standby 10.10.10.2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it seems correct but it will never work.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this config..&amp;nbsp; The traffic on the VLAN 1 will not work and not be seen by the ASA. I have done this mistake in the past and wasted hours troubleshooting &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use vlan1, configure it on the physical interface it self..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate this post if helpful.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 09:29:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-sub-interface/m-p/2099363#M393341</guid>
      <dc:creator>shamax_1983</dc:creator>
      <dc:date>2013-01-08T09:29:17Z</dc:date>
    </item>
    <item>
      <title>ASA sub interface</title>
      <link>https://community.cisco.com/t5/network-security/asa-sub-interface/m-p/2099364#M393342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I made the changes and the sub interface was fine. But, moving the physical interface to sub-interface the ASA deleted all my rules bound to that interface? and lost the NAT rules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently running 8.4(4)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 10:51:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-sub-interface/m-p/2099364#M393342</guid>
      <dc:creator>JDMJeffy84</dc:creator>
      <dc:date>2013-01-08T10:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: ASA sub interface</title>
      <link>https://community.cisco.com/t5/network-security/asa-sub-interface/m-p/2099365#M393343</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;If you want to recover the configuration I would suggest perhaps either rebooting the device (if you havent already saved the configuration that lacks all configurations related to the "nameif")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you could check the original startup configuration and gather all the lost configurations from there and "drop" them back to the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you remove the "nameif" configuration it removes all configurations related to it from the firewall. Theres no real way of transfering the "nameif" to another interface. Just have to copy/paste the configurations back after the interface -&amp;gt; subinterface change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You've probably lost all the NAT rules. Also the "access-group" command has dissapeared but the ACL itself meant for the interface should still be on the ASA. There might be other configurations that also dissapeared. Other most common might be telnet/ssh/http management configurations etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 10:59:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-sub-interface/m-p/2099365#M393343</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-01-08T10:59:27Z</dc:date>
    </item>
    <item>
      <title>That is because when you use</title>
      <link>https://community.cisco.com/t5/network-security/asa-sub-interface/m-p/2099366#M393344</link>
      <description>&lt;P&gt;That is because when you use subinterface you trunk the switch. Vlan 1 is the native and by configuring the physical interface that causes the asa to pass untagged traffic. Never use Vlan 1 and always change native Vlan on uplinks.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2015 01:58:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-sub-interface/m-p/2099366#M393344</guid>
      <dc:creator>Android4255</dc:creator>
      <dc:date>2015-01-21T01:58:22Z</dc:date>
    </item>
    <item>
      <title>The physical interface needs</title>
      <link>https://community.cisco.com/t5/network-security/asa-sub-interface/m-p/2099367#M393345</link>
      <description>&lt;P&gt;The physical interface needs to match the native Vlan.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2015 03:30:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-sub-interface/m-p/2099367#M393345</guid>
      <dc:creator>Android4255</dc:creator>
      <dc:date>2015-01-21T03:30:23Z</dc:date>
    </item>
  </channel>
</rss>

