我的配置
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等等。
发布于 2015-01-13 08:02:56
你试过使用bandwidth qos-reference吗?
interface Tunnel100
bandwidth 1000
bandwidth qos-reference 1000https://networkengineering.stackexchange.com/questions/16096
复制相似问题