RE: MQC-Based Frame Relay Traffic Shaping

From: keith tokash (ktokash@hotmail.com)
Date: Wed Jan 09 2008 - 15:13:31 ARST


You can just use the "show policy map [interface]" command. Here is one I
just finished for a lab:

Rack1R6#sh run
*snip*

class-map match-all HTTP
 match protocol http
class-map match-all SMTP
 match protocol smtp
class-map match-all IRC
 match access-group 100
class-map match-any POLICE_P2P
 match protocol kazaa2
 match protocol gnutella
!
!
policy-map QOS_TO_BB1
 class HTTP
  bandwidth 2000
 class SMTP
  bandwidth 1000
 class POLICE_P2P
   police 8000 conform-action transmit exceed-action drop
 class IRC
  priority 32
policy-map BB1_OUT_POLICY
 class class-default
  shape average 5000000 160000 80000
  service-policy QOS_TO_BB1

Rack1R6#sh run int s1/0 | i service
 service-policy output BB1_OUT_POLICY

Rack1R6#sh policy-map interface serial 1/0

 Serial1/0

  Service-policy output: BB1_OUT_POLICY

    Class-map: class-default (match-any)
      69 packets, 1688 bytes
      5 minute offered rate 0 bps, drop rate 0 bps
      Match: any
      Traffic Shaping
           Target/Average Byte Sustain Excess Interval Increment
             Rate Limit bits/int bits/int (ms) (bytes)
          5000000/5000000 30000 160000 80000 32 20000

        Adapt Queue Packets Bytes Packets Bytes Shaping
        Active Depth Delayed Delayed Active
        - 0 20 1051 0 0 no

      Service-policy : QOS_TO_BB1

        Class-map: HTTP (match-all)
          0 packets, 0 bytes
          5 minute offered rate 0 bps, drop rate 0 bps
          Match: protocol http
          Queueing
            Output Queue: Conversation 137
            Bandwidth 2000 (kbps) Max Threshold 64 (packets)
            (pkts matched/bytes matched) 0/0
        (depth/total drops/no-buffer drops) 0/0/0

        Class-map: SMTP (match-all)
          0 packets, 0 bytes
          5 minute offered rate 0 bps, drop rate 0 bps
          Match: protocol smtp
          Queueing
            Output Queue: Conversation 138
            Bandwidth 1000 (kbps) Max Threshold 64 (packets)
            (pkts matched/bytes matched) 0/0
        (depth/total drops/no-buffer drops) 0/0/0

        Class-map: POLICE_P2P (match-any)
          0 packets, 0 bytes
          5 minute offered rate 0 bps, drop rate 0 bps
          Match: protocol kazaa2
            0 packets, 0 bytes
            5 minute rate 0 bps
          Match: protocol gnutella
            0 packets, 0 bytes
            5 minute rate 0 bps
          police:
              cir 8000 bps, bc 1500 bytes
            conformed 0 packets, 0 bytes; actions:
              transmit
            exceeded 0 packets, 0 bytes; actions:
              drop
            conformed 0 bps, exceed 0 bps

        Class-map: IRC (match-all)
          0 packets, 0 bytes
          5 minute offered rate 0 bps, drop rate 0 bps
          Match: access-group 100
          Queueing
            Strict Priority
            Output Queue: Conversation 136
            Bandwidth 32 (kbps) Burst 800 (Bytes)
            (pkts matched/bytes matched) 0/0
            (total drops/bytes drops) 0/0

        Class-map: class-default (match-any)
          69 packets, 1688 bytes
          5 minute offered rate 0 bps, drop rate 0 bps
          Match: any
Rack1R6#

With a few exceptions, secrecy is deeply incompatible with democracy and with
science.
        --Carl Sagan

> From: aarumuga@hotmail.com
> To: ccielab@groupstudy.com
> Subject: MQC-Based Frame Relay Traffic Shaping
> Date: Wed, 9 Jan 2008 15:48:44 +0530
>
> Hi ,
>
> I have a basic question?
>
> How can we verify MQC-Based Frame Relay Traffic Shaping ?
>
> I would appreciate Any links that talks about this.
>
> Pls. Note : I have referred this to documentation CD . But they talk only
> about configuring MQC based traffic shaping. None of the links that I am
aware
> of talks about the verification.
>
> Thanks and Regards
> Arun
> _________________________________________________________________
> Post ads for free - to sell, rent or even buy.www.yello.in
> http://ss1.richmedia.in/recurl.asp?pid=186
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Fri Feb 01 2008 - 10:37:58 ARST