cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
830
Views
5
Helpful
2
Replies

QoS over GRE tunnel

JOHN VOLTER
Level 1
Level 1

Hi,

we have two remote sites connected to each other using a GRE tunnel. I wanted to apply a QoS policy to ensure two video cameras can have at least 400kbps bandwidth available. When I apply this QoS policy to the Tunnel interface I am getting error message saying CBWFQ is not supported.

policy-map polycom-pm

class polycom-cm

bandwidth 400

class class-default

(config-if)#service-policy output polycom-pm

Class Based Weighted Fair Queueing not supported on interface Tunnel12

does anyone know of any tricks to get around this problem and be able to reserve/guarantee bandwidth across a GRE tunnel?

Thank you!

1 Accepted Solution

Accepted Solutions

Aaron Harrison
VIP Alumni
VIP Alumni

Hi

If I remember correctly you need to apply the QoS policy to the physical interface, and then use the qos pre-classify command on the tunnel interface...

This copies packet markings into the extra tunnel header (which is all that intermediate devices will see).

See this link:

http://www.cisco.com/en/US/partner/products/sw/iosswrel/ps1835/products_command_reference_chapter09186a0080087f3c.html#wp1072696

Regards

Aaron

Please rate helpful posts...

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

View solution in original post

2 Replies 2

Aaron Harrison
VIP Alumni
VIP Alumni

Hi

If I remember correctly you need to apply the QoS policy to the physical interface, and then use the qos pre-classify command on the tunnel interface...

This copies packet markings into the extra tunnel header (which is all that intermediate devices will see).

See this link:

http://www.cisco.com/en/US/partner/products/sw/iosswrel/ps1835/products_command_reference_chapter09186a0080087f3c.html#wp1072696

Regards

Aaron

Please rate helpful posts...

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

Aaron,

thanks for the guidelines. I had to look through http://www.cisco.com/application/pdf/en/us/guest/netsol/ns241/c649/ccmigration_09186a00801ea79c.pdf to figure out the exact configuration for QoS over GRE over IPSEC ; the trick is to apply "qos pre-classify" to both tunnel and crypto map.

thanks again.

John.