zoukankan      html  css  js  c++  java
  • HCIE实验LAB_1(5)

    Section 5: Qos

    5.1 流分类

    interface g0/0/0

    trust dscp override

    quit

    qos map-table dscp-to-dscp

    inbound 27 outbound 7

    acl 3000

    rule 10 permit udp destination-port 6000

    rule 20 permit tcp source 10.1.24.0 0.0.0.255

    interface g0/0/10

    traffic-remark inbound acl 3000 rule 10 dscp 10

    traffic-remark inbound acl 3000 rule 20 dscp 20

    5.2 限速整形

    interface g0/0/2

    qos lr inbound cir 20000

    interface g0/0/4

    qos lr outbound cir 18000

    5.3 CBQ

    drop-profile drop                                                                       #丢弃简述

    wred dscp

    dscp af11 low-limit 20 high-limit 95 discard-percentage 30

    traffic classifier llq                                                                      #流分类

    if-match dscp ef

    traffic classifier af

    if-match dscp af11

    traffic behavior llq                                                                      #流行为

    queue llq bandwidth pct 30

    traffic behavior af

    queue af bandwidth pct 40

    drop-profile drop

    traffic policy policy                                                                      #流策略

    classifier llq behavior llq

    classifier af behavior af

    interface g0/0/0

    traffic-policy policy outbound

  • 相关阅读:
    Object的公用方法
    Java的特点
    Set集合
    Java语言的三大特性
    List集合
    Collection类
    HashSet
    Codeforces1141F2 Same Sum Blocks (Hard)
    Codeforce1176F Destroy it!
    jzoj 5348. 【NOIP2017提高A组模拟9.5】心灵治愈
  • 原文地址:https://www.cnblogs.com/xuebing666666/p/6684267.html
Copyright © 2011-2022 走看看