想问的是,除了用 qos CBQ 的形式去做带宽保障,还有其他方法吗?
现在接口上 qos apply policy xxx outbond 敲上 命令没用, dis this 看不到下发的命令。
设备也过保了,升级也不现实,就想能不能用其他方法来实现某业务流的保障带宽。
(0)
最佳答案
这个是V7设备带宽保证的配置示例:
给一个PE的配置:
#
traffic classifier 1 operator and
if-match acl 3000
#
traffic classifier 2 operator and
if-match mpls-exp 4
#
traffic behavior 1
remark dscp af41
#
traffic behavior 2
queue af bandwidth pct 70
#
qos policy 1
classifier 1 behavior 1
#
qos policy 2
classifier 2 behavior 2
#外网口
interface GigabitEthernet0/0
ip address 10.1.1.1 255.255.255.0
mpls enable
mpls ldp enable
qos apply policy 2 outbound
#内网口
interface GigabitEthernet0/1
ip address 11.1.1.1 255.255.255.0
qos apply policy 1 inbound
#
[RTA]dis qos policy int g0/1
Interface: GigabitEthernet0/1
Direction: Inbound
Policy: 1
Classifier: default-class
Matched : 0 (Packets) 0 (Bytes)
5-minute statistics:
Forwarded: 0/0 (pps/bps)
Dropped : 0/0 (pps/bps)
Operator: AND
Rule(s) :
If-match any
Behavior: be
-none-
Classifier: 1
Matched : 5 (Packets) 490 (Bytes)
5-minute statistics:
Forwarded: 0/13 (pps/bps)
Dropped : 0/0 (pps/bps)
Operator: AND
Rule(s) :
If-match acl 3000
Behavior: 1
Marking:
Remark dscp af41
[RTA]
[RTA]dis qos policy int g0/0
Interface: GigabitEthernet0/0
Direction: Outbound
Policy: 2
Classifier: default-class
Matched : 31 (Packets) 2388 (Bytes)
5-minute statistics:
Forwarded: 0/53 (pps/bps)
Dropped : 0/0 (pps/bps)
Operator: AND
Rule(s) :
If-match any
Behavior: be
Default Queue:
Flow based Weighted Fair Queue:
Max number of hashed queues: 256
Matched : 0 (Packets) 0 (Bytes)
Enqueued : 0 (Packets) 0 (Bytes)
Discarded: 0 (Packets) 0 (Bytes)
Discard Method: Tail
Classifier: 2
Matched : 5 (Packets) 510 (Bytes)
5-minute statistics:
Forwarded: 0/13 (pps/bps)
Dropped : 0/0 (pps/bps)
Operator: AND
Rule(s) :
If-match mpls-exp 4
Behavior: 2
Assured Forwarding:
Bandwidth 560000 (kbps)
Matched : 0 (Packets) 0 (Bytes)
Enqueued : 0 (Packets) 0 (Bytes)
Discarded: 0 (Packets) 0 (Bytes)
Discard Method: Tail
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论