cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
195
Views
0
Helpful
1
Replies

using custom-queueing on GRE Tunnel(?)

fmasson
Level 1
Level 1

i've defined a GRE Tunnel betwenn two routers (one at the customer side and the other in one of my remote data center) can i set a bandwidth and run custom-queueing over it, as i could on serial connections?

1 Reply 1

donewald
Level 6
Level 6

custom queuing is not supported in GRE Tunnel interfaces. You can use a rate-limit command on them which might get you what you need, as far as QOS functions go.

7600(config)#int tun0

7600(config-if)#rate

7600(config-if)#rate-limit ?

input Rate limit on input

output Rate limit on output

7600(config-if)#rate-limit out ?

<8000-2000000000> Bits per second

access-group Match access list

dscp Match dscp value

qos-group Match qos-group ID

Hope this helps you,

Don