<?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: ASA V-Lan Conf in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073351#M914630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I delete V-Lan 1 which is associated with ASA Inside Interface then is it required the following commands on Switch Management Interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface fastethernet0/48&lt;/P&gt;&lt;P&gt;description ASA_Inside_Interface&lt;/P&gt;&lt;P&gt;switchport access vlan 1&lt;/P&gt;&lt;P&gt;speed 100&lt;/P&gt;&lt;P&gt;duplex full&lt;/P&gt;&lt;P&gt;no shut &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Aug 2008 16:51:14 GMT</pubDate>
    <dc:creator>ray_stone</dc:creator>
    <dc:date>2008-08-13T16:51:14Z</dc:date>
    <item>
      <title>ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073341#M914603</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have setup a new Cisco L3 Switch and create three different V-Lan. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) V-lan 100 192.168.12.0/24 f0&lt;/P&gt;&lt;P&gt;2) V-lan 200 192.168.13.0/24 f1&lt;/P&gt;&lt;P&gt;3) V-lan 300 192.168.14.0/24 f2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F3 switch port is directly connected with ASA 5505 FW. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA Inside IP 192.168.10.2&lt;/P&gt;&lt;P&gt;Switch F3 IP 192.168.10.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want that all Vlan traffic request for internet to be go through ASA. Please suggest what type of config I will have to do?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:30:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073341#M914603</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2019-03-11T13:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073342#M914604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No shut the actual interface and create a sub-interface for each vlan.  Physical can't have a vlan so you'll need 3 subs.  Configure sub-interfaces the same way you would a physical interface.  Setup your L3 switch interface as a 802.1q trunk port.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface physical_interface.subinterface&lt;/P&gt;&lt;P&gt;vlan vlan-id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX:&lt;/P&gt;&lt;P&gt;interface g0/1.10&lt;/P&gt;&lt;P&gt;vlan 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate if helpful.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 11:54:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073342#M914604</guid>
      <dc:creator>cpembleton</dc:creator>
      <dc:date>2008-08-13T11:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073343#M914606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the easy way is as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first inter the following command on the switch to enable routing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip routing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;creat thre SVIs on the switch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;interface vlan 100&lt;/P&gt;&lt;P&gt;ip address 192.168.12.1 255.255.255.0&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 200&lt;/P&gt;&lt;P&gt;ip address 192.168.13.1 255.255.255.0&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 300&lt;/P&gt;&lt;P&gt;ip address 192.168.14.1 255.255.255.0&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then creat a default route point to the ASA inside interface &lt;/P&gt;&lt;P&gt;on the switch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 192.168.10.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make the switchport connected to the asa as a routed port&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eaxmle&lt;/P&gt;&lt;P&gt;interfaces fa0/3&lt;/P&gt;&lt;P&gt;no switchport&lt;/P&gt;&lt;P&gt;ip address 192.168.10.1&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now on the ASA creat three static routes each one point to one of ur vlans and going throu the switch interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the asa:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route inside 192.168.12.0 255.255.255.0 192.168.10.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route inside 192.168.13.0 255.255.255.0 192.168.10.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route inside 192.168.14.0 255.255.255.0 192.168.10.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for any clients connected to the switch&lt;/P&gt;&lt;P&gt;if u copnnect client to vlan 100&lt;/P&gt;&lt;P&gt;this client default gateway must be vlan 100 interface that we created above&lt;/P&gt;&lt;P&gt;and the same idea for each vlan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please, if helpful rate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 12:02:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073343#M914606</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-08-13T12:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073344#M914610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Chad&lt;/P&gt;&lt;P&gt;ur idea right 100%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but he said he is useing L# switch and as he mentioned ha has given an ip address to the switch interface so this interface not trunk and layer two port any more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and upon ur config he will use his switch as L2 switch only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while he can benifit from his layer three switch and make all the oruting in the L3 switch and the full config as mention in my post to him&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless he wants the comunication between vlans be through the firewall in this case he dose not need to make the routing on the L3 switch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 12:09:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073344#M914610</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-08-13T12:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073345#M914613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marwan's suggestion is the easiest way to do it which is actually creating SVI interfaces in your L3 switch..  you could do ospf adjacency  between asa inside and l3 switch but Marvan's example is good way to go with. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally you will need to add those SVI subnets in asa to PAT them using global outboung interface for internet traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.12.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.13.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.14.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Jorge &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 14:23:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073345#M914613</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-08-13T14:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073346#M914616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks jorge especially for nating&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because i got busy arranging the routing for him&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sure the nating must be done for all internal vlans subnets to intgrate with static route that we have added to the asa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i mean the way out and bak end to end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 14:32:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073346#M914616</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-08-13T14:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073347#M914619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all suggestions, but as I know when the all V-Lan traffic goes to other device by using a single port on switch then trunk port must be configured. In this above scenario, Is it not required a configured Trunk Port?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 15:42:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073347#M914619</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2008-08-13T15:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073348#M914623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In above scenario trunking is not required because you are not creating the VLANS in the firewall. When you do 802.1q subinterfaces in ASA then you need to extend those vlans to the switch via trunk. But because you are doing inter vlan routing withing the L3 switch you just simply need the example provided by Marwan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 15:49:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073348#M914623</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-08-13T15:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073349#M914625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well the ASA is setup with default configuration and the inside interface is also associated with V-lan1. Does it requires to change anything on ASA Inside Interface which will be connect with Switch port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use inter v-lan routing on L3 Switch then what commands I need to execute. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 16:04:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073349#M914625</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2008-08-13T16:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073350#M914627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lets take ASA inside interface subnet 192.168.10.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA Inside IP 192.168.10.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch has default VLAN1 which is management vlan. Configure management vlan in same network as your ASA inside subnet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example on switch:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan1&lt;/P&gt;&lt;P&gt;ip address 192.168.10.3 255.255.255.0&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then connect ASA inside physical port on a switchport on the switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface fastethernet0/48&lt;/P&gt;&lt;P&gt;description ASA_Inside_Interface&lt;/P&gt;&lt;P&gt;switchport access vlan 1&lt;/P&gt;&lt;P&gt;speed 100&lt;/P&gt;&lt;P&gt;duplex full&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And thats it, complete the Marvwan's example, doing default route pointing to ASA inside interface IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your hosts on 12,13,14 Default gateway will be SVI interface IP address, and for internet access follow the NAT (inside) 1 example above..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know if you need a more complete script but you should be good to go..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[edit]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For inter-vlan routing configuration create the svi on the switch as Marwan provided example, for the SVI interfaces you create for them to be up/up you must connect a host on the allocated switchport and place the switch port in the correct SVI vlan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 100&lt;/P&gt;&lt;P&gt;ip address 192.168.13.1 255.255.255.0&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface fastethernet0/1&lt;/P&gt;&lt;P&gt;Description  WIndowsXP_PC1&lt;/P&gt;&lt;P&gt;switchport access vlan 100 &lt;/P&gt;&lt;P&gt;speed 100&lt;/P&gt;&lt;P&gt;duplex full&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&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;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 16:15:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073350#M914627</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-08-13T16:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073351#M914630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I delete V-Lan 1 which is associated with ASA Inside Interface then is it required the following commands on Switch Management Interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface fastethernet0/48&lt;/P&gt;&lt;P&gt;description ASA_Inside_Interface&lt;/P&gt;&lt;P&gt;switchport access vlan 1&lt;/P&gt;&lt;P&gt;speed 100&lt;/P&gt;&lt;P&gt;duplex full&lt;/P&gt;&lt;P&gt;no shut &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 16:51:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073351#M914630</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2008-08-13T16:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073352#M914631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I understand without V-lan configured on ASA Inside Interface and the connected port of switch will work like as a Master Port.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 16:56:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073352#M914631</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2008-08-13T16:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073353#M914632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AS reference will try to exmplain a bit more so that you can know the obtions in future. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot delete the management default VLAN1 off the switch or any switch as it is a default embeded vlan in the switch code, but you can choose any other vlan for management and leave VLAN1 alone with no IP adddress and be able to telnet to the switch from any other SVI interface , it is just simply for management. The VLAN1 Association on the switch is local to the switch and not the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you had created the VLANS on the ASA for example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.100 &lt;/P&gt;&lt;P&gt;vlan 100 &lt;/P&gt;&lt;P&gt;nameif inside1 &lt;/P&gt;&lt;P&gt;security-level 100 &lt;/P&gt;&lt;P&gt;ip address 192.168.10.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.101 &lt;/P&gt;&lt;P&gt;vlan 101 &lt;/P&gt;&lt;P&gt;nameif inside2 &lt;/P&gt;&lt;P&gt;security-level 101 &lt;/P&gt;&lt;P&gt;ip address 192.168.11.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the switch the trunk must be configured and associate the ASA VLAN# to the switch L2 VLAN# as bellow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;switch:  Layer 2 vlans&lt;/P&gt;&lt;P&gt;vlan database&lt;/P&gt;&lt;P&gt;vlan 100 name inside1&lt;/P&gt;&lt;P&gt;vlan 101 name inside2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface fastethernet0/48&lt;/P&gt;&lt;P&gt;Description Connection to ASA_Inside_Ethernet1&lt;/P&gt;&lt;P&gt;switchport mode trunk&lt;/P&gt;&lt;P&gt;switchport trunk encapsulation dot1q&lt;/P&gt;&lt;P&gt;switchport trunk allow vlan 100,101  etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;////&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In original replies example the fe0/48 defaults to vlan1 anyways and switchport access vlan 1 command is not required Im just pickie about it and place it  when there are many vlans configured and want to know who is who on the switch ports, you are correct in saying master port, although I have not heard that tearm in switches but I think  you meant by master port the primary physical&lt;/P&gt;&lt;P&gt;connection to the firewall inside interface.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 17:54:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073353#M914632</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-08-13T17:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073354#M914633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Valuable!!!! I appreciate. Guys please don't mind as I am bit confused in the V-Lans configuration that's why I am putting lot of queries and hope all confusion part will be wash out by your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me now how can I do inter-VLan routing into L3 Switch. Please show an example if possible. Thnaks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 18:27:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073354#M914633</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2008-08-13T18:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073355#M914635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;waiting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 18:59:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073355#M914635</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2008-08-13T18:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073356#M914636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you have already configure basic ASA inside interface with 192.168.10.2/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1-Start with Layer 2 vlans on switch, and use VLAN1 for management on same segment as ASA inside interface&lt;/P&gt;&lt;P&gt;2-Create L3 SVI interfaces for earch Layer 2 VLAN you created&lt;/P&gt;&lt;P&gt;3-Enable routing on the switch&lt;/P&gt;&lt;P&gt;4-Configure ASA static routes to talk to 12,13,14 subnets via 192.168.10.1 &lt;/P&gt;&lt;P&gt;5-Configure ASA for NATing your inside hosts in L3 switch for internet access&lt;/P&gt;&lt;P&gt;6-COnfigure ASA with same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;7-ALLOw any subnet from  behind ASA access to ASA for telnet and/or http for management&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vlan database &lt;/P&gt;&lt;P&gt;vlan 100 name 192.168.12.0/24&lt;/P&gt;&lt;P&gt;vlan 101 name 192.168.13.0/24&lt;/P&gt;&lt;P&gt;vlan 102 name 192.168.14.0/24&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;verify vlans  " show vlan"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Create SVIs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 100&lt;/P&gt;&lt;P&gt;Description 12.0/24 subnet&lt;/P&gt;&lt;P&gt;IP address 192.168.12.1 255.255.255.0&lt;/P&gt;&lt;P&gt;no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 101&lt;/P&gt;&lt;P&gt;Description 13.0/24 subnet&lt;/P&gt;&lt;P&gt;IP address 192.168.13.1 255.255.255.0&lt;/P&gt;&lt;P&gt;no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 102&lt;/P&gt;&lt;P&gt;Description 14.0/24 subnet&lt;/P&gt;&lt;P&gt;IP address 192.168.14.1 255.255.255.0&lt;/P&gt;&lt;P&gt;no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Management Vlan1 in switch which also servers as L3 connection to ASA &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan1&lt;/P&gt;&lt;P&gt;Description Management &lt;/P&gt;&lt;P&gt;ip address 192.168.10.1 255.255.255.0&lt;/P&gt;&lt;P&gt;no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Enable routing in switch and configure default route&lt;/B&gt;&lt;/P&gt;&lt;P&gt;ip routing &lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 192.168.10.2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allocate switch port Fe0/48 to connect to ASA inside interface&lt;/P&gt;&lt;P&gt;interface fastethernet0/48&lt;/P&gt;&lt;P&gt;Description Connection to ASA_Ethernet1&lt;/P&gt;&lt;P&gt;speed 100&lt;/P&gt;&lt;P&gt;duplex full&lt;/P&gt;&lt;P&gt;no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test pinging from switch to asa inside interface - if ok proceed ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;ASA side configuration&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route inside 192.168.12.0 255.255.255.0 192.168.10.1&lt;/P&gt;&lt;P&gt;route inside 192.168.13.0 255.255.255.0 192.168.10.1&lt;/P&gt;&lt;P&gt;route inside 192.168.14.0 255.255.255.0 192.168.10.1 &lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface &lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.12.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.13.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.14.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http server enable &lt;/P&gt;&lt;P&gt;http 192.168.12.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;http 192.168.13.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;http 192.168.14.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet 192.168.12.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet 192.168.13.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet 192.168.14.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route 0.0.0.0 0.0.0.0 ISP_NetHop_Router_IP 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;Now for real test, you need to place in switches PC hosts for the SVI interfaces to come up&lt;/P&gt;&lt;P&gt;Rememner that PCs default gateway will be the IP of the SVI interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface fastethernet0/1&lt;/P&gt;&lt;P&gt;Description PC1_192.168.12.40/24&lt;/P&gt;&lt;P&gt;switchport access vlan 100&lt;/P&gt;&lt;P&gt;no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface fastethernet0/2&lt;/P&gt;&lt;P&gt;Description PC1_192.168.13.40/24&lt;/P&gt;&lt;P&gt;switchport access vlan 101&lt;/P&gt;&lt;P&gt;no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from PC in subnet 100 ping its default gateway at 192.168.12.1 &lt;/P&gt;&lt;P&gt;From PC in subnet 101 ping its default gatewat at 192.168.13.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From PC in subnet 100 ping PC in subnet 101 &lt;/P&gt;&lt;P&gt;From PC in subnet 100 ping asa Inside interface at 192.168.10.2 &lt;/P&gt;&lt;P&gt;from PCs connect to internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did I missed anything? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 19:10:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073356#M914636</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-08-13T19:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073357#M914638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the use of this command.."same-security-traffic permit intra-interface" As I understand this command is to enable the V-lan's communication which is configured on Switch. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, I want to configure the Inter-V-Lan routing on L3 switch instead of ASA. Is it required and static commands or routing protocols like RIP, OSPF and etc. Please advice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 19:22:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073357#M914638</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2008-08-13T19:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073358#M914640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you place any other hosts on 192.168.10.0/24 subnet beside the switch vlan1 192.168.10.1 and asa inside interface 192.168.10.2 you need this command in asa for traffic from 12,13,14  subnets to talk to hosts on the 10 subnet go out the same interface it came. Omit the command otherwise!  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface.&lt;/P&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 19:32:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073358#M914640</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-08-13T19:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073359#M914642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And what about V-Lan communication? How will it be configured on L3 Switch?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 19:36:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073359#M914642</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2008-08-13T19:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: ASA V-Lan Conf</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073360#M914644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inter VLAN communication will be handle by the L3 switch and its routing function within.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 19:38:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-lan-conf/m-p/1073360#M914644</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-08-13T19:38:26Z</dc:date>
    </item>
  </channel>
</rss>

