<?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 Sub Interface on ASA 5505 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/sub-interface-on-asa-5505/m-p/2138383#M394271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but i want to give encepsulation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2012 11:08:27 GMT</pubDate>
    <dc:creator>milan_ver</dc:creator>
    <dc:date>2012-12-11T11:08:27Z</dc:date>
    <item>
      <title>Sub Interface on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/sub-interface-on-asa-5505/m-p/2138379#M394264</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to creat sub int on ASA 5505&lt;/P&gt;&lt;P&gt;but when I am trying below command it show error.&lt;/P&gt;&lt;P&gt;------------------------------------&lt;/P&gt;&lt;P&gt;config t&lt;/P&gt;&lt;P&gt;int f0/0.3400&lt;/P&gt;&lt;P&gt;------------------------------------&lt;/P&gt;&lt;P&gt;My ASA software version is 8.2(5).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share the command for configuring the sub int.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Milan Verma&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:36:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sub-interface-on-asa-5505/m-p/2138379#M394264</guid>
      <dc:creator>milan_ver</dc:creator>
      <dc:date>2019-03-12T00:36:02Z</dc:date>
    </item>
    <item>
      <title>Sub Interface on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/sub-interface-on-asa-5505/m-p/2138380#M394266</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;Subinterfaces are used in ASA models 5510 and forward and then they are associated with a Vlan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ASA 5505 you configure addiotional Vlan interface directly and attach the Vlans either to Trunk interfaces or Access ports on the ASA5505&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, 11 Dec 2012 10:58:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sub-interface-on-asa-5505/m-p/2138380#M394266</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-11T10:58:17Z</dc:date>
    </item>
    <item>
      <title>Sub Interface on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/sub-interface-on-asa-5505/m-p/2138381#M394267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please share the commands for it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 11:00:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sub-interface-on-asa-5505/m-p/2138381#M394267</guid>
      <dc:creator>milan_ver</dc:creator>
      <dc:date>2012-12-11T11:00:59Z</dc:date>
    </item>
    <item>
      <title>Sub Interface on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/sub-interface-on-asa-5505/m-p/2138382#M394270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Interface Vlan2&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; security-level 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; ip add 1.2.3.4 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface Vlan1&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; security-level 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; ip add 10.10.10.1 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface Ethernet0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; switchport mode access&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; switchport access vlan 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface Ethernet0/1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; switchport mode access&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; switchport access vlan 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of the above interface commands are enabled by default with the actual command (= Ports in access mode and if no vlan specified it belongs to Vlan1)&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, 11 Dec 2012 11:01:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sub-interface-on-asa-5505/m-p/2138382#M394270</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-11T11:01:40Z</dc:date>
    </item>
    <item>
      <title>Sub Interface on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/sub-interface-on-asa-5505/m-p/2138383#M394271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but i want to give encepsulation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 11:08:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sub-interface-on-asa-5505/m-p/2138383#M394271</guid>
      <dc:creator>milan_ver</dc:creator>
      <dc:date>2012-12-11T11:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sub Interface on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/sub-interface-on-asa-5505/m-p/2138384#M394274</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;Then you need to configure "switchport mode trunk" under an physical interface and allow the allowed Vlan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provided your ASA 5505 license supports trunkin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface Ethernet0/0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;switchport mode trunk&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;switchport trunk allowed vlan x,y,z&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont configure the "allowed vlan" line every Vlan will be allowed through the Trunk port.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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>Tue, 11 Dec 2012 11:20:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sub-interface-on-asa-5505/m-p/2138384#M394274</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-11T11:20:08Z</dc:date>
    </item>
  </channel>
</rss>

