<?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 Cisco ASA Inter-Vlan Problems in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466062#M268541</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope Everyone is Well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope somebody could help as im banging my head with this one:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have several Sub Interfaces for VLAN's Setup on my Firewall. I have these connected to a Switch, which inturn has the Switch Port set in Trunk Mode,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch Config Here:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt;description ** Firewall Uplink - FA0/1 **&lt;/P&gt;&lt;P&gt;switchport trunk native vlan 101&lt;/P&gt;&lt;P&gt;switchport trunk allowed vlan 101-104,110&lt;/P&gt;&lt;P&gt;switchport mode trunk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i connect my Laptop up and Set a IP of 10.1.1.100 i cant even ping the Firewall (10.1.1.1). Same on the other Subnets. I cant ping any default Gateways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strangely enough thought the Firewall can ping the switch on 10.1.1.21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From All Subnets there is no internet access either but i assume this is something to do with the above not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance for any help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Si&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 03:53:57 GMT</pubDate>
    <dc:creator>simon.green</dc:creator>
    <dc:date>2019-03-12T03:53:57Z</dc:date>
    <item>
      <title>Cisco ASA Inter-Vlan Problems</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466062#M268541</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope Everyone is Well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope somebody could help as im banging my head with this one:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have several Sub Interfaces for VLAN's Setup on my Firewall. I have these connected to a Switch, which inturn has the Switch Port set in Trunk Mode,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch Config Here:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt;description ** Firewall Uplink - FA0/1 **&lt;/P&gt;&lt;P&gt;switchport trunk native vlan 101&lt;/P&gt;&lt;P&gt;switchport trunk allowed vlan 101-104,110&lt;/P&gt;&lt;P&gt;switchport mode trunk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i connect my Laptop up and Set a IP of 10.1.1.100 i cant even ping the Firewall (10.1.1.1). Same on the other Subnets. I cant ping any default Gateways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strangely enough thought the Firewall can ping the switch on 10.1.1.21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From All Subnets there is no internet access either but i assume this is something to do with the above not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance for any help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Si&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:53:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466062#M268541</guid>
      <dc:creator>simon.green</dc:creator>
      <dc:date>2019-03-12T03:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA Inter-Vlan Problems</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466063#M268543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simon &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure about why the others aren't working but for vlan 101 you have a subinterface on the ASA but that is the native vlan on the trunk. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A subinterface on the ASA expects the traffic to be tagged which it obviously won't be as the switch will send it untagged. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can assign the vlan 101 IP address etc. to the physical interface and then have the other vlans on subinterfaces. On the physical interface the ASA will pass untagged traffic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or alternatively it may be just as easy to change the native vlan on the switch to be some other vlan ie. not any of the ones you are using on the ASA subinterfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 17:00:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466063#M268543</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2014-03-05T17:00:07Z</dc:date>
    </item>
    <item>
      <title>Cisco ASA Inter-Vlan Problems</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466064#M268545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks for your Reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i have left my Switches Port Config as is:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt;description ** Firewall Uplink - FA0/1 **&lt;/P&gt;&lt;P&gt;switchport trunk native vlan 101&lt;/P&gt;&lt;P&gt;switchport trunk allowed vlan 101-104,110&lt;/P&gt;&lt;P&gt;switchport mode trunk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And modified my&amp;nbsp; ASA config as you suggested above. New Config attached. However i still cannot ping anything from the switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i plug my laptop direct into the Port on the Firewall i can ping 10.1.1.1 but none of the other Vlan IP's still&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Si&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 08:13:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466064#M268545</guid>
      <dc:creator>simon.green</dc:creator>
      <dc:date>2014-03-06T08:13:46Z</dc:date>
    </item>
    <item>
      <title>Cisco ASA Inter-Vlan Problems</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466065#M268552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Si &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post the new config and also a "sh in trunk &lt;INT&gt;" from the switch please.&lt;/INT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 12:08:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466065#M268552</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2014-03-06T12:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA Inter-Vlan Problems</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466066#M268555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks again for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New config is attached. Will have to get the switch output shortly when back on site:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Si&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:28:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466066#M268555</guid>
      <dc:creator>simon.green</dc:creator>
      <dc:date>2014-03-06T14:28:36Z</dc:date>
    </item>
    <item>
      <title>Cisco ASA Inter-Vlan Problems</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466067#M268561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Si &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will have a look at the configuration but a quick question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you try to ping the subinterfaces are you reallocating the PC into the vlan for the subinterface ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:56:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466067#M268561</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2014-03-06T14:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA Inter-Vlan Problems</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466068#M268566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes and No ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Port 4 on Switch is VLAN 101&lt;/P&gt;&lt;P&gt;Port 5 on Switch is VLAN 102&lt;/P&gt;&lt;P&gt;Port 6 on Switch is VLAN 103&lt;/P&gt;&lt;P&gt;Port 7 on Switch is VLAN 104&lt;/P&gt;&lt;P&gt;Port 8 on Switch is VLAN 110&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried to Ping all default gateways with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Address of 10.1.1.100 from Port 4 - No Joy.&lt;/P&gt;&lt;P&gt;Address of 10.1.2.100 from Port 5 - No Joy.&lt;/P&gt;&lt;P&gt;Address of 10.1.3.100 from Port 6 - No Joy.&lt;/P&gt;&lt;P&gt;Address of 10.1.4.100 from Port 7 - No Joy.&lt;/P&gt;&lt;P&gt;Address of 10.1.100.100 from Port 8 - No Joy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i emoved the switch all together and plugged my laptop into Port 1 of the Firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could Ping 10.1.1.1 with my Laptop IP set at 10.1.1.100. Rebooted the Firewall and now cant even ping 10.1.1.1 anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plug into the Management VLAN and pinged 192.168.1.1 - That works.&amp;nbsp; Tried to ping the other Default Gateways of the VLAN's but that doesnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Si&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 15:22:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466068#M268566</guid>
      <dc:creator>simon.green</dc:creator>
      <dc:date>2014-03-06T15:22:30Z</dc:date>
    </item>
    <item>
      <title>Cisco ASA Inter-Vlan Problems</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466069#M268571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Si &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What model of ASA is this ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you connect the ASA to the switch do you see the main interface and the subinterfaces as up/up ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens if you try to ping the laptop from the ASA (note if the laptop is running a firewall then allow ICMP or disable it temporarily). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 15:31:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466069#M268571</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2014-03-06T15:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA Inter-Vlan Problems</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466070#M268574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a ASA5510. Yup. See interfaces come up for Ethernet0/0 and all the sub insterfaces on the Firewall and on the Switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i ping the Laptop from the firewall it fails. If i ping from the management interface to the LAptop it ping fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Si&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 15:51:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466070#M268574</guid>
      <dc:creator>simon.green</dc:creator>
      <dc:date>2014-03-06T15:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA Inter-Vlan Problems</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466071#M268577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Si &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't see anything wrong with the last configuration you posted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do a "sh route" does the ASA see the subinterface networks ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so a few suggestions - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) there is no reason you cannot pass untagged traffic on the main interface but perhaps try to remove the config from the e0/1 main interface including the nameif command, then create a subinterface for vlan 101 and change the native vlan on the trunk to an unused vlan so vlan 101 is tagged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) lets concentrate on one vlan so pick one of the subinterface vlans, set the switchport connected to the laptop in that vlan and set it's default gateway to the firewall. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then try pinging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just trying to rule out everything that might be stopping this working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 16:06:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466071#M268577</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2014-03-06T16:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA Inter-Vlan Problems</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466072#M268579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay in getting back to you. Ok ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sh Route shows:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gateway of last resort is not set&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.1.3.0 255.255.255.0 is directly connected, inside_cctv&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.1.2.0 255.255.255.0 is directly connected, inside_voip&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.1.1.0 255.255.255.0 is directly connected, inside_lan_management&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.1.4.0 255.255.255.0 is directly connected, inside_wireless&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.1.110.0 255.255.255.0 is directly connected, inside_clients&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.1.0 255.255.255.0 is directly connected, management&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also modified my config here and there as i have been playin around. With my Laptop on the switch and the switch port set to the VLAN i can now on each VLAN ping the default gateway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still cannot ping gateways between VLANs not get any outside connectivity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached my New Config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks again&lt;/P&gt;&lt;P&gt;Si&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 08:41:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-inter-vlan-problems/m-p/2466072#M268579</guid>
      <dc:creator>simon.green</dc:creator>
      <dc:date>2014-03-08T08:41:07Z</dc:date>
    </item>
  </channel>
</rss>

