<?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: 871 router, EZvpn and VoIP QOS in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/871-router-ezvpn-and-voip-qos/m-p/679183#M1054632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to use EZvpn along with QOS for VoIP... I have been using it for a while and works just fine.  Here is sample config:  This is a 12.4.9T IOS, so pay attention to the "DNS view"... it gets downloaded from the 3030 but I still modify it to use the router itself as a DNS forwarder (or you can also use split DNS):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto isakmp enable&lt;/P&gt;&lt;P&gt;crypto isakmp xauth timeout 60&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;crypto ipsec client ezvpn EZVPNClient&lt;/P&gt;&lt;P&gt; connect auto&lt;/P&gt;&lt;P&gt; group [*VPNGROUPNAME1*] key 0 [*VPNGROUPPASSWORD1*]&lt;/P&gt;&lt;P&gt; mode network-extension          &lt;/P&gt;&lt;P&gt; peer [*VPNPEERIPADDRESS1*] default&lt;/P&gt;&lt;P&gt; peer [*VPNPEERIPADDRESS2*]&lt;/P&gt;&lt;P&gt; xauth userid mode interactive &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dns view ezvpn-internal-view&lt;/P&gt;&lt;P&gt; logging&lt;/P&gt;&lt;P&gt; domain list ******.****.com&lt;/P&gt;&lt;P&gt; domain name-server  [*NAMESERVER1*]&lt;/P&gt;&lt;P&gt; domain name-server  [*NAMESERVER2*]&lt;/P&gt;&lt;P&gt; domain name-server interface Loopback1&lt;/P&gt;&lt;P&gt; dns forwarding source-interface Loopback1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dns view-list ezvpn-internal-view&lt;/P&gt;&lt;P&gt; view ezvpn-internal-view 1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip host my-router 192.168.1.254&lt;/P&gt;&lt;P&gt;ip host view ezvpn-internal-view my-router 192.168.1.254&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip domain list ****.*****.com&lt;/P&gt;&lt;P&gt;ip name-server [*NAMESERVER1*] [*NAMESERVER2*]&lt;/P&gt;&lt;P&gt;ip domain lookup source-interface Loopback1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool Local&lt;/P&gt;&lt;P&gt;   network 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;   default-router 192.168.1.254&lt;/P&gt;&lt;P&gt;   dns-server 192.168.1.254&lt;/P&gt;&lt;P&gt;   option 150 ip ***.***.***.****&lt;/P&gt;&lt;P&gt;   lease 0 0 3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map match-all VOIP-SIG&lt;/P&gt;&lt;P&gt; match ip dscp af31&lt;/P&gt;&lt;P&gt;class-map match-all VOIP-RTP&lt;/P&gt;&lt;P&gt; match ip dscp ef&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map QOS-POLICY&lt;/P&gt;&lt;P&gt; class VOIP-RTP&lt;/P&gt;&lt;P&gt;  priority 30&lt;/P&gt;&lt;P&gt; class VOIP-SIG&lt;/P&gt;&lt;P&gt;  bandwidth 8&lt;/P&gt;&lt;P&gt;class class-default&lt;/P&gt;&lt;P&gt; fair-queue&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Loopback1&lt;/P&gt;&lt;P&gt; ip address [*10.XXX.XXX.254*] 255.255.255.0&lt;/P&gt;&lt;P&gt; crypto ipsec client ezvpn EZVPNClient inside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; no shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet1&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; no shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet2&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; no shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet3&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; no shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet4&lt;/P&gt;&lt;P&gt; ip address dhcp&lt;/P&gt;&lt;P&gt; crypto ipsec client ezvpn EZVPNClient&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; no ip proxy-arp&lt;/P&gt;&lt;P&gt; no ip directed-broadcast&lt;/P&gt;&lt;P&gt; service-policy output QOS-POLICY&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; ip address 192.168.1.254 255.255.255.0&lt;/P&gt;&lt;P&gt; ip dns view-group ezvpn-internal-view&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; no ip proxy-arp&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; no ip mroute-cache&lt;/P&gt;&lt;P&gt; no cdp enable &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip nat inside source static network 192.168.1.0 [*10.XXX.XXX.0*] /24 extendable&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 dhcp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ihab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Nov 2006 18:15:04 GMT</pubDate>
    <dc:creator>hadbihas</dc:creator>
    <dc:date>2006-11-20T18:15:04Z</dc:date>
    <item>
      <title>871 router, EZvpn and VoIP QOS</title>
      <link>https://community.cisco.com/t5/network-security/871-router-ezvpn-and-voip-qos/m-p/679182#M1054631</link>
      <description>&lt;P&gt;We're deploying 871 routers to remote teleusers who will also have an IP phone, and a cable modem to connect them to the Internet.  We will be configuring IPsec VPNs for their connectivity back to our corporate site to a 3030 concentrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are we able to use the 871 EZvpn client config and still use QOS for voice, or must we configure the 871 the normal lan-to-lan way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using EZvpn I don't see how to add the "qos pre-classify" which is necessary to prioritize voice once it has been wrapped in an IPsec header?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I correct is thinking that we cannot use EZvpn? &lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:18:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/871-router-ezvpn-and-voip-qos/m-p/679182#M1054631</guid>
      <dc:creator>jkeeffe</dc:creator>
      <dc:date>2020-02-21T09:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: 871 router, EZvpn and VoIP QOS</title>
      <link>https://community.cisco.com/t5/network-security/871-router-ezvpn-and-voip-qos/m-p/679183#M1054632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to use EZvpn along with QOS for VoIP... I have been using it for a while and works just fine.  Here is sample config:  This is a 12.4.9T IOS, so pay attention to the "DNS view"... it gets downloaded from the 3030 but I still modify it to use the router itself as a DNS forwarder (or you can also use split DNS):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto isakmp enable&lt;/P&gt;&lt;P&gt;crypto isakmp xauth timeout 60&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;crypto ipsec client ezvpn EZVPNClient&lt;/P&gt;&lt;P&gt; connect auto&lt;/P&gt;&lt;P&gt; group [*VPNGROUPNAME1*] key 0 [*VPNGROUPPASSWORD1*]&lt;/P&gt;&lt;P&gt; mode network-extension          &lt;/P&gt;&lt;P&gt; peer [*VPNPEERIPADDRESS1*] default&lt;/P&gt;&lt;P&gt; peer [*VPNPEERIPADDRESS2*]&lt;/P&gt;&lt;P&gt; xauth userid mode interactive &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dns view ezvpn-internal-view&lt;/P&gt;&lt;P&gt; logging&lt;/P&gt;&lt;P&gt; domain list ******.****.com&lt;/P&gt;&lt;P&gt; domain name-server  [*NAMESERVER1*]&lt;/P&gt;&lt;P&gt; domain name-server  [*NAMESERVER2*]&lt;/P&gt;&lt;P&gt; domain name-server interface Loopback1&lt;/P&gt;&lt;P&gt; dns forwarding source-interface Loopback1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dns view-list ezvpn-internal-view&lt;/P&gt;&lt;P&gt; view ezvpn-internal-view 1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip host my-router 192.168.1.254&lt;/P&gt;&lt;P&gt;ip host view ezvpn-internal-view my-router 192.168.1.254&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip domain list ****.*****.com&lt;/P&gt;&lt;P&gt;ip name-server [*NAMESERVER1*] [*NAMESERVER2*]&lt;/P&gt;&lt;P&gt;ip domain lookup source-interface Loopback1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool Local&lt;/P&gt;&lt;P&gt;   network 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;   default-router 192.168.1.254&lt;/P&gt;&lt;P&gt;   dns-server 192.168.1.254&lt;/P&gt;&lt;P&gt;   option 150 ip ***.***.***.****&lt;/P&gt;&lt;P&gt;   lease 0 0 3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map match-all VOIP-SIG&lt;/P&gt;&lt;P&gt; match ip dscp af31&lt;/P&gt;&lt;P&gt;class-map match-all VOIP-RTP&lt;/P&gt;&lt;P&gt; match ip dscp ef&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map QOS-POLICY&lt;/P&gt;&lt;P&gt; class VOIP-RTP&lt;/P&gt;&lt;P&gt;  priority 30&lt;/P&gt;&lt;P&gt; class VOIP-SIG&lt;/P&gt;&lt;P&gt;  bandwidth 8&lt;/P&gt;&lt;P&gt;class class-default&lt;/P&gt;&lt;P&gt; fair-queue&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Loopback1&lt;/P&gt;&lt;P&gt; ip address [*10.XXX.XXX.254*] 255.255.255.0&lt;/P&gt;&lt;P&gt; crypto ipsec client ezvpn EZVPNClient inside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; no shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet1&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; no shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet2&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; no shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet3&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; no shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet4&lt;/P&gt;&lt;P&gt; ip address dhcp&lt;/P&gt;&lt;P&gt; crypto ipsec client ezvpn EZVPNClient&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; no ip proxy-arp&lt;/P&gt;&lt;P&gt; no ip directed-broadcast&lt;/P&gt;&lt;P&gt; service-policy output QOS-POLICY&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; ip address 192.168.1.254 255.255.255.0&lt;/P&gt;&lt;P&gt; ip dns view-group ezvpn-internal-view&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; no ip proxy-arp&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; no ip mroute-cache&lt;/P&gt;&lt;P&gt; no cdp enable &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip nat inside source static network 192.168.1.0 [*10.XXX.XXX.0*] /24 extendable&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 dhcp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ihab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 18:15:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/871-router-ezvpn-and-voip-qos/m-p/679183#M1054632</guid>
      <dc:creator>hadbihas</dc:creator>
      <dc:date>2006-11-20T18:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: 871 router, EZvpn and VoIP QOS</title>
      <link>https://community.cisco.com/t5/network-security/871-router-ezvpn-and-voip-qos/m-p/679184#M1054633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - this really helps.  Would you explain the dns view statements?  You're right the 3030 pushed down two of these statements, both of which are the same except one ends with a '\'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I notice that you don't do any traffic shaping.  Have you not found a need to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 03:40:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/871-router-ezvpn-and-voip-qos/m-p/679184#M1054633</guid>
      <dc:creator>jkeeffe</dc:creator>
      <dc:date>2006-12-01T03:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: 871 router, EZvpn and VoIP QOS</title>
      <link>https://community.cisco.com/t5/network-security/871-router-ezvpn-and-voip-qos/m-p/679185#M1054634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK U dont need qos pre-classify feature while U just prioritize voice as ToS's IP precedence works well being copied to the outer ToS field in tunnel mode. Just ensure U use tunnel mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 10:48:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/871-router-ezvpn-and-voip-qos/m-p/679185#M1054634</guid>
      <dc:creator>Andrii Oliinyk</dc:creator>
      <dc:date>2008-10-27T10:48:08Z</dc:date>
    </item>
  </channel>
</rss>

