在一台Cisco 2811路由器上有如下配置: class-map match-all qos1 match access-group 100 class-map match-all qos2 match access-group 101 policy-map qos class qos1 police 1000000 2000 2000 conform-action transmit exceed-action drop violate-action drop class qos2 bandwidth percent 30 class class-...
路由器的部分配置如下: Class-map match-any GOLD match ip precedence ef class-map match-any SILVER Match ip dscp af31 Policy-map Branch Class GOLD Priority percent 20 Class SILVER bandwidth percent 15 random-detect ...
单项选择题路由器的部分配置如下:Class-mapmatch-anyGOLDmatchipprecedenceefclass-mapmatch-anySILVERMatchipdscpaf31Policy-mapBranchClassGOLDPrioritypercent20ClassSILVERbandwidthpercent15random-detectdscp-basedinterfaceSerial0/1descriptionPPPlinktoBRANCHbandwidth1536ipaddress10.200.40.1255.255.255.252encapsulationppp路由...
解析 The traffic being evaluated by the traffic class must match all of the specified. Match-any: The traffic being evaluated by the traffic class must match at least one of the specified criteria. ...
1.定义class-map.class-map [match-all/match-any] {map-name}默认不打的话是match-all2.定义匹配命令matchmatch access-group {NO}match input-interface {interface}match class-map {map-name} class-map嵌套match source-address {...
class-map是定义一个类,通常用于qos 例如,Router(config)#class-map match-all 111 Router(config-cmap)#match access-group 100 第一条命令定义了一个类命名为111,其中match-all是指匹配所有,match-any是匹配任意一个,不加的话默认是match-all 第二条命令是将符合列表100的流归为111这个类里,你...
路由器的部分配置如下:Class-mapmatch-anyGOLDmatchipprecedenceefclass-mapmatch-anySILVERMatchipdscpaf31Policy-mapBranchClassGOLDPrioritypercent20ClassSILVERbandwidthpercent15random-detectdscp-basedinteceSerial0/1descriptionPPPlinktoBRANCHbandwidth1536ipaddress10.200.40.1255.255.255.252encapsulationppp路由器配置...
match access-group name acl-out-ratelimit 3.定义policy-map调用classmap policy-map policy-in-limitrate class class-in-limitrate policy cir 80000000 conform-action transmit exceed-action drop #设置限速带宽(单位是bit)、超出限速后的动作,此处为80Mbps ...
class-map match-all C2 match ip recedence 1 policy-map P1 class C1 bandwidth 20000 分配带宽为20Mb/s class C2 bandwidth 30000 int f0/0 service-policy output P1 show policy-map show int f0/0 在默认情况下,可用带宽是总带宽的75%。
match class-map class-map-name no class-map class-map-name Configures QoS class map match line Default None Description This command tells the current class map to use an entirely different class map as a matching criteria. By using this command, you can nest class maps. Example In this ex...