|
|
|
Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||
|
Posted by rzirzi on December 14, 2005, 2:49 pm
Please log in for more thread options
dynamically allocate bandwidth for 5 users in my LAN. Router is Cisco 1721 with additional 1-ENET interface. How to dynamically share this connection fo users? For instance if there is 2 users - give each one 512kbps if four users - 256kbps for each one? | ||||||||||
|
Posted by wayn on December 15, 2005, 1:47 am
Please log in for more thread options rzirzi wrote: | ||||||||||
|
Posted by wayn on December 15, 2005, 1:50 am
Please log in for more thread options Here is 1 way that works pretty well.
conf t ! int serial0 rate-limit output access-group 2317 256000 32000 32000 conform-action set-prec-transmit 5 exceed-action drop ! ! access-list 2317 remark xxx - Rate-Limiting (256 kbps Committed) access-list 2317permit ip any x.x.x.x x.x.x.x {wildcard mask} Wayn | ||||||||||
| Similar Threads | Posted |
| Dynamic bandwidth | December 14, 2005, 2:49 pm |
| VPN between peers with dynamic IP address and dynamic DNS | February 4, 2008, 12:28 pm |
| Dynamic Outside NAT | November 30, 2005, 4:43 pm |
| dynamic? | March 3, 2006, 2:07 am |
| NAT to dynamic IP? | August 1, 2008, 2:03 am |
| available bandwidth | March 1, 2006, 6:41 pm |
| bandwidth | June 19, 2006, 4:04 pm |
| who's using my bandwidth? | August 11, 2006, 2:52 am |
| About bandwidth | August 30, 2007, 3:15 am |
| T1 Bandwidth? | November 5, 2007, 11:05 am |
| Dynamic Outside Translation | October 17, 2005, 4:29 pm |
| Dynamic DNS woes | January 7, 2006, 1:11 pm |
| PIX dynamic VPN question | June 19, 2006, 10:40 am |
| Static & Dynamic NAT | July 4, 2006, 11:31 am |
| dynamic ban-list | July 7, 2006, 5:14 am |

Dynamic bandwidth
Yahoo!
Windows Live
del.icio.us
digg
Netscape 




> dynamically allocate bandwidth for 5 users in my LAN.
> Router is Cisco 1721 with additional 1-ENET interface.
> How to dynamically share this connection fo users?
> For instance if there is 2 users - give each one 512kbps
> if four users - 256kbps for each one?