in

CCIE - Internetwork Expert's Online Community

Latest post 09-03-2008 7:08 AM by NTllect. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 09-03-2008 7:08 AM

    • NTllect
    • Top 10 Contributor
    • Joined on 07-11-2008
    • CIS
    • Posts 269
    • Points 3,860

    Task 8.5

    Hi! SG presents:
    mls qos
    !
    class-map match-any EF_AND_CS5
    match ip dscp ef cs5
    !
    policy-map RATE_LIMIT
    class EF_AND_CS5
    police 1000000 16000 exceed-action drop
    
    I have configured it in another way:
    mls qos aggregate-policer AGG 1000000 15625 exceed-action drop
    mls qos
    
    class-map match-all DSCP
     match ip dscp ef 
    
    class-map match-all CS
     match ip dscp cs5 
    
    policy-map INORD
     class DSCP
      police aggregate AGG
     class CS
      police aggregate AGG
    !
    
    int ran f0/10 - 11
    service-policy input INORD
    
    am I correct using this approach, or it is designed for different stuff ? Also, I have a subquestion: why SG sets Bc=16000 ? I assume that 1Mbps=1 000 000 bps, so Bc=CIR*Tc, Bc=125000 bits, or Bc=15625 bytes, am I correct?
    • Post Points: 5
Page 1 of 1 (1 items)