I am trying to limit them to 3Mb down 3Mb up. When I am testing I am seeing full speed both directions. I did have some success by changing my access-list 150 permit ip host x.x.10.71 any to access-list 150 permit ip any host x.x.10.71 but I end up with about 1Mb of traffic instead of 3Mb.
Richey -----Original Message----- From: Mike Louis [mailto:[EMAIL PROTECTED] Sent: Sunday, May 18, 2008 11:52 PM To: Richey Subject: RE: [c-nsp] access-list speed limiting. Looks like you are limiting in the upstream direction..are u trying to rate limit their downloads or uploads or both -----Original Message----- From: Richey <[EMAIL PROTECTED]> Sent: Sunday, May 18, 2008 10:59 PM To: [email protected] <[email protected]> Subject: [c-nsp] access-list speed limiting. I've got a several users on our wireless network I need to limit to 3Mb. I've tried several ways to limit their speed but they are still getting 12Mbps to 15Mbps when I push an .iso across the link with an FTP session. For our average user I wouldn't care but these guys get home in the evening and hit it for all it's worth for hours on end. I am coming out of a 3660 into a 3524 switch. I then take it into a point to point wireless link where the far end radio connects to an AP. Right now I am doing the following: interface FastEthernet0/1.103 description DA1-SM2 Link encapsulation dot1Q 103 ip address x.x.34.193 255.255.255.248 ip access-group 102 out rate-limit input access-group 150 3000000 16000 24000 conform-action transmit exceed-action drop rate-limit output access-group 150 3000000 16000 24000 conform-action transmit exceed-action drop access-list 150 permit ip host x.x.10.71 any I've also tried the following: interface FastEthernet0/1.103 description DA1-SM2 Link encapsulation dot1Q 103 ip address x.x.34.193 255.255.255.248 ip access-group 102 out traffic-shape group 155 3000000 75000 75000 1000 Richey _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/ Note: This message and any attachments is intended solely for the use of the individual or entity to which it is addressed and may contain information that is non-public, proprietary, legally privileged, confidential, and/or exempt from disclosure. If you are not the intended recipient, you are hereby notified that any use, dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the original sender immediately by telephone or return email and destroy or delete this message along with any attachments immediately. _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
