Cisco Switching/Routing :: Rate Limiting Specific Ports On 2960CG?

Feb 5, 2012

I'm trying to limit the bandwidth on certain ports to 3Mbps and others 1Mbps for a project, however when I do a bandwidth test from a website  the speed on the router  doesn't seem to change it's as if the changes over telnet aren't actually affecting the swtich's qos settings. I have verified that the policy is attached to the interface and the settings are correct as well.
  
Router
Telnet address: 10.xxx.xx.xx
Password:

[Code].....

View 1 Replies


ADVERTISEMENT

Cisco Switching/Routing :: 3750 LAN Per-User Rate Limiting?

Jul 17, 2012

We have a guest wireless setup but I need to rate limit the users so no one hogs all the bandwidth. The WLC is connected into a 3750 which is doing all the routing between the vlans. I know I cannot shape the traffic on the 3750.

View 2 Replies View Related

Cisco Switching/Routing :: Implement VLAN Rate Limiting Or QOS For 2960?

Nov 14, 2011

I have a 2960 that I need to limit the uplink port to 50Mbps for 3 vlans and 350Mbps for another vlan. Would the following config achieve that or is this even possible for the 2960? 
 
class-map match-any VLAN50-51-52
match vlan 50-52
class-map match-any VLAN53

[Code].....

View 1 Replies View Related

Cisco Switching/Routing :: Rate Limiting On 3560 Switch Not Working

Oct 30, 2011

I am trying to limit traffic inbound to 10Mbps on a gig interface 0/48 set to 100/full.  So I downloaded some big files over this link and I'm able to see 30- 40Mbps or more.  You can see from the show int - rate-limit command that parameters are never showing exceented so nothing has been dropped.  [code]

View 3 Replies View Related

Cisco Switching/Routing :: DCHP Discover Packet Rate Limiting 6509s

Sep 11, 2012

We have a number of 6509s which generally have dhcp relay agents configured on the SVIs.  The dhcp servers are centralised.  Recently we've had one or two faults with misconfigured or faulty devices (blade server chassis and also printers) generating high volumes of dhcp discover packets and causing high cpu on the relevant 6500.  I would like to rate limit these discover packets, which are layer 2 broadcasts.  Storm control can't discriminate between different types of broadcasts and on a gig link would need to be set down at about 1% to have much effect on the problem.  I've looked at CoPP and also mls hardware rate-limiting but as I understand it, these two features don't control broadcast traffic. I also looked at dhcp snooping but if an interface receives a high level of dhcp discover broadcasts, e.g. over 100pps, I don't want it to go error-disabled (as this would knock down the whole edge switch),  just to drop the excess packets.

View 2 Replies View Related

Cisco Switching/Routing :: How To Perform UBRL User Based Rate Limiting On ASR1000

Mar 27, 2012

how to perform UBRL User Based Rate Limiting on ASR1000 like we can do it on Catalyst6500?

View 3 Replies View Related

Routers / Switches :: Rate Limit On Specific Port From Specific Range?

Jul 1, 2012

Is it possible to enable an absolute value rate limit using QOS on a HP ProCurve 5406 switch for a particular IP range on a specific port? Is there a way to configure our HP 5406 with an absolute rate limit on "WAN" port for that server's IP range? I would like to limit it to only being capable of sending 1Mbps worth of traffic over the head end at once.Everything in the documentation points towards priority queues, which as far as I can tell, isn't really what I want.Baring accomplishing this goal using rate limiting is there a better way to prevent our services from accidentally saturating this connection?i thimkong about somthing like that:

class ipv4 rate-limit-port-A1
match ip 10.136.0.0/16 any
exit
policy qos port-a1-ratelimit
class servers-to-be-slowed action rate-limit kbps 1000
exit
interface A1 service-policy port-a1-ratelimit inI'm not sure about this.

View 4 Replies View Related

Cisco Switching/Routing :: Open Specific Ports On 1941w Integrated Services Router

Apr 20, 2013

open specific ports on 1941w Integrated Services Router.This specific router is a wireless VPN router that has a wired module and a wireless module and VPN so I'm getting 3 subnets on my network - 192.168.1.. for the wired connections, 10.100.1.... for wireless LAN connections and 10.100.2... for VPN remote connections.I know that by default all connected computers can access my Linux server data through telnet so the telnet port is open by default, the problem is that I have some other software licensing system on my Linux box that needs to be accessed through port 27000 and most of my users are using wireless connections and can't access that license because post 27000 is closed.what is the comand to open this post or any other port that I need to be open on the wired module, wireless module and VPN or at least poit me to somewhere where I can find all the commands that I can use for this router?

View 6 Replies View Related

Cisco :: Rate Limiting On 3825?

Feb 24, 2011

I have a 3825 with a 16 port etherswitch card installed that I'm trying to setup rate-limits on. Interface G0/0 is the connection to the outside world and int g0/1 has a couple of 2950 switches attached to it.

The etherswitch card, f1/0, f1,1 etc has corresponding vlans, 902, 903 etc each with an IP 10.110.1.x, 10.110.2.x and all part of access-group 111. The switches connect on sub-interfaces g0/1.101, g0/1.102 etc and have IP's 10.55.1.x, 10.55.2.x and part of access-group 101.

What i'm trying to achieve is that every port / IP that is on access-group 111 shares 3Mb of bandwidth in/out and access-group 101 shares a separate 3Mb of bandwidth in/out.

I've created two access-lists as follows;

access-list 101 permit ip 10.55.0.0 0.0.255.255 any
access-list 111 permit ip 10.110.0.0 0.0.255.255 any

And on int g0/0 I've created the following rate-limits;

rate-limit input access-group 101 3072000 64000 64000 conform-action transmit exceed-action drop
rate-limit input access-group 111 3072000 64000 64000 conform-action transmit exceed-action drop
rate-limit output access-group 101 3072000 64000 64000 conform-action transmit exceed-action drop
rate-limit output access-group 111 3072000 64000 64000 conform-action transmit exceed-action drop

Now instead of both access-groups having 3Mb each they all seem to be sharing 3Mb! I've tried class-maps and policy-maps but to no avail..

View 3 Replies View Related

Cisco WAN :: 3845 - Rate Limiting And Nat

Aug 18, 2011

I have a router 3845 connected to a LAN and other routers and providing internet through a link on an ethernet interface
 
Gi0/0
LAN connection
GI0/1
WAN connection
fa0/0
Internet connection

View 9 Replies View Related

Cisco WAN :: Rate Limiting By IP On 2821 ISR?

Nov 8, 2011

I am looking for information on how to properly configure rate limits on a Cisco 2821 so that I can set different Service levels by IP address. For example I want to limit a block of IPs to 1 Mbps Down and 512 kbps Up. I am doing point to point networks from our router (ISR 2821) to another router that is assigned a static IP. The other router connects to our router through a Fast Ethernet port on a NM 16 port switch card. The routing end point for the network is on a VLAN interface. Currently we are using bonded T1's but are about to turn up a Metro-E circuit.

View 1 Replies View Related

Cisco WAN :: Rate Limiting Configuration On Vlan Interface On 6509?

Feb 10, 2011

I have used the following basic configuration to do rate limiting on a vlan interface on a 6509:
  
access-list 100 permit ip any any
 class-map match-all ratelimit
  match access-group 100
 policy-map ratelimit-10Mb
  class ratelimit
   police 10000000 428750    conform-action transmit     exceed-action drop

[code]....
 
How do I combine the two correctly to give me a vlan port rate limited at 10Mb up and down, but still setting aside (dynamically) 2Mb for voice?

View 1 Replies View Related

Cisco WAN :: Restricting Multi Casting And Rate Limiting Traffic On 3560

Jul 18, 2011

i have to restrict that router and switches shall join only given multicasts. Means if i change multicast in TVG430 from 239.0.96.1 to 233.0.96.1 than it shall be blocked.My TX rate i set to 20 Mbits on TVG430, i want to rate-limit it to 15 Mbits on switch on Ingress int gi 0/23 or egress gi 0/24 included are three show runs output.ip multicast rate-limit out group-list GROUP source-list SOURCE.

View 2 Replies View Related

Cisco WAN :: 5505 - Limiting Port 25 Forwarding To Specific IP Subnets

Jan 26, 2013

just getting started with ASA's. I've got my 5505 almost 100% configured but my port 25 forward to my Exchange server. Currently I've got an access list forwarding all traffic that hits the outside interface on port 25 to my Exchange server (access-list outside-in extended permit tcp any object mail-port-25 eq smtp). What I'd like to do now is say that only port 25 traffic from specific IP subnets gets forwarded. I thought I read that there's a couple of way to do this (from the inside interface, from the outside interface).
 
Also, what happens to port 25 hits that don't fall within the range I specify? Do they get a disconnect reply or do they just get ignored (no reply whatsoever)?
 
Edit: ...just to clarify, the allowed IP's I will be entering are the WAN IP's of my AS/AV service.     

View 6 Replies View Related

Cisco Wireless :: 5508 - Limit Data Rate For Specific Client

Sep 12, 2012

I would like to be able to allow a specific client to only associate at 6mbit/s -is this possible using the wlc controller 5508? Another option would be to limit a whole w lan ssid to 6mbit/s but i can't find a way to do that either.
 
Other w lan ssid's on the same access points/controller need full data rates, so i guess i can't use the RF-profiling for this.

View 2 Replies View Related

Cisco Switching/Routing :: 6500 Bandwidth Limiting?

Apr 16, 2012

I have a 4500 and 6500 that I'd like to be able to limit the bandwidth of layer 2 switchports. So for instance I have all GB blades but certain servers I'd like only to have connections of about 5 Mb per second or 15 Mb per second etc.

View 1 Replies View Related

Cisco Switching/Routing :: 3750 Switch Limiting Bandwidth To 3 M

Aug 8, 2011

I 3750 doesn't support "shape" command under policy map. How do I limit the bandwidth to 3 M? [code]

View 3 Replies View Related

Cisco Switching/Routing :: 1921 Limiting Upload To 1.5mbit?

Nov 28, 2012

We recently got a 1921 for our main office and we have a dedicated 15/15 connection. We're running on an 1871 right now that is not under my control so I can't even see it's running config. OK! So when I set my gateway to be the 1871, we can get our upload to over 6mbit (we have 8 branches, so won't ever get full 15 since they're using it too). With the gateway set as the 1921, it seems like we're stuck at 1.5. I haven't seen it go higher than that. I've looked over the config but can't see anything that would imply some kind of bandwidth limit but I have copied the config here.
 
Building configuration... 
 
Current configuration : 6688 bytes
!
! Last configuration change at 10:59:47 PCTime Thu Nov 29 2012 by admin
! NVRAM config last updated at 10:04:31 PCTime Thu Nov 29 2012 by admin
! NVRAM config last updated at 10:04:31 PCTime Thu Nov 29 2012 by admin
version 15.1

[code]....

View 3 Replies View Related

Cisco Switching/Routing :: Idea For Limiting Bandwidth On 892F Router

Apr 10, 2013

Any idea for limiting bandwidth on cisco 892F router? We have 2 VLANs through our LAN and one must be limited upto 1Mbps or 512Kbps.

View 2 Replies View Related

Cisco Switching/Routing :: Limiting Traffic Rates On 3560 Switchports

Jul 19, 2012

I have a 3560 switch where I have 4 ports connected, one is to our WAN provider - 10Mbps and the other three are connected to different customers who I want to get an equal share of the 10Mbps bandwidth.I'm fairly clued up about configuring modular QoS but I'm being thrown by the fact that you can't apply a service-policy outbound on the ethernet ports.

View 3 Replies View Related

Cisco Switching/Routing :: Switching Fabric And Forwarding Rate C3750x

Aug 6, 2012

It is said that the switching fabric of WS-C3750X-24T-E is 160Gbps.Could any body tell me what is switching fabric, any relevance or difference from forwarding rate?,Is there any document to know how will the switch reach the 160Gbps full switching fabric performance?

View 5 Replies View Related

Cisco Switching/Routing :: Limiting Outgoing Traffic On Single L2 Port On Nexus 7000 1GB

Aug 4, 2012

I am trying to limit the incoming and outgoing traffic on a l2 port to 8mbps for a ip subnet within the nexus 7000. The port is connected to my ISP router which has a bandwidth of 20mbps.Policing won't work on a l2 Port and shaping cannot be applied on a port level. url...I have been reading thru the qos guide for nexus release v6 and have problems understanding the different queues.

View 3 Replies View Related

Cisco Switching/Routing :: Rate Limit Configuration On 2950

Jun 10, 2012

I configured rate limit on cisco 2960 switch sexuss fully, but i could not configure in cisco 2950 (verson 12.1 (22).To confiure the same on 2950

View 4 Replies View Related

Cisco Switching/Routing :: Rate Limit 3560 Outbound To 5mb?

Jun 9, 2013

How to rate limit a 3560 inbound and outbound using different QoS methods. I've read about vlan class maps/policy maps, using the rate limit command on the physical interface, using the srr-queue bandwidth command(it's a gig switch so not sure that would work) and marking all packets and then applying QoS.  I'm just learning QoS so trying to figure all of this out and find the best way to do things.
 
Also, I was told to do this because it's not advisable to have a connection to your ISP that is not 10mb or 100mb on a switch, since they are not divisible by 10 and it can cause issues? 

View 2 Replies View Related

Cisco Switching/Routing :: Rate Limit Traffic In 3560

Oct 20, 2011

I am using Cisco 3560 as distrubution switch and want to limit port 445 traffic on 1 MB and applied rate limit statment on Gi0/1 port but switch unable to limit said traffic.rate-limit output access-group 120 1024000 128000 128000 conform-action transmit exceed-action drop.

View 25 Replies View Related

Cisco Switching/Routing :: Maximum Transfer Rate With 3750G

Apr 18, 2012

I have a computer connected to a Switch3750G and another computer connected to another Switch3750G. Theses switches are connected through a Optical Fiber link in the uplinks of the boths Switchs 3750. The computers are connected in the access ports, this ports works at 1Gbps. My question is Which is the maximum transfer rate that should reach between these two computers.

View 2 Replies View Related

Cisco Switching/Routing :: Rate Limit 2960 Port To 1 MB

Nov 5, 2009

To rate limit the 2960 switch port to 1 MB.I have made the specified chnages , how ever still it is reaching more tha 1 MB
 
Hard coded the bandwidth of port to 10 MB and have applied the specified command srr-queue bandwidth limit 10.

View 4 Replies View Related

Cisco Switching/Routing :: Change The Baud Rate On 2900 SW?

Mar 18, 2013

how to change the Baud Rate on Cisco 2900 SW utilizing ROMON ?

View 8 Replies View Related

Cisco Switching/Routing :: WS-C3560-24PS - Rate Limit And QoS

Mar 4, 2012

I am having an issue with VoiP phones giving me an insufficient bandwidth message.  I have three remote locations connected to our main building using 2 Mb point to point ethernet solutions through TWC.  Each remote location has a Cisco WS-C3560-24PS running IOS C3560-IPBASE-M, version 12.2(25) and have the cable modems plugged into port 1 on them.  The remote buildings are labeled 192.168.101.xxx, 192.168.102.xxx, and 192.168.103.xxx.  There are 14-16 VoiP phones in each remote building.  The main building being in the subnet of 192.168.100.xxx.  I have the 3560s connecting to a single port on a 2801 in the main building, all using the subnet of 192.168.253.xxx  The phone server sits in our network at 192.168.100.203.  I have created the ACLs, class maps, and policy maps on all of the equipment. 
 
For the remote buildings I have the following:
 
ACL
===========
Extended IP access list VOIP
permit tcp any host 192.168.100.203 dscp ef
permit tcp any host 192.168.100.203 eq 5566

[Code]....

I have put a hub in to capture traffic via Wireshark to see if DSCP flags are being appropriately marked and I do see that all VoiP packets are getting marked with as EF.  However, I have been receiving phone calls from people in the remote buildings stating that their phones will cut out, flash Insufficient Bandwidth on the LCD displays and then the call will cut back in.  I am wondering if the 2801 is not applying QoS with the rate-limits in mind since it is set to 100 Mb, or is it an issue with trying to take 3 remote locations and bring them down into 1 port on the 2801?

View 6 Replies View Related

Cisco Switching/Routing :: 6509 - IP Multicast Rate Limit

Nov 26, 2012

How is it i can implement the command 'ip multicast rate-limit out group-list <access-list>' but i get the error "ip multicast rate-limit" command is not supported on 6509?

Is it an IOS limitation or a limitation of the switch series and subsequently can't be used at all?

View 2 Replies View Related

Cisco Switching/Routing :: 6509-E - Rate Limit PPS On Interface?

Jun 8, 2013

How (and is) it possible to rate limit pps on an interface (physical/logical), on a 6509-E?The porpuse is to protect from attacks which lead to very high pps, bypassing traffic rate-limits, and effecting the device's performance

View 2 Replies View Related

Cisco Switching/Routing :: 6513 - Rate Limit And Traffic Shaping?

Mar 21, 2012

I am looking for step-by-step configuration on how to enable rate-limit and traffic shaping on Cisco 6513 vlan interfaces.  I am not able to find this particular document on CCO.

View 3 Replies View Related

Cisco Switching/Routing :: (lacp Rate Fast) In Catalyst 3750?

Dec 24, 2012

I am running the latest version of 12.2(55)SE6 on the catalyst and I am looking for this command "lacp rate fast" but it is not there:
  
lab-c3750#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
lab-c3750(config)#interface g1/0/5
lab-c3750(config-if)#lacp ?
  port-priority  LACP priority on this interface
 lab-c3750(config-if)#lacp
 
According to this link, it is supposed to work: [URL]Am I missing something?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved