取消
显示结果 
搜索替代 
您的意思是: 
cancel
135
查看次数
0
有帮助
0
回复

warning error " Unsupported bandwidth remaining ratio configured

JoyW
Level 1
Level 1

 

We are experiencing a warning error "Unsupported bandwidth remaining ratio configured" while setting up the QoS policy map `QoS-Output-queuing` on a Cisco 8000 series router running IOS XR version 7.8. This issue indicates that the bandwidth remaining ratios set for different traffic classes exceed the system's supported range. Specifically, the ratios are configured as follows in the policy map: `class tc4` at 30%, `class tc6` at 5%, and `class class-default` at 65%, totaling 100%. We suspect this may be due to a compatibility issue with the firmware version. Are there any firmware updates or other configuration recommendations that can resolve this issue?

 

 

 

% Failed to commit one or more configuration items during a pseudo-atomic operation. All changes made have been reverted. Please issue 'show configuration failed [inheritance]' from this session to view the errors
RP/0/RP0/CPU0:ios(config-if)#show configuration failed inheritance
Mon May 20 07:04:24.334 UTC
!! SEMANTIC ERRORS: This configuration was rejected by
!! the system due to semantic errors. The individual
!! errors with each failed configuration command can be
!! found below.


interface TenGigE0/0/0/20
service-policy output QoS-Output-queuing
!!% 'DPA_QOSEA' detected the 'warning' condition 'Unsupported bandwidth remainining ratio configured'
!
end

 

 

 

class-map match-any tc4
match traffic-class 4

class-map match-any tc5
match traffic-class 5

class-map match-any tc6
match traffic-class 6


class-map match-any QoS-Group4
match qos-group 4


class-map match-any QoS-Group5
match qos-group 5

#出向队列
policy-map QoS-Output-queuing
class tc5
priority level 1
shape average percent 20

class tc4
bandwidth remaining ratio 30

class tc6
bandwidth remaining ratio 5

class class-default
bandwidth remaining ratio 65

#出向标记
policy-map QoS-Output-marking
class QoS-Group5
set mpls experimental topmost 5

class QoS-Group4
set mpls experimental topmost 4

class class-default

#入向分类
class-map match-any dscp-af-exp-4
match dscp af41
match mpls experimental topmost 4

class-map match-any dscp-ef-exp-5
match dscp ef
match mpls experimental topmost 5

class-map match-any cs6
match dscp cs6
end-class-map

policy-map QoS-in-classify
class dscp-ef-exp-5
set qos-group 5
set traffic-class 5

class dscp-af-exp-4
set qos-group 4
set traffic-class 4

class cs6
set qos-group 6
set traffic-class 6

#在接口应用
interface Bundle-Ether1
interface HundredGigE0/0/0/36

service-policy input QoS-in-classify
service-policy output QoS-Output-marking
service-policy output QoS-Output-queuing

 
 
0 条回复0
快捷链接