在MSR路由器配置命令如下:
acl num 2000
rule 0 per source 192.168.0.0 0.0.0.255
acl num 2002
rule 0 per source 192.168.2.0 0.0.0.255
#
traffic class 2 oper and
if-match acl 2002
tra class 1 oper and
if-mach acl 2000
#
traffic behavior 2
queue af bandwidth pct 30
tra behavior 1
queue ef bandwidth pct 30 cbs-ratio 25
#
qos polic test
class 1 behavior 1
class 2 behavior 2
#
int G0/1
port link-mode route
dup full
speed 10
ip add 192.168.1.1 24
qos apply policy test outbound
当源地址分别为192.168.0.2、192.168.2.2、 192.168.3.2的报文流量速率分别为4Mbps、4Mbps、6Mbps,无其他背景流量,从端口G0/1向外转发时。则以下说法正确的是
A.源地址为192.168.0.2的报文转发速率约为4Mbps
B.源地址为192.168.0.2的报文转发速率约为3Mbps
C.源地址为192.168.0.2的报文转发速率约为2.4Mbps
D.源地址为192.168.2.2的报文转发速率约为4Mbps
E.源地址为192.168.2.2的报文转发速率约为3Mbps
F.源地址为192.168.2.2的报文转发速率约为2.4Mbps