cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
251
Views
0
Helpful
2
Replies

can Partitioned Bandwidth of an interface?

m-alqadi
Level 1
Level 1

Can I partitions ethernet or serial Interface to control the bandwidth for each user in the IOS.

ThIS FETURE IS EXIST IN PACKETSHAPER.

2 Replies 2

steve.barlow
Level 7
Level 7

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.

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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: