The requirements of task 21.2

Configurations on R7
Enable traffic shaping for all traffic "OTHER" than H.323 voice to 200.0.0.4
Bit-rate = 7Mbps
No Be (excess burst)
Should have equal cost paths to R4 through R5
Enable traffic shaping on both interfaces
Can't use "traffic-shape" command on FA0/0
Can use a class-map
Can't use match protocol
Can't use match access-group


Based on the requirements we know we can't use FRTS, however we can use GTS on 
FA0/1 but not on FA0/0.

My answer was good but it isn't correct according to the DSG. First I matched 
(not) on H323 in my class-map, but the DSG matched (not) on RTP and RTCP, but 
no H.323, but why? The task says H323, and being that I'm not a voice guy I 
assumed matching on H.323 was enough?

Also I used class-map for both of my interfaces, I mean why not? I don't have 
to use GTS on one and class map on the other, it doesn't say that anywhere. The 
only restriction was that you can't use GTS on FA0/0, and to keep things simple 
I used the class-maps for both interfaces.

Is my solution OK? Completely incorrect?


class-map match-all CM-TASK-17.2
 match not protocol h323

policy-map PM-TASK-17.2
 class CM-TASK-17.2
  shape average 7000000 175000 0

int fa0/0
 service-policy output PM-TASK-17.2

int fa0/1
 service-policy output PM-TASK-17.2




R7(config-if)#do sh policy-map inter fa0/0
 FastEthernet0/0

  Service-policy output: PM-TASK-17.2

    Class-map: CM-TASK-17.2 (match-all)
      1046 packets, 105687 bytes
      5 minute offered rate 0 bps, drop rate 0 bps
      Match: not protocol h323
      Queueing
      queue limit 64 packets
      (queue depth/total drops/no-buffer drops) 0/0/0
      (pkts output/bytes output) 1046/105249
      shape (average) cir 7000000, bc 175000, be 0
      target shape rate 7000000

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

      queue limit 64 packets
      (queue depth/total drops/no-buffer drops) 0/0/0
      (pkts output/bytes output) 0/0
R7(config-if)#
R7(config-if)#
R7(config-if)#
R7(config-if)#
R7(config-if)#do sh policy-map inter fa0/1
 FastEthernet0/1

  Service-policy output: PM-TASK-17.2

    Class-map: CM-TASK-17.2 (match-all)
      1046 packets, 109721 bytes
      5 minute offered rate 0 bps, drop rate 0 bps
      Match: not protocol h323
      Queueing
      queue limit 64 packets
      (queue depth/total drops/no-buffer drops) 0/0/0
      (pkts output/bytes output) 1046/104915
      shape (average) cir 7000000, bc 175000, be 0
      target shape rate 7000000

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

      queue limit 64 packets
      (queue depth/total drops/no-buffer drops) 0/0/0
      (pkts output/bytes output) 0/0


UHS Confidentiality Notice:  This e-mail message, including any attachments, is 
for the sole use of the intended recipient (s) and may contain confidential and 
privileged information.  Any unauthorized review, use, disclosure or 
distribution of this information is prohibited.  If this was sent to you in 
error, please notify the sender by reply e-mail and destroy all copies of the 
original message.
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Reply via email to