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

Ip tunnel

kevin.fogarty
Level 1
Level 1

Does anyone know if its possible to increase the bandwidth on an IP tunnel from the default 9k?

1 Reply 1

donewald
Level 6
Level 6

Sure you can. Using the bandwidth command you can change this.

Note: This does not change the amount of data that is allowed to go through the Tunnel interface. If you are trying to shape/police this you'll need to use other means. Bandwith settings on interfaces are more for dynamic routing protocols to decide which link should be placed into the forwarding table.

vxr3(config)#int tun0

vxr3(config-if)#bandwidth 10000

Tunnel0 is up, line protocol is up

Hardware is Tunnel

MTU 1514 bytes, BW 10000 Kbit, DLY 500000 usec,

Hope this helps,

Don