在MSR路由器配置命令如下 : acl number 2000
rule 0 permit source 192.168.0.0 0.0.0.255
acl number 2002
rule 0 permit source 192.168.2.0 0.0.0.255
#
traffic classifier 2 operator and
if-match acl 2002
traffic classifier 1 operator and
if-match acl 2000
#
traffic behavior 2
queue af bandwidth pct 30
traffic behavior 1
queue ef bandwidth pct 30 cbs-ratio 25
#
qos policy test
classifier 1 behavior 1
classifier 2 behavior 2
#
interface GigbitEthernet0/1
port link-mode route
duplex full
speed 10
ip address 192.168.1.1 255.255.255.0
qos reserved-bandwidth pct 90
qos apply policy test outbound
当源地址分别为 192.168.0.2、192.168.2.2的报文流量速率分别为 4Mbps、4Mbps,无其它背景流量,从端口 G0/1向外转发时。则队下说法不正确的是 ____。(多项选择题 )