RE: traffic shaping

From: M S (michaelgstout@hotmail.com)
Date: Wed Feb 21 2007 - 00:50:49 ART


I do not understand the question.
What do you mean by contention.
what two things represent the ratio

  --------------------------------------------------------------------

  From: "Radioactive Frog" <pbhatkoti@gmail.com>
  Reply-To: "Radioactive Frog" <pbhatkoti@gmail.com>
  To: "Cisco certification" <ccielab@groupstudy.com>
  Subject: traffic shaping
  Date: Wed, 21 Feb 2007 11:59:02 +1100
  Hi Guys,

  I am simulating:

  Internet--fas0/0----7204router----fas0/1---------Customers..

  Gold (1:1 contention) - IP address 10.1.1.0/24
  Silver (10:1 contention) - IP add 20.1.1.0/24
  bronze (50:1 contention) - IP add 30.1.1.0/24

  ip access-list extended Gold
    permit ip any 10.1.1.0 255.255.255.0

  ip access-list extended silver
    permit ip any 20.1.1.0 255.255.255.0

  ip access-list extended bronze
    permit ip any 30.1.1.0 255.255.255.0

  !
  class-map match-all Gold
  match access-group name Gold

  class-map match-all Silver
  match access-group name silver

  class-map match-all bronze
  match access-group name bronze

  !
  !
  policy-map shape-all-traffic
  class gold
  bandwidth 10000
  class silver
  bandwidth 20000
  class bronze
  bandwidth 30000

  class class-default
  bandwidth 60000 <--------sum of all class????? Is it necessary
  ?
  !

  Interface fas0/1
  service policy shape-all-traffic out

  Will this work? Any co

  _______________________________________________________________________
  Subscription information may be found at:
  http://www.groupstudy.com/list/CCIELab.html

------------------------------------------------------------------------

Refi Now: Rates near 39yr lows! $430,000 Mortgage for $1,399/mo -
Calculate new payment



This archive was generated by hypermail 2.1.4 : Thu Mar 01 2007 - 07:38:47 ART