在一台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-...
解析 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. ...
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-map.class-map [match-all/match-any] {map-name} 默认是match-all policy map是对策略映射的定义,可以与类映射匹配,确定某类数据流的带宽和/或优先级;设置policy-map policy-map {policy-name} 总的来讲,class-map是对不同数据流的分类用的,而policy map是对已经分类的数据流 进...
class-map [match-all(默认:完全符合)/Match-any]―――(建立一个流量分类的策略) match access-group ―――(使用ACL进行流量分类,可以重复配置) match input-interface <接口>―――(基于接口进行流量分类) match vlan <#>―――(基于vlan进行流量分类) match protocol……―――(基于协议进行...
class-map type control-plane [match-all | match-any] class-map-name no class-map type control-plane [match-all | match-any] class-map-name 構文の説明 match-all match-any class-map-name (任意)クラス マップのすべての一致条件と一致するように指定します. (任意)クラス マップの任意...
set(key, value):设置键名key对应的键值为value,然后返回整个 Map 结构。如果key已经有值,则键值会被更新,否则就新生成该键。 get(key):读取key对应的键值,如果找不到key,返回undefined。 has(key):返回一个布尔值,表示某个键是否在当前 Map 对象之中。 delete(key):删除某个键,返回true。如果删除失败,返回...
If you derive a new class from CFileDialog, you can use a message map to handle any messages. To extend the default message handling, derive a class from CFileDialog, add a message map to the new class, and provide member functions for the new messages. You do not have to provide a ...
set_all() : Bitmap< default_width >, Bitmap< 64 >, Rpl_filter_statistics set_allocated() : pfs_lock set_allow_drop_write_set() : Relay_log_info set_allowed_mem_size() : anonymous_namespace{opt_trace.cc}::Buffer, Opt_trace_stmt set_allowed_methods() : http::server::Server set...
matchId public Integer matchId() Get the matchId value. Returns: the matchId valuescore public Double score() Get the score value. Returns: the score valuesource public String source() Get the source value. Returns: the source value