<?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 Hi,Yes this command will work in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/configure-multiple-vlans-on-asa-with-firewalling/m-p/2720708#M191756</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes this command will work on the ASA code that you are running.&lt;/P&gt;&lt;P&gt;No , access list is required as the traffic is going from the Higher to Lower Security which is allowed by default.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
    <pubDate>Sun, 10 May 2015 04:46:10 GMT</pubDate>
    <dc:creator>Vibhor Amrodia</dc:creator>
    <dc:date>2015-05-10T04:46:10Z</dc:date>
    <item>
      <title>Configure multiple VLANs on ASA with firewalling</title>
      <link>https://community.cisco.com/t5/network-security/configure-multiple-vlans-on-asa-with-firewalling/m-p/2720705#M191752</link>
      <description>&lt;P&gt;I have an ASA 5510 configured to manage 7 VLANs, some of these VLANs need access to the internet, others don't. One of these VLANs is a management VLAN and it needs internet access. The ASA is trunked to switch, which has different ports activated for the different VLANs.&lt;/P&gt;&lt;P&gt;So far, I am unable to get the Data VLAN to access the internet and would like some help with my config, please see below:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;:&lt;BR /&gt;ASA Version 9.1(6)&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;&amp;nbsp;description Trunk Port for all VLANS&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0.200&lt;BR /&gt;&amp;nbsp;vlan 200&lt;BR /&gt;&amp;nbsp;nameif Data&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 172.16.0.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0.300&lt;BR /&gt;&amp;nbsp;vlan 300&lt;BR /&gt;&amp;nbsp;nameif UAT_DMZ&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.100.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0.400&lt;BR /&gt;&amp;nbsp;vlan 400&lt;BR /&gt;&amp;nbsp;nameif UAT_SECURE&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 10.135.17.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0.500&lt;BR /&gt;&amp;nbsp;vlan 500&lt;BR /&gt;&amp;nbsp;nameif UAT_INTCON&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 172.30.50.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0.601&lt;BR /&gt;&amp;nbsp;vlan 601&lt;BR /&gt;&amp;nbsp;nameif PROD_DMZ&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.255.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0.602&lt;BR /&gt;&amp;nbsp;vlan 602&lt;BR /&gt;&amp;nbsp;nameif PROD_SECURE&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 10.149.57.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0.603&lt;BR /&gt;&amp;nbsp;vlan 603&lt;BR /&gt;&amp;nbsp;nameif PROD_INTCON&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 172.19.205.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;&amp;nbsp;nameif Outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address x.x.x.2&amp;nbsp;255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt;&amp;nbsp;management-only&lt;BR /&gt;&amp;nbsp;nameif management&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;boot system disk0:/asa916-k8.bin&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone WAT 1&lt;BR /&gt;dns domain-lookup Data&lt;BR /&gt;dns domain-lookup UAT_DMZ&lt;BR /&gt;dns domain-lookup UAT_SECURE&lt;BR /&gt;dns domain-lookup UAT_INTCON&lt;BR /&gt;dns domain-lookup PROD_DMZ&lt;BR /&gt;dns domain-lookup PROD_SECURE&lt;BR /&gt;dns domain-lookup PROD_INTCON&lt;BR /&gt;dns domain-lookup Outside&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;&amp;nbsp;name-server 8.8.8.8&lt;BR /&gt;&amp;nbsp;name-server 41.75.80.84&lt;BR /&gt;&amp;nbsp;name-server 4.2.2.1&lt;BR /&gt;&amp;nbsp;name-server 4.2.2.2&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;object network UAT_INTCON-nw&lt;BR /&gt;&amp;nbsp;subnet 172.30.50.0 255.255.255.0&lt;BR /&gt;object network UAT_DMZ-nw&lt;BR /&gt;&amp;nbsp;subnet 192.168.100.0 255.255.255.0&lt;BR /&gt;object network UAT_SECURE-nw&lt;BR /&gt;&amp;nbsp;subnet 10.135.17.0 255.255.255.0&lt;BR /&gt;object network PROD_DMZ-nw&lt;BR /&gt;&amp;nbsp;subnet 192.168.255.0 255.255.255.0&lt;BR /&gt;object network PROD_INTCON-nw&lt;BR /&gt;&amp;nbsp;subnet 172.19.205.0 255.255.255.0&lt;BR /&gt;object network PROD_SECURE-nw&lt;BR /&gt;&amp;nbsp;subnet 10.149.57.0 255.255.255.0&lt;BR /&gt;object network AnyNetwork&lt;BR /&gt;&amp;nbsp;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;&amp;nbsp;description Any network&lt;BR /&gt;object network Data-nw&lt;BR /&gt;&amp;nbsp;subnet 172.16.0.0 255.255.255.0&lt;BR /&gt;object-group network UAT-nw&lt;BR /&gt;&amp;nbsp;description UAT&lt;BR /&gt;&amp;nbsp;network-object object UAT_DMZ-nw&lt;BR /&gt;&amp;nbsp;network-object object UAT_INTCON-nw&lt;BR /&gt;&amp;nbsp;network-object object UAT_SECURE-nw&lt;BR /&gt;object-group icmp-type ICMP-ALLOWED&lt;BR /&gt;&amp;nbsp;icmp-object echo-reply&lt;BR /&gt;&amp;nbsp;icmp-object time-exceeded&lt;BR /&gt;object-group protocol DM_INLINE_PROTOCOL_1&lt;BR /&gt;&amp;nbsp;protocol-object ip&lt;BR /&gt;&amp;nbsp;protocol-object tcp&lt;BR /&gt;object-group protocol DM_INLINE_PROTOCOL_2&lt;BR /&gt;&amp;nbsp;protocol-object ip&lt;BR /&gt;&amp;nbsp;protocol-object tcp&lt;BR /&gt;access-list Inside_access_in extended permit object-group DM_INLINE_PROTOCOL_2 object Data-nw any4&lt;BR /&gt;access-list Outside_access_in extended permit icmp any4 any4 object-group ICMP-ALLOWED&lt;BR /&gt;access-list Outside_access_in extended permit tcp any4 eq ssh any4 eq ssh&lt;BR /&gt;access-list Data_access_out extended permit object-group DM_INLINE_PROTOCOL_1 172.16.0.0 255.255.255.0 any4&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu Data 1500&lt;BR /&gt;mtu UAT_DMZ 1500&lt;BR /&gt;mtu UAT_SECURE 1500&lt;BR /&gt;mtu UAT_INTCON 1500&lt;BR /&gt;mtu PROD_DMZ 1500&lt;BR /&gt;mtu PROD_SECURE 1500&lt;BR /&gt;mtu PROD_INTCON 1500&lt;BR /&gt;mtu Outside 1500&lt;BR /&gt;mtu management 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-733.bin&lt;BR /&gt;asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;access-group Inside_access_in in interface Data&lt;BR /&gt;access-group Data_access_out out interface Data&lt;BR /&gt;access-group Outside_access_in in interface Outside&lt;BR /&gt;route Outside 0.0.0.0 0.0.0.0 x.x.x.1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication enable console LOCAL&lt;BR /&gt;aaa authentication http console LOCAL&lt;BR /&gt;aaa authentication serial console LOCAL&lt;BR /&gt;aaa authentication ssh console LOCAL&lt;BR /&gt;aaa authentication telnet console LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 management&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;no ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;username femiagboade password 8X0YakmhG.ZUnPIp encrypted&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;&amp;nbsp;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp;parameters&lt;BR /&gt;&amp;nbsp; message-length maximum client auto&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;&amp;nbsp;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect ip-options&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;Cryptochecksum:dbbbb3db4af994e19705573ddf4930a3&lt;BR /&gt;: end&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Been on this for a while and would greatly appreciate any help I can get to get this to work.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:54:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-multiple-vlans-on-asa-with-firewalling/m-p/2720705#M191752</guid>
      <dc:creator>femi.agboade</dc:creator>
      <dc:date>2019-03-12T05:54:31Z</dc:date>
    </item>
    <item>
      <title>Hi,I think the most important</title>
      <link>https://community.cisco.com/t5/network-security/configure-multiple-vlans-on-asa-with-firewalling/m-p/2720706#M191754</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think the most important to get working would be the connectivity from the Workstations in the VLAN to the ASA interface.&lt;/P&gt;&lt;P&gt;Once , you get that working you just need to configure the NAT statement for going out to the internet:-&lt;/P&gt;&lt;P&gt;Object network obj-0.0.0.0&lt;/P&gt;&lt;P&gt;subnet 0 0&lt;/P&gt;&lt;P&gt;nat (management,outside) dynamic interface&lt;/P&gt;&lt;P&gt;You need to do the same for the other interfaces.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2015 10:14:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-multiple-vlans-on-asa-with-firewalling/m-p/2720706#M191754</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2015-05-09T10:14:47Z</dc:date>
    </item>
    <item>
      <title>Hello Vibhor,Do these</title>
      <link>https://community.cisco.com/t5/network-security/configure-multiple-vlans-on-asa-with-firewalling/m-p/2720707#M191755</link>
      <description>&lt;P&gt;Hello Vibhor,&lt;/P&gt;&lt;P&gt;Do&amp;nbsp;these commands work on this version of IOS as this was the challenge i had with some of the commands i am used to?&lt;/P&gt;&lt;P&gt;I can confirm that the workstations in the VLANs can reach the ASA.&lt;/P&gt;&lt;P&gt;So after these nat commands, nothing else is needed? No access lists?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Femi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2015 16:16:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-multiple-vlans-on-asa-with-firewalling/m-p/2720707#M191755</guid>
      <dc:creator>femi.agboade</dc:creator>
      <dc:date>2015-05-09T16:16:25Z</dc:date>
    </item>
    <item>
      <title>Hi,Yes this command will work</title>
      <link>https://community.cisco.com/t5/network-security/configure-multiple-vlans-on-asa-with-firewalling/m-p/2720708#M191756</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes this command will work on the ASA code that you are running.&lt;/P&gt;&lt;P&gt;No , access list is required as the traffic is going from the Higher to Lower Security which is allowed by default.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2015 04:46:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-multiple-vlans-on-asa-with-firewalling/m-p/2720708#M191756</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2015-05-10T04:46:10Z</dc:date>
    </item>
    <item>
      <title>Hi Vibhor,Thanks for the</title>
      <link>https://community.cisco.com/t5/network-security/configure-multiple-vlans-on-asa-with-firewalling/m-p/2720709#M191757</link>
      <description>&lt;P&gt;Hi Vibhor,&lt;/P&gt;&lt;P&gt;Thanks for the pointer, it helped me figure out where i went off with my config as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2015 17:11:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-multiple-vlans-on-asa-with-firewalling/m-p/2720709#M191757</guid>
      <dc:creator>femi.agboade</dc:creator>
      <dc:date>2015-05-10T17:11:07Z</dc:date>
    </item>
    <item>
      <title>NAT (PAT) configuration for</title>
      <link>https://community.cisco.com/t5/network-security/configure-multiple-vlans-on-asa-with-firewalling/m-p/2720710#M191758</link>
      <description>&lt;P&gt;NAT (PAT) configuration for internet access has been not configured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is enough create some object for any subnet that you wanna internet access, and configure nat (dynamic) on this object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would not proceed to configure any object like the example above, (subnet 0.0.0.0)&lt;/P&gt;&lt;P&gt;put i'd like to proceed with specific subnet configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2015 09:07:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-multiple-vlans-on-asa-with-firewalling/m-p/2720710#M191758</guid>
      <dc:creator>teatrodelsogno</dc:creator>
      <dc:date>2015-05-11T09:07:49Z</dc:date>
    </item>
  </channel>
</rss>

