会计考友 发表于 2012-8-3 20:20:19

QOS配置实验(1)

一、描述
QOS:策略设置,一般分为几个步骤
第一:分类流量
      1.1.1、根据IP地址分类,配制的时候使用ACL访问控制列表
      1.1.2、根据思科NBAR来分类,它可以根据七层来识别
Router(config)#class-map map名
Router(config-cmap)#match ?
    access-group          Access group
    any                   Any packets
    class-map             Class map
    cos                   IEEE 802.1Q/ISL class of service/user priority values
    destination-address   Destination address
    input-interface       Select an input interface to match
    ip                  IP specific values
    mpls                  Multi Protocol Label Switching specific values
    not                   Negate this match result
    protocol            Protocol         /NBAR
    qos-group             Qos-group
    source-address      Source address
页: [1]
查看完整版本: QOS配置实验(1)