08-26-2002 08:21 PM - edited 03-02-2019 12:56 AM
Can I partitions ethernet or serial Interface to control the bandwidth for each user in the IOS.
ThIS FETURE IS EXIST IN PACKETSHAPER.
08-27-2002 04:37 AM
You can rate-limit the traffic.
eg. interface Ethernet0
rate-limit input access-group 1 32000 1500 3000 conform-action transmit
exceed-action drop
rate-limit input access-group 2 32000 1500 3000 conform-action transmit
exceed-action drop
!
access-list 1 permit host customer.ip
access-list 2 permit host next.customer.ip
If you would rather shape traffic than simply drop non-conforming traffic,
you should investigate traffic-shaping.
08-27-2002 05:07 PM
You should be able to do Class-based Shaping or Policing, for more information,
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fqos_c/fqcprt4/index.htm
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide