<?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 Adding interface voice vlan to ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/adding-interface-voice-vlan-to-asa/m-p/3002291#M155727</link>
    <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am running an ASA 5505, V8.2.5 with security plus license.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have added an additional vlan (Vlan100) to the asa and need it be identical in nature to vlan 1. For someone reason for PC's that are connected to vlan 1, I can't ping the gateway on vlan 100.&amp;nbsp; PC's that are on vlan 1, can ping interface vlan gateway 192.168.0.171 and other PC's on vlan 1.&lt;/P&gt;
&lt;P&gt;Can you someone take a look at my config and tell me what I need to add for the following to occur:&lt;/P&gt;
&lt;P&gt;- vlan100 to get natted just like vlan 1 out to the internet.&lt;/P&gt;
&lt;P&gt;-ping from vlan1 to vlan100, vice versa&lt;/P&gt;
&lt;P&gt;- allow access from outside to access servers test 4 and test 5, http and www.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I bolded what I added.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;----------------------------&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ASA Version 8.2(5)&lt;BR /&gt;!&lt;BR /&gt;hostname ASA&lt;BR /&gt;&lt;BR /&gt;names&lt;BR /&gt;name 192.168.0.244 barr&lt;BR /&gt;name 192.168.0.85 ewa&lt;BR /&gt;name 192.168.0.129 test1&lt;BR /&gt;name 192.168.0.127 test6&lt;BR /&gt;name 192.168.0.139 test2&lt;BR /&gt;name 192.168.0.144 test3&lt;BR /&gt;name 192.168.100.10 test4&lt;BR /&gt;name 192.168.100.11 test5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;&amp;nbsp;switchport access vlan 2&lt;BR /&gt;&amp;nbsp;speed 100&lt;BR /&gt;&amp;nbsp;duplex full&lt;BR /&gt;!&lt;BR /&gt;&lt;STRONG&gt;interface Ethernet0/1 &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;description trunk to hp switch&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;switchport trunk allowed vlan 1,100&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;switchport mode trunk&lt;/STRONG&gt;&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.0.171 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address **Outside IP** 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;interface Vlan3&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;nameif dmz&lt;BR /&gt;&amp;nbsp;security-level 50&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;&lt;STRONG&gt;interface Vlan100&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;nameif voice-network&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;security-level 100&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;ip address 192.168.100.1 255.255.255.0&lt;/STRONG&gt;&lt;BR /&gt;!&lt;BR /&gt;boot system disk0:/asa825-k8.bin&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone CST -6&lt;BR /&gt;clock summer-time CDT recurring&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;&amp;nbsp;domain-name test.com&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;object-group protocol TCPUDP&lt;BR /&gt;&amp;nbsp;protocol-object udp&lt;BR /&gt;&amp;nbsp;protocol-object tcp&lt;BR /&gt;object-group service DM_INLINE_TCP_1 tcp&lt;BR /&gt;&amp;nbsp;port-object eq www&lt;BR /&gt;&amp;nbsp;port-object eq https&lt;BR /&gt;object-group service DM_INLINE_TCP_2 tcp&lt;BR /&gt;&amp;nbsp;port-object eq imap4&lt;BR /&gt;&amp;nbsp;port-object eq pop3&lt;BR /&gt;&amp;nbsp;port-object eq smtp&lt;BR /&gt;access-list inside_nat0_outbound extended permit ip any 192.168.0.128 255.255.255.128&lt;BR /&gt;access-list vpn_splitTunnelAcl_2 standard permit 192.168.0.0 255.255.255.0&lt;BR /&gt;access-list outside_access_in extended permit tcp any any object-group DM_INLINE_TCP_2&lt;BR /&gt;access-list outside_access_in extended permit tcp any any eq ftp&lt;BR /&gt;access-list outside_access_in extended permit udp any any eq domain&lt;BR /&gt;access-list outside_access_in extended permit tcp any any object-group DM_INLINE_TCP_1&lt;BR /&gt;access-list capout extended permit tcp any interface outside eq smtp&lt;BR /&gt;access-list capout extended permit tcp interface outside eq smtp any&lt;BR /&gt;access-list capin extended permit tcp any host Barracuda eq smtp&lt;BR /&gt;access-list inside_access_in extended permit ip any any&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;logging ftp-server 192.168.0.46 / syslog *****&lt;BR /&gt;no logging message 106015&lt;BR /&gt;no logging message 313001&lt;BR /&gt;no logging message 313008&lt;BR /&gt;no logging message 106023&lt;BR /&gt;no logging message 710003&lt;BR /&gt;no logging message 106100&lt;BR /&gt;no logging message 302015&lt;BR /&gt;no logging message 302014&lt;BR /&gt;no logging message 302013&lt;BR /&gt;no logging message 302018&lt;BR /&gt;no logging message 302017&lt;BR /&gt;no logging message 302016&lt;BR /&gt;no logging message 302021&lt;BR /&gt;no logging message 302020&lt;BR /&gt;flow-export destination inside 192.168.0.5 2055&lt;BR /&gt;flow-export template timeout-rate 1&lt;BR /&gt;flow-export delay flow-create 15&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu dmz 1500&lt;BR /&gt;mtu voice-network 1500&lt;BR /&gt;ip local pool pool1 192.168.0.172-192.168.0.197 mask 255.255.255.0&lt;BR /&gt;ip local pool pool2 192.168.0.218-192.168.0.219 mask 255.255.255.0&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-647.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;BR /&gt;nat (inside) 1 192.168.0.0 255.255.255.0&lt;BR /&gt;static (inside,outside) tcp interface domain 192.168.0.5 domain netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface smtp barr smtp netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) udp interface domain 192.168.0.5 domain netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface ftp test2 ftp netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface www test3 www netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface https test3 https netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface imap4 test3 imap4 netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface pop3 test3 pop3 netmask 255.255.255.255&lt;BR /&gt;access-group inside_access_in in interface inside&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 **Outside Router** 1&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------------&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 08:09:01 GMT</pubDate>
    <dc:creator>latintrpt</dc:creator>
    <dc:date>2019-03-12T08:09:01Z</dc:date>
    <item>
      <title>Adding interface voice vlan to ASA</title>
      <link>https://community.cisco.com/t5/network-security/adding-interface-voice-vlan-to-asa/m-p/3002291#M155727</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am running an ASA 5505, V8.2.5 with security plus license.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have added an additional vlan (Vlan100) to the asa and need it be identical in nature to vlan 1. For someone reason for PC's that are connected to vlan 1, I can't ping the gateway on vlan 100.&amp;nbsp; PC's that are on vlan 1, can ping interface vlan gateway 192.168.0.171 and other PC's on vlan 1.&lt;/P&gt;
&lt;P&gt;Can you someone take a look at my config and tell me what I need to add for the following to occur:&lt;/P&gt;
&lt;P&gt;- vlan100 to get natted just like vlan 1 out to the internet.&lt;/P&gt;
&lt;P&gt;-ping from vlan1 to vlan100, vice versa&lt;/P&gt;
&lt;P&gt;- allow access from outside to access servers test 4 and test 5, http and www.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I bolded what I added.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;----------------------------&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ASA Version 8.2(5)&lt;BR /&gt;!&lt;BR /&gt;hostname ASA&lt;BR /&gt;&lt;BR /&gt;names&lt;BR /&gt;name 192.168.0.244 barr&lt;BR /&gt;name 192.168.0.85 ewa&lt;BR /&gt;name 192.168.0.129 test1&lt;BR /&gt;name 192.168.0.127 test6&lt;BR /&gt;name 192.168.0.139 test2&lt;BR /&gt;name 192.168.0.144 test3&lt;BR /&gt;name 192.168.100.10 test4&lt;BR /&gt;name 192.168.100.11 test5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;&amp;nbsp;switchport access vlan 2&lt;BR /&gt;&amp;nbsp;speed 100&lt;BR /&gt;&amp;nbsp;duplex full&lt;BR /&gt;!&lt;BR /&gt;&lt;STRONG&gt;interface Ethernet0/1 &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;description trunk to hp switch&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;switchport trunk allowed vlan 1,100&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;switchport mode trunk&lt;/STRONG&gt;&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.0.171 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address **Outside IP** 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;interface Vlan3&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;nameif dmz&lt;BR /&gt;&amp;nbsp;security-level 50&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;&lt;STRONG&gt;interface Vlan100&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;nameif voice-network&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;security-level 100&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;ip address 192.168.100.1 255.255.255.0&lt;/STRONG&gt;&lt;BR /&gt;!&lt;BR /&gt;boot system disk0:/asa825-k8.bin&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone CST -6&lt;BR /&gt;clock summer-time CDT recurring&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;&amp;nbsp;domain-name test.com&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;object-group protocol TCPUDP&lt;BR /&gt;&amp;nbsp;protocol-object udp&lt;BR /&gt;&amp;nbsp;protocol-object tcp&lt;BR /&gt;object-group service DM_INLINE_TCP_1 tcp&lt;BR /&gt;&amp;nbsp;port-object eq www&lt;BR /&gt;&amp;nbsp;port-object eq https&lt;BR /&gt;object-group service DM_INLINE_TCP_2 tcp&lt;BR /&gt;&amp;nbsp;port-object eq imap4&lt;BR /&gt;&amp;nbsp;port-object eq pop3&lt;BR /&gt;&amp;nbsp;port-object eq smtp&lt;BR /&gt;access-list inside_nat0_outbound extended permit ip any 192.168.0.128 255.255.255.128&lt;BR /&gt;access-list vpn_splitTunnelAcl_2 standard permit 192.168.0.0 255.255.255.0&lt;BR /&gt;access-list outside_access_in extended permit tcp any any object-group DM_INLINE_TCP_2&lt;BR /&gt;access-list outside_access_in extended permit tcp any any eq ftp&lt;BR /&gt;access-list outside_access_in extended permit udp any any eq domain&lt;BR /&gt;access-list outside_access_in extended permit tcp any any object-group DM_INLINE_TCP_1&lt;BR /&gt;access-list capout extended permit tcp any interface outside eq smtp&lt;BR /&gt;access-list capout extended permit tcp interface outside eq smtp any&lt;BR /&gt;access-list capin extended permit tcp any host Barracuda eq smtp&lt;BR /&gt;access-list inside_access_in extended permit ip any any&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;logging ftp-server 192.168.0.46 / syslog *****&lt;BR /&gt;no logging message 106015&lt;BR /&gt;no logging message 313001&lt;BR /&gt;no logging message 313008&lt;BR /&gt;no logging message 106023&lt;BR /&gt;no logging message 710003&lt;BR /&gt;no logging message 106100&lt;BR /&gt;no logging message 302015&lt;BR /&gt;no logging message 302014&lt;BR /&gt;no logging message 302013&lt;BR /&gt;no logging message 302018&lt;BR /&gt;no logging message 302017&lt;BR /&gt;no logging message 302016&lt;BR /&gt;no logging message 302021&lt;BR /&gt;no logging message 302020&lt;BR /&gt;flow-export destination inside 192.168.0.5 2055&lt;BR /&gt;flow-export template timeout-rate 1&lt;BR /&gt;flow-export delay flow-create 15&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu dmz 1500&lt;BR /&gt;mtu voice-network 1500&lt;BR /&gt;ip local pool pool1 192.168.0.172-192.168.0.197 mask 255.255.255.0&lt;BR /&gt;ip local pool pool2 192.168.0.218-192.168.0.219 mask 255.255.255.0&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-647.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;BR /&gt;nat (inside) 1 192.168.0.0 255.255.255.0&lt;BR /&gt;static (inside,outside) tcp interface domain 192.168.0.5 domain netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface smtp barr smtp netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) udp interface domain 192.168.0.5 domain netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface ftp test2 ftp netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface www test3 www netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface https test3 https netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface imap4 test3 imap4 netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp interface pop3 test3 pop3 netmask 255.255.255.255&lt;BR /&gt;access-group inside_access_in in interface inside&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 **Outside Router** 1&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:09:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-interface-voice-vlan-to-asa/m-p/3002291#M155727</guid>
      <dc:creator>latintrpt</dc:creator>
      <dc:date>2019-03-12T08:09:01Z</dc:date>
    </item>
  </channel>
</rss>

