Cisco Switching/Routing :: 800 Series - Limit Monthly Traffic On 3G Access

Oct 29, 2012

Is it possible to configure a limit on monthly traffic over a 3G access on a Cisco 800 Series?
 
The scenario is that a customer has a Cisco 800 3G routers with a 3G card from a Service Provider, that offers a rate for X Mbytes per month and that when those monthly X Mbps are exceeded, a differente rate (much more expensive) is applied for the excess traffic that month. The customer would like to have the router NOT to active the 3G access when the X Mbytes (on that month) are exceeded. Maybe this is possible to implement using a TCL script and ip accounting?

View 1 Replies


ADVERTISEMENT

Cisco Switching/Routing :: Limit Bandwidth Of Catalyst 3750 Series Switch?

Apr 23, 2013

I want to limit the bandwidth of my Catalyst 3750 series switch, I read the cisco documentation and I applied the commands but I didn't get the wanted results.

For the outbound traffic it's ok, but for the inbound traffic I used policing but I get an unstable traffic. I used, an access list and a class-map to classify the traffic and then a policy-map.(I followed the steps mentioned in this site: [URL]

View 4 Replies View Related

Cisco Switching/Routing :: 4500 - STM-4 (622) / How To Limit FTP Traffic

Mar 10, 2012

I have the attached setup. now i would like to limit my ftp transfer to 10 mb  from a specific vlan to ftp server on the STM-4 (622) link.  what would be the best way to limit ftp traffic to 10 mb .
 
following is  my switch deatils
 
Video_Main#sh verCisco IOS Software, IOS-XE Software, Catalyst 4500 L3 Switch Software (cat4500e-UNIVERSAL-M), Version 03.02.00.SG RELEASE SOFTWARE (fc4)Technical Support:

[URL]
 
Cisco IOS-XE software, Copyright (c) 2005-2010 by cisco Systems, Inc.All rights reserved.  Certain components of Cisco IOS-XE software arelicensed under the GNU General Public License ("GPL") Version 2.0.  Thesoftware code licensed under GPL Version 2.0 is free software that comeswith ABSOLUTELY NO WARRANTY.  You can redistribute and/or modify suchGPL code under the terms of GPL Version 2.0.  For more details, see thedocumentation or "License Notice" file accompanying the IOS-XE software,or the applicable URL provided on the flyer accompanying the IOS-XEsoftware.

[code]....

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 :: 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 :: 6509 QOS To Limit Bandwidth For Internet Traffic

Nov 5, 2012

We run a workers camp here and we currently have around 2500-3000 people using our 100MB internet pipe.  We are upgrading the pipe to 200MB soon but I still would like to limit how much bandwidth everyone is using.
 
We allow streaming media such as Netflix, youtube, apple TV and of course .So it gets full pretty fast.  We have QOS implemented although I wasn't here when it was done so I don't know a lot about it.  I would like to limit IPs to a certain amount of bandwidth. [code]

View 1 Replies View Related

Cisco Switching/Routing :: How To Limit Broadcast Traffic On 3560 Switch Port

Dec 17, 2012

How do I limit broadcast/mulitcast traffic on a switchport to e.g. 5000 pps ? I don't want the port to shut down, just block or drop broadcast traffic that exceeds 5000 pps.

View 19 Replies View Related

Cisco Switching/Routing :: 3560 - Traffic Only Can Achieve Half Of Limit Bandwidth

Jul 15, 2009

I use WS-C3560G-24TS and try both ios 12.2.50.SE1 and 12.2.46.SE but problem the same. The config as following,
interface GigabitEthernet0/1
no switchport
ip address 1.1.1.2 255.255.255.0
[code].....
 
but I find the int g0/1 output traffic only can achieve about 500kbps then I try config below,

interface GigabitEthernet0/1
no switchport
[code]....
 
I find int g0/1 output traffic only can achieve about 5Mbps,but if I change "srr-queue bandwidth limit xx" command xx to 20-90,the int g0/1 can achieve normal traffic bps, for example,

interface GigabitEthernet0/1
no switchport
[code]...
 
the int g0/1 output can achieve 2Mbps that is correct,just only when limit set to 10%,the traffic only can achieve half of limit bandwidth.

View 5 Replies View Related

Cisco Switching/Routing :: 2921 / Limit Access By HW Address?

Sep 15, 2012

I have a 2921, and I have 4 network segments. In segment 172.16.0.0./27 I wand to "pair" somehow connections. I mean IP 172.16.0.x has to have MAC aaaa.bbbb.cccc and so on, and not accept connections otherwise.How can I do that?

View 7 Replies View Related

Cisco Firewall :: Traffic Limit For Internet Traffic Usig ASA 8.2

Nov 27, 2012

I am testing limit bandwith using my ASA 8.2, i am trying to limit internet access for certains users , i order to save Bandwith for the important things but i can´t get any limitation  
 
My configuration is the following, the acces list is just for my pc in order to test, and the service policy is  applied to outside interface (called internet in my case)  for incoming traffic
  
access-list Internet_mpc_1 extended permit ip host 172.16.127.70 any class-map Internet-class-TEST match access-list Internet_mpc_1 policy-map Internet-policy-web class Internet-class-TEST police output 1024000 1500
  
service-policy Internet-policy-web interface Internet
 
With show service policy i can´t see any activity on the policy , but if i do a similar configuration for inside interface outgoing traffic i can see packets allowed and dropped

View 3 Replies View Related

Cisco Switching/Routing :: 4503 -MAC Access-list Extended To Only Allow Gateway Traffic

Nov 7, 2011

We have a gateway on a 4503, say on port 2/1, and we only want the other devices that are plugged into the 4503 to be able to talk to the gateway and thats it.  The other devices are Motorola TUT DSL devices and they plug into the 4503 directly.
 
Normally "switchport protected" would make this very easy to keep stuff on one port from talking to other ports but with 4500's you are not able to do that command.  So we implemented a MAC Access-List Extended ACL.  Here is what we did
 
mac access-list extended BLAH
permit #host 0000.XXXX.YYYY any
interface range fa 2/5 - 20
mac access-group BLAH out 
 
The MAC address 0000.XXXX.YYYY is the MAC address of the gateway that is plugged into Fa2/1 and the DSL TUT devices are plugged into ports Fa2/5-20.  We would think that this config would only allow devices on the TUT DSL to talk only to the Gateway but we don't really think this is happening.  The TUT devices are learning about MAC addresses that are on other TUT devices. 

View 1 Replies View Related

Cisco Switching/Routing :: 3524XL Cannot Access Any Traffic From Gigabit Port Over Fiber

Nov 20, 2011

We have Cisco 3524XL switch, Motorola AXS1800 chassis. I am configuring this cisco switch so I can connect AXS1800 traffic thru cisco 3524XL, on switch port gigabit 0/1, I am using cisco Part no. WS-G5486 (1000Base-LX) connector to connect to AXS1800, both port are member of vlan 200 allowed, and configured dhcp-server 192.168.0.1, but still I can't ping any host or host can't get DHCP server.

View 2 Replies View Related

Cisco Switching/Routing :: Block Traffic Between Two Vlans On Cat3560C - Internet Access?

Aug 3, 2012

I have a Cisco C3560CG which is running C3560c405ex-UNIVERSALK9-M), Version 12.2(55)EX2.The switch has vlan 1 and vlan 50 configured, vlan 50 should have access to a limited number of host in vlan 1.The following acl has been applied on the inbound to vlan 50:
 
10 permit tcp 10.16.30.0 0.0.0.255 host 192.168.15.243 eq 137 138 139 445
20 permit udp 10.16.30.0 0.0.0.255 host 192.168.15.243 eq netbios-ns netbios-dgm netbios-ss 445
25 permit icmp 10.16.30.0 0.0.0.255 host 192.168.1.243
26 permit ip 10.16.30.0 0.0.0.255 host 10.16.30.254
30 permit ip 10.16.30.0 0.0.0.255 host 192.168.15.254

[code]....
 
I sure the above would work, but for some reason some of the packet counter are not incrementing but the traffic is being blocked. But I would like to see the counter increment.Also I have that I may beed to use VACL wouls this be the case?

View 26 Replies View Related

Cisco Switching/Routing :: 3524XL Can't Access Any Traffic From Gigabit 0/1 Port Over Fiber

Dec 26, 2011

We have Cisco 3524XL switch, Motorola AXS1800 chassis. I am configuring this Cisco switch so I can connect AXS1800 traffic thru Cisco 3524XL, on switch port gigabit 0/1, I am using Cisco Part no. WS-G5486 (1000Base-LX) connector to connect to AXS1800, both port are member of v lan 200 allowed, and configured  dhcp-server 192.168.0.1, but still I can't ping any host or host can't get DHCP server. I have attached my config file for your review.

View 25 Replies View Related

Belkin Routers :: N600 Keep Track Of Monthly Usage

Nov 1, 2012

I'm trying to check what quantity of data is going through the router. I can see there is a monitor that tells you in real time the output for the last few minutes, but I want to keep track of monthly usage so I know whether I'm nearing my download limit set by my ISP. Is this possible with the Play N600??

View 1 Replies View Related

Cisco VPN :: 881 W Limit VPN Traffic From Single IP

Jul 27, 2011

I have just set up a 881W appliance for a satellite office. At this time, we don't need a site to site vpn. However, I have EZVpn configured on it and working great so that I can connect from our main office for admin purposes. How can I setup up a firewall rule/policy in order for only our main office IP to connect to Ezvpn? I don't want to allow access to the VPN from any other IP other than our IP at our main office.

View 2 Replies View Related

Cisco Switching/Routing :: To Limit Bandwidth Using The MAC On 2960

Jun 11, 2013

Any example to limit the bandwidth using the MAC address on 2960 ? I want to limit the bandwidth (IN / OUT) of a server only for Internet flows.

View 2 Replies View Related

Cisco Switching/Routing :: VLans Limit On 2950?

Jun 12, 2012

I have 10 2950 switches on my network that support only 64 vlans on each one.  I actualy have requrement to cleate around 100 vlans acros them, can I switch off vtp and create required vlans manualy? I will have more or less following set up:
 
router
|
2950 - vlan 1,2,3,4,5,6,7,8,9,10

[Code].....

View 12 Replies View Related

Cisco :: Does WLC 2500 Series Supports 1262 Series Access Point

Jun 14, 2011

Does AIR-CT2504-25-K9 spupports AIR-LAP1262N-E-K9  Access Point? How can I check this?

View 1 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 :: Bandwidth Limit On Catalyst 2960?

Feb 9, 2012

I have ciscl catlyst 2960 8port switch, (flash:c2960-lanbasek9-mz.122-50.SE4/c2960-lanbasek9-mz.122-50.SE4.bin).
 
and in need to configure bandwidth limit for one of the port as a 1Mbps.

View 5 Replies View Related

Cisco Switching/Routing :: 7606 / Limit Interface That Is Used By One Of Customers To 30M

May 15, 2012

I have a Cisco 7606 running 12.2.  I want to limit the interface that is used by one of our customers to 30M.

View 3 Replies View Related

Cisco Switching/Routing :: 6513 Span Session Limit?

Jul 12, 2012

I have a need to capture some traffic but my core 6513's are already using the limit of 2 span sessions. I can't edit any of the sessions either because I want to source traffic from vlans and you can only do one or the other. Is using a VACL with 'switchport capture' on the destination interface an option ? E.g. I want to source traffic from vlan 10,20,30,40 and send the all to interface Gi10/10 ? Is there any caveats ? I dont need to be too granular with the ACL's but just capture all traffic in those vlans.

View 2 Replies View Related

Cisco Switching/Routing :: Bandwidth Limit On 2950 Switch?

Mar 25, 2012

I have cisco 2950 catalyst switch, verson IOS (tm) C2950 Software (C2950-I6Q4L2-M), Version 12.1(20)EA1a, RELEASE SOFTWARE (fc1)
 
So. for one of my port (FE 0/3) i need to put the bandwith limit 512 kbps, how to configure the above same.
 
Note:- I configured the below but no effect
 
1. interface FastEthernet0/3description * CONT TO B-CENTER *switchport access vlan 10switchport mode accessbandwidth 1024speed 10
 
2. and there is no srr bandwidth limit option for 2950, but the same is working for 2960.

View 3 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 :: WS-C6509 / VLAN Interface Limit

Jan 2, 2012

I have Cisco WS-C6509 with IOS version 12.2(18)I have several vlan interface on this device.Today I create new vlan intervace
 
interface Vlan165
description test5
ip address 10.10.10.1 255.255.255.252
end
 
and vlan:
 
VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
165  test5                                 active    Gi7/14
 
But I can't ping this IP address and show ip route shows:
 
sh ip route 10.10.10.1
Routing entry for 10.10.10.0/24
  Known via "static", distance 254, metric 0 (connected)
 
I have static route for this subnet /24?I can not see any error in logs, but looks like I reached vlan interface limit on this device or something like this.How can I check it?

View 9 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 :: 2921 - Queue-limit With Shaping

Mar 8, 2012

I have a 2921 where I am shaping some traffic based on sub net on my lan.  I have applied the shaping policy to the lan interface in the outgoing direction.
 
Topology is as follows:  
ISP - ASA - ROUTER - LAN 
Policy map: 
Policy Map shape-lan
[code].... 
 
I am seeing a lot of no-buffer drops on the policy and I am wondering what the best solution is to solve this: 
Class-map: tc-class (match-any)
   8730680 packets, 10803689863 bytes
   5 minute offered rate 4453000 bps, drop rate 0 bps
  [code]....
 
Should I just be increasing the queue-limit or should I be changing something else?

View 12 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 :: IP Routing On 6500 Series Versus 3750?

Jan 24, 2013

For intervlan routing, Is 'IP routing' command enabled by default on a 6500 series switches based on the IOS?and on 3750 switches, do we need to enable the "ip routing" command manually for intervlan routing?

View 1 Replies View Related

Cisco Firewall :: 881 - Limit All Traffic Except DHCP To Self Zone?

Dec 22, 2009

On router Cisco 881 with ZBF I have dedicated VLAN for AP connection. AP is getting IP address from router dhcp server, I would like to limit all access to Router "Self" zone to only DHCP traffic if possible. How to limit all traffic except DHCP to self zone?What ever I do to traffic to/from self zone I must always specify last statement as "class class-default/inspect" and not drop as I would like to. 

View 5 Replies View Related







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