<?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: Vlans on same interface, using sub interface no comm in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/vlans-on-same-interface-using-sub-interface-no-comm/m-p/838962#M960472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't &lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;do this?&lt;/P&gt;&lt;P&gt;by the way though i've configured all subnets on the subinterface to allow ip and still no resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Nov 2007 20:50:45 GMT</pubDate>
    <dc:creator>ibl.contracts</dc:creator>
    <dc:date>2007-11-19T20:50:45Z</dc:date>
    <item>
      <title>Vlans on same interface, using sub interface no comm</title>
      <link>https://community.cisco.com/t5/network-security/vlans-on-same-interface-using-sub-interface-no-comm/m-p/838959#M960469</link>
      <description>&lt;P&gt;Good Day Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my first post here, and praying for a solution.  &lt;/P&gt;&lt;P&gt;My scenario is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The setup involves&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1	Catalyst 2950&lt;/P&gt;&lt;P&gt;1 	Catalyst 3750G&lt;/P&gt;&lt;P&gt;1	ASA 5520&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My objective is to configure to additional subnets using ASA subinterfaces as the Vlan gateways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this question we will use on the ASA 5520&lt;/P&gt;&lt;P&gt;one interface for server interaction&lt;/P&gt;&lt;P&gt;one interface for all user interaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Core Switch		Catalyst 3750G&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current VLan configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VLAN 1	Server 		interface 0/0&lt;/P&gt;&lt;P&gt;VLAN 10	clients 	interface 0/1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These VLans are spread on both switches and communicate well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now, I created two additional vlans on the core switch, &lt;/P&gt;&lt;P&gt;VLAN 20	clients2&lt;/P&gt;&lt;P&gt;VLAN 30	clients3&lt;/P&gt;&lt;P&gt;Using the Catalyst 2950, I assigned two computers to vlan 20 and 30 respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I configured the trunk on the  2950 interface as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/20&lt;/P&gt;&lt;P&gt; switchport trunk native vlan 10&lt;/P&gt;&lt;P&gt; switchport trunk allowed vlan 20,30&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and its connecting interface on the 3750G configured as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1/0/30&lt;/P&gt;&lt;P&gt; switchport trunk encapsulation dot1q&lt;/P&gt;&lt;P&gt; switchport trunk native vlan 10&lt;/P&gt;&lt;P&gt; switchport trunk allowed vlan 20,30&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The  switch interface to ASA is configured as follows&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1/0/40&lt;/P&gt;&lt;P&gt; switchport trunk encapsulation dot1q&lt;/P&gt;&lt;P&gt; switchport trunk native vlan 10&lt;/P&gt;&lt;P&gt; switchport trunk allowed vlan 10,20,30&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So after configuring this I configured the ASA interfaces as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt; nameif clients&lt;/P&gt;&lt;P&gt; security-level 80&lt;/P&gt;&lt;P&gt; ip address 172.16.10.1 255.255.255.0 standby 172.16.10.2 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1.20&lt;/P&gt;&lt;P&gt; vlan 20&lt;/P&gt;&lt;P&gt; nameif clients2&lt;/P&gt;&lt;P&gt; security-level 80&lt;/P&gt;&lt;P&gt; ip address 172.16.20.1 255.255.255.0 standby 172.16.20.2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1.30&lt;/P&gt;&lt;P&gt; vlan 30&lt;/P&gt;&lt;P&gt; nameif clients3&lt;/P&gt;&lt;P&gt; security-level 80&lt;/P&gt;&lt;P&gt; ip address 172.16.30.1 255.255.255.0 standby 172.16.30.2&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Then I typed the command&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The clients setup 172.168.10.3, 20.3, 30.3 were all able to ping their respective gateways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now to ping the server interface, The following was added using static NAT rule with ASDM 5.2 (I'm still learning CLI for ASA, so please excuse me)&lt;/P&gt;&lt;P&gt;I'll do the print out on ASA. (sh nat servers/clients/...2/...3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Servers&lt;/P&gt;&lt;P&gt;match ip servers 172.16.1.0 255.255.255.0 clients any static translation to 172.16.1.0&lt;/P&gt;&lt;P&gt;match ip servers 172.16.1.0 255.255.255.0 clients2 any static translation to 172.16.1.0&lt;/P&gt;&lt;P&gt;match ip servers 172.16.1.0 255.255.255.0 clients3 any static translation to 172.16.1.0&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;Clients	&lt;/P&gt;&lt;P&gt;match ip clients 172.16.10.0 255.255.255.0 servers any static translation to 172.16.10.0 (this is my entry)&lt;/P&gt;&lt;P&gt;match ip clients 172.16.10.0 255.255.255.0 clients any dynamic translation to pool 10 (No matching global)(this is not mine but would like to know how)&lt;/P&gt;&lt;P&gt;match ip clients 172.16.10.0 255.255.255.0 clients2 any dynamic translation to pool 10 (No matching global)(this is not mine but would like to know how)&lt;/P&gt;&lt;P&gt;match ip clients 172.16.10.0 255.255.255.0 clients3 any dynamic translation to pool 10 (No matching global)(this is not mine but would like to know how)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plus there are other rules there taht should only be there for the clients but the same is there for all the other nameif regqrding pats&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clients2&lt;/P&gt;&lt;P&gt;match ip clients2 172.16.20.0 255.255.255.0 servers any static translation to 172.16.20.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clients3&lt;/P&gt;&lt;P&gt;match ip clients3 172.16.30.0 255.255.255.0 servers any static translation to 172.16.30.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So after adding this in ASDM they can ping the server network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem now exists that they cannot ping each other on the same interface can anyone shed some light now.&lt;/P&gt;&lt;P&gt;Question as well with the command &lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface, would I have to configure rules for them to talk to each other provided the first issue is resolved?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:32:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlans-on-same-interface-using-sub-interface-no-comm/m-p/838959#M960469</guid>
      <dc:creator>ibl.contracts</dc:creator>
      <dc:date>2019-03-11T11:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Vlans on same interface, using sub interface no comm</title>
      <link>https://community.cisco.com/t5/network-security/vlans-on-same-interface-using-sub-interface-no-comm/m-p/838960#M960470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone please help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 12:12:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlans-on-same-interface-using-sub-interface-no-comm/m-p/838960#M960470</guid>
      <dc:creator>ibl.contracts</dc:creator>
      <dc:date>2007-11-19T12:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Vlans on same interface, using sub interface no comm</title>
      <link>https://community.cisco.com/t5/network-security/vlans-on-same-interface-using-sub-interface-no-comm/m-p/838961#M960471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You still need to create acl's allowing the traffic between the interfaces.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 14:54:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlans-on-same-interface-using-sub-interface-no-comm/m-p/838961#M960471</guid>
      <dc:creator>rigoberto.cintron</dc:creator>
      <dc:date>2007-11-19T14:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Vlans on same interface, using sub interface no comm</title>
      <link>https://community.cisco.com/t5/network-security/vlans-on-same-interface-using-sub-interface-no-comm/m-p/838962#M960472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't &lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;do this?&lt;/P&gt;&lt;P&gt;by the way though i've configured all subnets on the subinterface to allow ip and still no resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 20:50:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlans-on-same-interface-using-sub-interface-no-comm/m-p/838962#M960472</guid>
      <dc:creator>ibl.contracts</dc:creator>
      <dc:date>2007-11-19T20:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Vlans on same interface, using sub interface no comm</title>
      <link>https://community.cisco.com/t5/network-security/vlans-on-same-interface-using-sub-interface-no-comm/m-p/838963#M960473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know for sure you need the ACLs on the FWSM. I am not 100% sure for ASA or PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 01:08:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlans-on-same-interface-using-sub-interface-no-comm/m-p/838963#M960473</guid>
      <dc:creator>sbaddipudi</dc:creator>
      <dc:date>2007-11-20T01:08:49Z</dc:date>
    </item>
  </channel>
</rss>

