09-24-2002 12:24 AM - edited 02-20-2020 10:15 PM
We use GRE tunnel over IPSEC. How can I set priority queue and interleaving on the tunnel interface for the packets what are transported inside the GRE tunnel?
If it is not possible how can I set the QoS for the VoIP which trasported over this GRE tunnel?
09-30-2002 06:40 AM
Use the "qos pre-classify" command to enable QoS for VPN tunnel.
Refer this doc for more details
04-02-2004 06:15 AM
Hi J
Did qos pre-classify solve your problem? i have Voip packets marked with TOS5 and use GRE over ipsec but dont know how to give them priority on the tunnel interfaces. So i would be interested in any solution you have come up with.
Colin
04-16-2004 05:13 AM
Mark the packets coming into the router at the LAN interafce. Add the command QOS pre-classify to the Tunnel interface and Crypto-map. At this point you can either enable Fair-queueing on the WAN interface or build a Service policy and add that to the WAN interface. Fair-queueing, by default will use the precedence bits to prioritize traffic. So the packets will already be in the correct order (prioritized) by the time they enter the tunnel. You can also use a service policy and guarantee bandwidth to certain classes. The policy also uses Fair-queue to prioritize the highest TOS bits first.
In the attached sample:
#Policy "LAN" would go on the LAN interface
interafce FAST0/0
service-policy input LAN
#Policy "QOS-128-Port" would go on the WAN interface
interface s0/0
service-policy output QOS-128-Port
*You cannot have fair-queue enabled on an inbound service policy
----------------------------------------------------
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide