<?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 SIP Question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/sip-question/m-p/1819730#M492935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; i hvae the acls but i disabled them for testing and it still worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my conf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 8.0(4) &lt;BR /&gt;!&lt;BR /&gt;hostname ASA-*&lt;BR /&gt;domain-name *.local&lt;BR /&gt;enable password alpAW2tEmckQnbKO encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;name 80.83.208.0 telavox&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.60.253 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address ext-ip 255.255.255.248 &lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt; switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&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;boot system disk0:/asa804-k8.bin&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone CEST 1&lt;BR /&gt;clock summer-time CEDT recurring last Sun Mar 2:00 last Sun Oct 3:00&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt; domain-name *.local&lt;BR /&gt;object-group service vaxelprog_TCP tcp&lt;BR /&gt; port-object eq 35300&lt;BR /&gt; port-object eq sip&lt;BR /&gt;object-group service vaxelprog_UDP udp&lt;BR /&gt; port-object eq 35300&lt;BR /&gt; port-object eq sip&lt;BR /&gt;object-group service AllowSip_UDP udp&lt;BR /&gt; port-object range 16000 16100&lt;BR /&gt;object-group service AllowSip_TCP tcp&lt;BR /&gt; port-object range 16000 16100&lt;BR /&gt;access-list Outside_access_in extended permit icmp any any echo-reply &lt;BR /&gt;access-list Outside_access_in extended permit icmp any any source-quench &lt;BR /&gt;access-list Outside_access_in extended permit icmp any any unreachable &lt;BR /&gt;access-list Outside_access_in extended permit icmp any any time-exceeded &lt;BR /&gt;access-list Outside_access_in extended permit tcp any host ext-ip eq smtp &lt;BR /&gt;access-list Outside_access_in extended permit tcp any host ext-ip eq https &lt;BR /&gt;access-list Outside_access_in extended permit tcp any host ext-ip object-group vaxelprog_TCP &lt;BR /&gt;access-list Outside_access_in extended permit udp any host ext-ip object-group vaxelprog_UDP &lt;BR /&gt;access-list Outside_access_in extended permit tcp telavox 255.255.255.0 host ext-ip object-group AllowSip_TCP &lt;BR /&gt;access-list Outside_access_in extended permit udp telavox 255.255.255.0 host ext-ip object-group AllowSip_UDP &lt;BR /&gt;access-list Split_Tunnel_List_ACL remark ****** NAT Access List ******&lt;BR /&gt;access-list Split_Tunnel_List_ACL remark ****** Split Tunnel Encrypted Traffic ******&lt;BR /&gt;access-list Split_Tunnel_List_ACL standard permit 192.168.60.0 255.255.255.0 &lt;BR /&gt;access-list inside_nat0_outside extended permit ip any 10.0.0.0 255.255.255.0 &lt;BR /&gt;access-list inside_out extended permit tcp host 192.168.60.1 any eq smtp &lt;BR /&gt;access-list inside_out extended deny tcp any any eq smtp &lt;BR /&gt;access-list inside_out extended permit ip any any &lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm debugging&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;ip local pool mypool 10.0.0.100-10.0.0.150 mask 255.255.255.0&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-615.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_outside&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;static (inside,outside) tcp interface smtp 192.168.60.1 smtp netmask 255.255.255.255&amp;nbsp; dns &lt;BR /&gt;static (inside,outside) tcp interface https 192.168.60.1 https netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) tcp interface 35300 192.168.60.50 35300 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) tcp interface sip 192.168.60.50 sip netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface sip 192.168.60.50 sip netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 35300 192.168.60.50 35300 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16000 192.168.60.50 16000 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16001 192.168.60.50 16001 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16002 192.168.60.50 16002 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16003 192.168.60.50 16003 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16004 192.168.60.50 16004 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16005 192.168.60.50 16005 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16006 192.168.60.50 16006 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16007 192.168.60.50 16007 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16008 192.168.60.50 16008 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16009 192.168.60.50 16009 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16010 192.168.60.50 16010 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16011 192.168.60.50 16011 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16012 192.168.60.50 16012 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16013 192.168.60.50 16013 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16014 192.168.60.50 16014 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16015 192.168.60.50 16015 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16016 192.168.60.50 16016 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16017 192.168.60.50 16017 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16018 192.168.60.50 16018 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16019 192.168.60.50 16019 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16020 192.168.60.50 16020 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16021 192.168.60.50 16021 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16022 192.168.60.50 16022 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16023 192.168.60.50 16023 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16024 192.168.60.50 16024 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16025 192.168.60.50 16025 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16026 192.168.60.50 16026 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16027 192.168.60.50 16027 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16028 192.168.60.50 16028 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16029 192.168.60.50 16029 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16030 192.168.60.50 16030 netmask 255.255.255.255 &lt;BR /&gt;access-group inside_out 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 213.115.100.33 1&lt;BR /&gt;timeout xlate 3:00:00&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;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;aaa authentication ssh console LOCAL &lt;BR /&gt;aaa authentication telnet console LOCAL &lt;BR /&gt;http server enable 8443&lt;BR /&gt;http 0.0.0.0 0.0.0.0 outside&lt;BR /&gt;http 192.168.60.0 255.255.255.0 inside&lt;BR /&gt;http 10.0.0.0 255.255.255.0 inside&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&lt;BR /&gt;crypto ipsec transform-set myset esp-3des esp-md5-hmac &lt;BR /&gt;crypto ipsec security-association lifetime seconds 28800&lt;BR /&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;BR /&gt;crypto ipsec df-bit clear-df outside&lt;BR /&gt;crypto dynamic-map dynmap 10 set pfs &lt;BR /&gt;crypto dynamic-map dynmap 10 set transform-set myset&lt;BR /&gt;crypto dynamic-map dynmap 10 set security-association lifetime seconds 86400&lt;BR /&gt;crypto dynamic-map dynmap 10 set security-association lifetime kilobytes 4608000&lt;BR /&gt;crypto map mymap 65535 ipsec-isakmp dynamic dynmap&lt;BR /&gt;crypto map mymap interface outside&lt;BR /&gt;crypto isakmp enable outside&lt;BR /&gt;crypto isakmp policy 10&lt;BR /&gt; authentication pre-share&lt;BR /&gt; encryption 3des&lt;BR /&gt; hash md5&lt;BR /&gt; group 2&lt;BR /&gt; lifetime 86400&lt;BR /&gt;telnet 192.168.60.0 255.255.255.0 inside&lt;BR /&gt;telnet 10.0.0.0 255.255.255.0 inside&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;management-access inside&lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 192.168.60.254-192.168.60.254 inside&lt;BR /&gt;!&lt;/P&gt;&lt;P&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;webvpn&lt;BR /&gt; port 444&lt;BR /&gt;group-policy vpnclientgroup internal&lt;BR /&gt;group-policy vpnclientgroup attributes&lt;BR /&gt; dns-server value 192.168.60.1&lt;BR /&gt; vpn-tunnel-protocol IPSec &lt;BR /&gt; split-tunnel-policy tunnelspecified&lt;BR /&gt; split-tunnel-network-list value Split_Tunnel_List_ACL&lt;BR /&gt; default-domain value *.local&lt;BR /&gt;username nordiclo password L.JhbZhL/SmPj96Q encrypted&lt;BR /&gt;username nordiclo attributes&lt;BR /&gt; service-type remote-access&lt;BR /&gt;username admhenko password cdQRwUUCVQrNcELX encrypted privilege 15&lt;BR /&gt;username admerik password RtGfXNzv09UdQwvP encrypted privilege 15&lt;BR /&gt;tunnel-group vpnclientgroup type remote-access&lt;BR /&gt;tunnel-group vpnclientgroup general-attributes&lt;BR /&gt; address-pool mypool&lt;BR /&gt; default-group-policy vpnclientgroup&lt;BR /&gt;tunnel-group vpnclientgroup ipsec-attributes&lt;BR /&gt; pre-shared-key *&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt; parameters&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; 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&amp;nbsp; &lt;BR /&gt;&amp;nbsp; inspect sunrpc &lt;BR /&gt;&amp;nbsp; inspect xdmcp &lt;BR /&gt;&amp;nbsp; inspect netbios &lt;BR /&gt;&amp;nbsp; inspect tftp &lt;BR /&gt;&amp;nbsp; inspect sip&amp;nbsp; &lt;BR /&gt;&amp;nbsp; inspect pptp &lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context &lt;BR /&gt;Cryptochecksum:be6e6368b162751379e5e6d60b9d7489&lt;BR /&gt;: end&lt;BR /&gt;asdm image disk0:/asdm-615.bin&lt;BR /&gt;asdm location telavox 255.255.255.0 inside&lt;BR /&gt;asdm location 192.168.60.50 255.255.255.255 inside&lt;BR /&gt;no asdm history enable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Nov 2011 13:59:40 GMT</pubDate>
    <dc:creator>erikgrissom</dc:creator>
    <dc:date>2011-11-17T13:59:40Z</dc:date>
    <item>
      <title>SIP Question</title>
      <link>https://community.cisco.com/t5/network-security/sip-question/m-p/1819726#M492929</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;i was setting up some access and portforward rules for a phone server that uses SIP.&lt;/P&gt;&lt;P&gt;and it is working fine, but when i disabled the rules i created everything was still working fine?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is the ASA5505 automaticly allowing sip traffic without acl and static routes?&lt;/P&gt;&lt;P&gt;i know that sip inspection is enabled on my device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one please explaine this for me or is my firewall a open book!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//:Erik&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:52:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sip-question/m-p/1819726#M492929</guid>
      <dc:creator>erikgrissom</dc:creator>
      <dc:date>2019-03-11T21:52:16Z</dc:date>
    </item>
    <item>
      <title>SIP Question</title>
      <link>https://community.cisco.com/t5/network-security/sip-question/m-p/1819727#M492930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are the phone calls being made from the inside to the outside? or from the outside to the inside?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The one that should work are the ones comming from the inside to the outside, because with the inspection the ASA is going to be a statefull device so it is going to open all the required ports dynamically when the other phone responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 13:37:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sip-question/m-p/1819727#M492930</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-11-17T13:37:15Z</dc:date>
    </item>
    <item>
      <title>SIP Question</title>
      <link>https://community.cisco.com/t5/network-security/sip-question/m-p/1819728#M492932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hi. it seems to work both ways! even if i disble the acls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 13:39:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sip-question/m-p/1819728#M492932</guid>
      <dc:creator>erikgrissom</dc:creator>
      <dc:date>2011-11-17T13:39:35Z</dc:date>
    </item>
    <item>
      <title>SIP Question</title>
      <link>https://community.cisco.com/t5/network-security/sip-question/m-p/1819729#M492934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you do not have any access-list on the outside and the connections being made from the outside still work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 13:51:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sip-question/m-p/1819729#M492934</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-11-17T13:51:28Z</dc:date>
    </item>
    <item>
      <title>SIP Question</title>
      <link>https://community.cisco.com/t5/network-security/sip-question/m-p/1819730#M492935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; i hvae the acls but i disabled them for testing and it still worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my conf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 8.0(4) &lt;BR /&gt;!&lt;BR /&gt;hostname ASA-*&lt;BR /&gt;domain-name *.local&lt;BR /&gt;enable password alpAW2tEmckQnbKO encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;name 80.83.208.0 telavox&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.60.253 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address ext-ip 255.255.255.248 &lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt; switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&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;boot system disk0:/asa804-k8.bin&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone CEST 1&lt;BR /&gt;clock summer-time CEDT recurring last Sun Mar 2:00 last Sun Oct 3:00&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt; domain-name *.local&lt;BR /&gt;object-group service vaxelprog_TCP tcp&lt;BR /&gt; port-object eq 35300&lt;BR /&gt; port-object eq sip&lt;BR /&gt;object-group service vaxelprog_UDP udp&lt;BR /&gt; port-object eq 35300&lt;BR /&gt; port-object eq sip&lt;BR /&gt;object-group service AllowSip_UDP udp&lt;BR /&gt; port-object range 16000 16100&lt;BR /&gt;object-group service AllowSip_TCP tcp&lt;BR /&gt; port-object range 16000 16100&lt;BR /&gt;access-list Outside_access_in extended permit icmp any any echo-reply &lt;BR /&gt;access-list Outside_access_in extended permit icmp any any source-quench &lt;BR /&gt;access-list Outside_access_in extended permit icmp any any unreachable &lt;BR /&gt;access-list Outside_access_in extended permit icmp any any time-exceeded &lt;BR /&gt;access-list Outside_access_in extended permit tcp any host ext-ip eq smtp &lt;BR /&gt;access-list Outside_access_in extended permit tcp any host ext-ip eq https &lt;BR /&gt;access-list Outside_access_in extended permit tcp any host ext-ip object-group vaxelprog_TCP &lt;BR /&gt;access-list Outside_access_in extended permit udp any host ext-ip object-group vaxelprog_UDP &lt;BR /&gt;access-list Outside_access_in extended permit tcp telavox 255.255.255.0 host ext-ip object-group AllowSip_TCP &lt;BR /&gt;access-list Outside_access_in extended permit udp telavox 255.255.255.0 host ext-ip object-group AllowSip_UDP &lt;BR /&gt;access-list Split_Tunnel_List_ACL remark ****** NAT Access List ******&lt;BR /&gt;access-list Split_Tunnel_List_ACL remark ****** Split Tunnel Encrypted Traffic ******&lt;BR /&gt;access-list Split_Tunnel_List_ACL standard permit 192.168.60.0 255.255.255.0 &lt;BR /&gt;access-list inside_nat0_outside extended permit ip any 10.0.0.0 255.255.255.0 &lt;BR /&gt;access-list inside_out extended permit tcp host 192.168.60.1 any eq smtp &lt;BR /&gt;access-list inside_out extended deny tcp any any eq smtp &lt;BR /&gt;access-list inside_out extended permit ip any any &lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm debugging&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;ip local pool mypool 10.0.0.100-10.0.0.150 mask 255.255.255.0&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-615.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_outside&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;static (inside,outside) tcp interface smtp 192.168.60.1 smtp netmask 255.255.255.255&amp;nbsp; dns &lt;BR /&gt;static (inside,outside) tcp interface https 192.168.60.1 https netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) tcp interface 35300 192.168.60.50 35300 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) tcp interface sip 192.168.60.50 sip netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface sip 192.168.60.50 sip netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 35300 192.168.60.50 35300 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16000 192.168.60.50 16000 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16001 192.168.60.50 16001 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16002 192.168.60.50 16002 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16003 192.168.60.50 16003 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16004 192.168.60.50 16004 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16005 192.168.60.50 16005 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16006 192.168.60.50 16006 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16007 192.168.60.50 16007 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16008 192.168.60.50 16008 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16009 192.168.60.50 16009 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16010 192.168.60.50 16010 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16011 192.168.60.50 16011 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16012 192.168.60.50 16012 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16013 192.168.60.50 16013 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16014 192.168.60.50 16014 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16015 192.168.60.50 16015 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16016 192.168.60.50 16016 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16017 192.168.60.50 16017 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16018 192.168.60.50 16018 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16019 192.168.60.50 16019 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16020 192.168.60.50 16020 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16021 192.168.60.50 16021 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16022 192.168.60.50 16022 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16023 192.168.60.50 16023 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16024 192.168.60.50 16024 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16025 192.168.60.50 16025 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16026 192.168.60.50 16026 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16027 192.168.60.50 16027 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16028 192.168.60.50 16028 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16029 192.168.60.50 16029 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) udp interface 16030 192.168.60.50 16030 netmask 255.255.255.255 &lt;BR /&gt;access-group inside_out 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 213.115.100.33 1&lt;BR /&gt;timeout xlate 3:00:00&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;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;aaa authentication ssh console LOCAL &lt;BR /&gt;aaa authentication telnet console LOCAL &lt;BR /&gt;http server enable 8443&lt;BR /&gt;http 0.0.0.0 0.0.0.0 outside&lt;BR /&gt;http 192.168.60.0 255.255.255.0 inside&lt;BR /&gt;http 10.0.0.0 255.255.255.0 inside&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&lt;BR /&gt;crypto ipsec transform-set myset esp-3des esp-md5-hmac &lt;BR /&gt;crypto ipsec security-association lifetime seconds 28800&lt;BR /&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;BR /&gt;crypto ipsec df-bit clear-df outside&lt;BR /&gt;crypto dynamic-map dynmap 10 set pfs &lt;BR /&gt;crypto dynamic-map dynmap 10 set transform-set myset&lt;BR /&gt;crypto dynamic-map dynmap 10 set security-association lifetime seconds 86400&lt;BR /&gt;crypto dynamic-map dynmap 10 set security-association lifetime kilobytes 4608000&lt;BR /&gt;crypto map mymap 65535 ipsec-isakmp dynamic dynmap&lt;BR /&gt;crypto map mymap interface outside&lt;BR /&gt;crypto isakmp enable outside&lt;BR /&gt;crypto isakmp policy 10&lt;BR /&gt; authentication pre-share&lt;BR /&gt; encryption 3des&lt;BR /&gt; hash md5&lt;BR /&gt; group 2&lt;BR /&gt; lifetime 86400&lt;BR /&gt;telnet 192.168.60.0 255.255.255.0 inside&lt;BR /&gt;telnet 10.0.0.0 255.255.255.0 inside&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;management-access inside&lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 192.168.60.254-192.168.60.254 inside&lt;BR /&gt;!&lt;/P&gt;&lt;P&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;webvpn&lt;BR /&gt; port 444&lt;BR /&gt;group-policy vpnclientgroup internal&lt;BR /&gt;group-policy vpnclientgroup attributes&lt;BR /&gt; dns-server value 192.168.60.1&lt;BR /&gt; vpn-tunnel-protocol IPSec &lt;BR /&gt; split-tunnel-policy tunnelspecified&lt;BR /&gt; split-tunnel-network-list value Split_Tunnel_List_ACL&lt;BR /&gt; default-domain value *.local&lt;BR /&gt;username nordiclo password L.JhbZhL/SmPj96Q encrypted&lt;BR /&gt;username nordiclo attributes&lt;BR /&gt; service-type remote-access&lt;BR /&gt;username admhenko password cdQRwUUCVQrNcELX encrypted privilege 15&lt;BR /&gt;username admerik password RtGfXNzv09UdQwvP encrypted privilege 15&lt;BR /&gt;tunnel-group vpnclientgroup type remote-access&lt;BR /&gt;tunnel-group vpnclientgroup general-attributes&lt;BR /&gt; address-pool mypool&lt;BR /&gt; default-group-policy vpnclientgroup&lt;BR /&gt;tunnel-group vpnclientgroup ipsec-attributes&lt;BR /&gt; pre-shared-key *&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt; parameters&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; 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&amp;nbsp; &lt;BR /&gt;&amp;nbsp; inspect sunrpc &lt;BR /&gt;&amp;nbsp; inspect xdmcp &lt;BR /&gt;&amp;nbsp; inspect netbios &lt;BR /&gt;&amp;nbsp; inspect tftp &lt;BR /&gt;&amp;nbsp; inspect sip&amp;nbsp; &lt;BR /&gt;&amp;nbsp; inspect pptp &lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context &lt;BR /&gt;Cryptochecksum:be6e6368b162751379e5e6d60b9d7489&lt;BR /&gt;: end&lt;BR /&gt;asdm image disk0:/asdm-615.bin&lt;BR /&gt;asdm location telavox 255.255.255.0 inside&lt;BR /&gt;asdm location 192.168.60.50 255.255.255.255 inside&lt;BR /&gt;no asdm history enable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 13:59:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sip-question/m-p/1819730#M492935</guid>
      <dc:creator>erikgrissom</dc:creator>
      <dc:date>2011-11-17T13:59:40Z</dc:date>
    </item>
    <item>
      <title>SIP Question</title>
      <link>https://community.cisco.com/t5/network-security/sip-question/m-p/1819731#M492936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you take out the access-lists and show us the running-config without it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the connections are not being made from a VPN site right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 14:04:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sip-question/m-p/1819731#M492936</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-11-17T14:04:18Z</dc:date>
    </item>
  </channel>
</rss>

