首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >隧道接口上的QoS

隧道接口上的QoS
EN

Network Engineering用户
提问于 2015-01-12 13:14:29
回答 1查看 1.2K关注 0票数 3

我的配置

代码语言:javascript
复制
policy-map Shape_FTP
 class FTP
  shape average percent 5
 class class-default
  fair-queue
policy-map Shaper
 class class-default
  shape average percent 100
   service-policy Shape_FTP

interface tunnel 0
 bandwidth 512
 tunnel protection ipsec profile aes
 service-policy output Shaper

带宽值是从物理接口使用的。是否可以使QoS使用隧道接口的带宽值?我有很多不同带宽的隧道接口(具有相同的隧道源IP)。我想在shape average percent 100中使用一个策略映射,而不是大量使用shape average 512000等等。

EN

回答 1

Network Engineering用户

回答已采纳

发布于 2015-01-13 08:02:56

你试过使用bandwidth qos-reference吗?

代码语言:javascript
复制
interface Tunnel100
 bandwidth 1000
 bandwidth qos-reference 1000
票数 6
EN
页面原文内容由Network Engineering提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://networkengineering.stackexchange.com/questions/16096

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档