1.基本的GTS,在接口模式下。
traffic-shape rate ?
2.扩展的GTS,先定义ACL,然后在接口模式下应用,只能应用在出方向。
access-list 100 permit ip any host 192.168.10.1 //定义从哪太服务器进来的流量
traffic-shape group ?
show traffic-shape f0/0
show traffic-shape statistics
show traffic-shape queue
----------------------------
1.基本CAR
rate-limit input|output 8000000 2000 4000 conform-action 动作 exceed-action 动作
2.扩展的CAR
access-list 100 permit ip any host 192.168.10.1
rate-limit input|output access-group ******* 后面和基本CAR一样。
show inter f0/0 rate-limit
-------------------------------
GTS 和CAR基于类映射表的配置
1.
access-list 100 permit ip any host 192.168.10.1
2.
class-map match-all 类图名
match access-group 100
match ?
3.
policy-map 策略名
class 类图名
配置GTS
shape average ?
配置CAR
police *******
inter f0/0
service-policy output 策略名
show policy-map 策略名
-----------------------------
配置CBWFQ,用于带宽的保证。
在调用class map 后定义CBWFQ
bandwidth *******************
CBWFQ只能应用在出方向