<?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: IPIP - QOS on a Cisco 828 router in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ipip-qos-on-a-cisco-828-router/m-p/407413#M1055718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assume Fa0/0 is the LAN traffic from which has to be encrypted and Fa0/1 is the WAN where the crypto map is applied. Assume the LAN is 10.1.1.0/24. SO the config will be as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 100 permit ip 10.1.1.0 0.0.0.255 host &lt;UR dst=""&gt;&lt;/UR&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map set-prec&lt;/P&gt;&lt;P&gt; match access-group 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map set-prec&lt;/P&gt;&lt;P&gt;  class set-prec&lt;/P&gt;&lt;P&gt;    set ip precedence 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Fa0/0&lt;/P&gt;&lt;P&gt;  service-policy input set-prec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map Queuing&lt;/P&gt;&lt;P&gt; match ip precedence 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map queuing&lt;/P&gt;&lt;P&gt;  class Queuing &lt;/P&gt;&lt;P&gt;   prioirty 32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On fa0/1&lt;/P&gt;&lt;P&gt;service-policy output queuing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is for IPSec there will be a slight modification for logical interfaces like tunnels etc where you have to do nested QoS. Let me know if this solved ur issue or if u need any more help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2005 04:01:31 GMT</pubDate>
    <dc:creator>attrgautam</dc:creator>
    <dc:date>2005-10-18T04:01:31Z</dc:date>
    <item>
      <title>IPIP - QOS on a Cisco 828 router</title>
      <link>https://community.cisco.com/t5/network-security/ipip-qos-on-a-cisco-828-router/m-p/407410#M1055715</link>
      <description>&lt;P&gt;I have configured two IPIP VPN tunnels from the main office to the branch offices. I would like to apply QOS for specific traffic and when I go in to the Tunnel interface to apply the QOS Pre-classify command I couldn't find it.&lt;/P&gt;&lt;P&gt;I am aware that this command is a must to mark the packets for QOS before routing through the tunnel. I believe my IOS doesn't support this. I read through lots of documents regarding QOS and it says this command is supported in all the IOS release after 12.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure whether I am missing something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am just wondering do I need to buy a different IOS. If YES then how shall I buy it. &lt;/P&gt;&lt;P&gt;If any of you have got a IOS that supports QOS-PRECLASSFIY command will you be able to send it across to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already spent a lot of time and it is getting really important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the IOS version on the Cisco 828 router:&lt;/P&gt;&lt;P&gt;Cisco Internetwork Operating System Software&lt;/P&gt;&lt;P&gt;IOS (tm) C828 Software (C828-K9OSY6-M), Version 12.3(10a), RELEASE SOFTWARE (fc2&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;Copyright (c) 1986-2004 by cisco Systems, Inc.&lt;/P&gt;&lt;P&gt;Compiled Fri 22-Oct-04 23:33 by kellythw&lt;/P&gt;&lt;P&gt;Image text-base: 0x80013148, data-base: 0x80A55C88&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:28:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ipip-qos-on-a-cisco-828-router/m-p/407410#M1055715</guid>
      <dc:creator>nathanmohan</dc:creator>
      <dc:date>2020-02-21T08:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: IPIP - QOS on a Cisco 828 router</title>
      <link>https://community.cisco.com/t5/network-security/ipip-qos-on-a-cisco-828-router/m-p/407411#M1055716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way is to bypass the use of Pre-Classification itself. On the ingress LAN you can mark the packets with TOS or DSCP and match the same on the tunnel as the ToS byte s copied by default to the GRE header. Hence you dont need Pre classification at all. Let me know if you need any help with the config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2005 09:19:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ipip-qos-on-a-cisco-828-router/m-p/407411#M1055716</guid>
      <dc:creator>attrgautam</dc:creator>
      <dc:date>2005-10-14T09:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: IPIP - QOS on a Cisco 828 router</title>
      <link>https://community.cisco.com/t5/network-security/ipip-qos-on-a-cisco-828-router/m-p/407412#M1055717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your reply.&lt;/P&gt;&lt;P&gt;Yes what you have said is correct. The reason why I have not tried that is because I don't know how to work it.&lt;/P&gt;&lt;P&gt;If you could send me a sample config that would be very much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 01:01:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ipip-qos-on-a-cisco-828-router/m-p/407412#M1055717</guid>
      <dc:creator>nathanmohan</dc:creator>
      <dc:date>2005-10-18T01:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: IPIP - QOS on a Cisco 828 router</title>
      <link>https://community.cisco.com/t5/network-security/ipip-qos-on-a-cisco-828-router/m-p/407413#M1055718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assume Fa0/0 is the LAN traffic from which has to be encrypted and Fa0/1 is the WAN where the crypto map is applied. Assume the LAN is 10.1.1.0/24. SO the config will be as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 100 permit ip 10.1.1.0 0.0.0.255 host &lt;UR dst=""&gt;&lt;/UR&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map set-prec&lt;/P&gt;&lt;P&gt; match access-group 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map set-prec&lt;/P&gt;&lt;P&gt;  class set-prec&lt;/P&gt;&lt;P&gt;    set ip precedence 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Fa0/0&lt;/P&gt;&lt;P&gt;  service-policy input set-prec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map Queuing&lt;/P&gt;&lt;P&gt; match ip precedence 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map queuing&lt;/P&gt;&lt;P&gt;  class Queuing &lt;/P&gt;&lt;P&gt;   prioirty 32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On fa0/1&lt;/P&gt;&lt;P&gt;service-policy output queuing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is for IPSec there will be a slight modification for logical interfaces like tunnels etc where you have to do nested QoS. Let me know if this solved ur issue or if u need any more help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 04:01:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ipip-qos-on-a-cisco-828-router/m-p/407413#M1055718</guid>
      <dc:creator>attrgautam</dc:creator>
      <dc:date>2005-10-18T04:01:31Z</dc:date>
    </item>
  </channel>
</rss>

