Cisco Switching/Routing :: 3560 - Configuring Qos / Traffic To Go Into High Priority Queue

Nov 19, 2012

i have a 3560 connecting to a sp with limited bandwidth. i have one interface on the switch whose traffic i do not want to drop. i want this traffic to go into the high priority queue. i am not sure how this should be configured, but here is my best guess and my current qos configuration on the switch:
 
qos map cos-dscp 0 8 16 26 32 46 48 56
mls qos srr-queue output cos-map queue 1 threshold 3 5
mls qos srr-queue output cos-map queue 2 threshold 1 4 6 7
mls qos srr-queue output cos-map queue 2 threshold 2 3(code)
 
since cos 5 is mapped to dscp 46 then this traffic would go into the priority queue. is this correct ?

View 7 Replies


ADVERTISEMENT

Cisco Switching/Routing :: QoS Priority Queue On Cat 6509?

May 2, 2013

I need to trust and prioritize voip traffic on my 6509 core
 
at the moment I have mls qos trust dscp on the interface
 
Is this enough? or do I need to enable the priority queue? how do i do this ? as it doesnt accept the priority queue out command like a normal switch

View 1 Replies View Related

Cisco Switching/Routing :: 3750 Priority Queue Out Transmit Discards

Dec 13, 2011

After opening up Solarwinds NPM, I noticed that a few of my interfaces had lots of discards (who knows how long it's been sets the counters were reset)
 
interface GigabitEthernet1/0/25description Etherchannel to MamaCassswitchport trunk encapsulation dot1qswitchport mode trunkswitchport nonegotiatepriority-queue outchannel-group 4 mode on
 
interface GigabitEthernet2/0/25description Etherchannel to MamaCassswitchport trunk encapsulation dot1qswitchport mode trunkswitchport nonegotiatepriority-queue outchannel-group 4 mode on
 
interface Port-channel4switchport trunk encapsulation dot1qswitchport mode trunkswitchport nonegotiate,It looks as if priority-queue was configured outbound on these interfaces, could this be the cause of the transmit discards which are now up to 79,835, I just reset the counters on the interfaces a little while ago.
 
I'm not the best in the world when it comes to QoS, we do have some VoIP phones, but they are only a specific network, and do not travel outside, since there are used mainly for VoIP training. I do know both interfaces are running the default of FIFO.

View 1 Replies View Related

Cisco Switching/Routing :: 2960 - Enabled With Additional Priority-queue Out Command?

Feb 20, 2012

I have a Cisco Catalyst 2960 with IOS Release12.2(53)SE (because of a contract I can not update it) ->  the release notes for this version describe the following:

When auto-QoS is enabled on the switch, priority  queuing is not enabled. Instead, the switch uses shaped round robin  (SRR) as the queuing mechanism. The auto-QoS feature is designed on each  platform based on the feature set and hardware limitations, and the  queuing mechanism supported on each platform might be different. There  is no workaround. (CSCee22591)
 
My config is as follows:

interface FastEthernet0/1 switchport access vlan 200 switchport mode access srr-queue bandwidth share 10 10 60 20 priority-queue out mls qos trust dscp auto qos voip trust no cdp enable network-policy 1 spanning-tree portfastMy question now is:When the priority queue is not enabled with auto-qos because of the software bug is it nevertheless enabled with the additional priority-queue out command?

View 8 Replies View Related

Cisco Switching/Routing :: 4500 Sup6E Priority Queue On Port-channel Member?

Mar 18, 2010

I am trying to implement priority queuing (LLQ) on a pair of 10GE links between a 4507 with Sup6E and a 4948 which are configured as an etherchannel. I am unable to configure a priority queue on the 4507.  I am running into the following issues:
 
I want to have a priority queue for voice traffic and specify minimum bandwidth for a critical application. If I configure a class with the priority command it will not let me use the bandwidth command on another class unless the priority class is policed. If I try it without the police command I get the message "bandwidth kbps/percent command cannot co-exist with strict priority in the same policy-map ". If I add  a police statement to the priority class then I don't get this error. 

When I try to apply the resulting service-policy to the physical interface it says "% A service-policy with non-queuing actions should be attached to the port-channel associated with this physical port" and does not add the command to the config. 

If I try to associate the same policy-map to the port-channel rather than the physical interface it says "% A service-policy with queuing actions can be attached in output direction only on physical ports" and does not add the command to the config. 
 
All of the other interfaces on the 4500 are working OK. The trunks have auto qos voip trust configured and access ports are marking the critical application traffic.
 
The 4507 is running 12.2(44)SG1 EnterpriseK9. I don't have the luxury to upgrade blindly to fix the problem unless I can identify a specific bug that is causing the problem.

View 5 Replies View Related

Cisco Firewall :: ASA 5510 / Setup A Priority Queue For Voice And Video Traffic?

Mar 7, 2013

Trying to set-up a priority queue for Voice and Video traffic, below is the current ASA config. The WAN link is 6mb, trying to limit the Internet traffic to 4mb and save 2mb for the PQ, config belowTraffic just isn't hitting the PQ
 
priority-queue outside
  queue-limit   512
  tx-ring-limit 200
 !
  class-map Video
description Video
match dscp af31

[code]....

View 6 Replies View Related

Cisco Switching/Routing :: 3560 TX-queue Buffer Sizes

May 29, 2013

We're having some issues with a 3560 CPE. It's uplink is a GE fiber link, customer port is FE RJ45. We see a lot of TX-frames being dropped at the FE port,but none at the GE port. Even when the customer is only at ~50Mbit/s downstream traffic. When customer sending ~50Mbit/s upstream, there are no TX- drops at the GE link. Is this a normal behaviour? From what I know the physical medium shouldn't have any inpact on this since drops occurs in the port- asic, and not in physical transmission.Do the buffer-sizes between GE and FE differ? What could we do to optimize the flow and reduce drops? QoS is set to off and no modifications on the queues have been made on the interfaces.

View 8 Replies View Related

Cisco Switching/Routing :: 3560 And 3750 - Any Way To Check For MLS QoS Input Queue Drops?

Feb 10, 2012

I feel that 3560 and 3750 perform differently with the following two commands:
 
srr-queue bandwidth shape 5 0 0 0
srr-queue bandwidth limit 50
 On 3750, the bandwidth for queue 1 is limited to 100mbps x 50% / 5 = 10mbps
On 3560, the bandwidth for queue 1 is limited to the smaller value of BW / shape weight and BW x limit%.
 
Does it sound about right?  is there a way to check for mls qos input queue drops? The show mls qos interface xxx stat only shows the output queue drops. Maybe for some reason the input queue never drops?

View 6 Replies View Related

Cisco Switching/Routing :: 2921 / Catalyst 3560 - Router Interface Input Queue Drops?

Nov 6, 2011

i have an 2921 connected to an Catalyst 3560. My router interface shows quite a lot of input queue drops. Load is not too much max 5/255.

View 1 Replies View Related

Cisco Switching/Routing :: Output Queue Drops On 3750 Core Stack And 3560 Edge Switches

Jan 10, 2013

I've been fighting what seems to be an increased number of outqueue drops on our core stack and edge switches for the last 3 or 4 weeks.(The core consists of a stack of 5 3750s in 32-gig stack mode. The wkgrp switches are 3560s. all are at 12.2.52) The  wkgrp switches are directly connected to users. We use Nortel IP phones with the phone inline with the user PC. auto-neg to 100/full. [code] However I have tried turning off QOS on a couple of workgroup switches (no mls qos, but left individual port configurations the same) but am still seeing drops.Since I have disabled qos on the switches in question (no mls qos)  (not the core tho) I am presuming these commands have no affect on the switch operation and therefore cannot be related to the problem. With QOS turned off one would presume that it is general congestion - especially at the user edge where busy PC issues might contribute. So I wanted to see if I could see any instances of packets in the output queues building up.
 
 I wrote some scripts and macros that essentially did a snapshot of 'show int' every 20 seconds or so, and looked for instances of 'Queue: x/' where x was greater than zero.What I found after several days of watching the core stack, and a few of the workgroup switches that are most often displaying the behavior, was that I NEVER saw ANY packets in output queues. I often saw packets in Input queues for VLAN1, once in a great while I would see packets on input queues for fa or Gi interfaces, but NEVER on output queues. [ code] Additionally, when I look (via snmp) at interface utilization on interfaces showing queue drops (both core and wkgroup), they are occurring at ridiculously low utilization levels (as low as 4 to 8%). I've tried to look for microbursts between the core and a wkgroup switch where the core interface was experiencing drops, but haven't seen any (using observer suite). [code] While the queue-drop counts aren't critically high at this point, they are happening more frequently than in the past and I would like to understand what is going on... In most cases, no error counters are incrementing for these interfaces. Is there some mechanism besides congestion that could cause output queue drops?

View 4 Replies View Related

Cisco Switching/Routing :: 3750E ACL Marked Traffic Are Not In Correct Queue

Apr 22, 2012

We tested a QoS in a Cisco 3750E, IOS: 12.2(58)SE2.Voice traffice in the correct Q without any problem, but all the others traffic the Defualt Q (0), tried to capture the traffic and tcp/udp port are correct.Any thing wrong with my ACL or DSCP - CoS?? ( that ACL works fin on 4500 and 6500) [code]

View 3 Replies View Related

Cisco Switches :: 2960 / Priority Queue Out Handling?

Mar 6, 2012

We're testing the reference system shown in the figure below. System Description Four 2960 switches are used for transport;Equipment 1 and Equipment 2 exchange packets for synchronization;To reach synchronization  Equipment 1 and 2 must exchange data with a very low jitter. 2960 Configuration details Four our test puprose, we're using 100Mbit/s ports (22 and 23) as trunk.In order to obtain minimum jitter We performed these configurations:We Enabled QoS;We Marked Synchronization packets with CoS 7 and DSCP 63;We marked other kind of traffic inserted in different ports) with CoS 0;We set "trust DSCP" on trunk ports;On the trunk ports we mapped traffic with CoS 7/DSCP 63 (and only this) on output queue 1;We enabled the expedite queue (priority-queue out). QuestionWith these settings we aim at forcing our synchronization packtes to precede other kind of traffic and go from Equipment 1 to Equipment 2 with minimum jitter.Unfortunately we experienced  high jitter when both synchronization packets and other traffic are sent through the systems.

View 9 Replies View Related

Cisco Switching/Routing :: High CPU Usage On 3560 And 2960?

May 15, 2012

I'm having issue with one stubborn process that is consuming nearly all the CPU on all of my switches. I tried googling it, but had no luck. The process is "hulc nrgyz PD di"

View 4 Replies View Related

Cisco Switching/Routing :: High Fabric Utilization On 3560-e

Nov 2, 2010

I am looking at the utilization on a Catalyst 3560-E.  I am running a test with eight 1 GIGE links RXing at 95 % utilization.  All of the traffic is going to a TenGigE port.  The device on the TenGigE port is echoing back all of the traffic received, so the 1 GIG links are TXing at 95% as well.When I do a "show controllers utilization", the port utilization numbers are correct, but the fabric utilization is higher than I would expect.  The fabric should be 128 gigbits / second in this switch, and there is 7.6 gigabits TX/RX to the ten gig port.  The fabric utilization is at 49%.  I would expect 7.6 / 128 = 5.9% or possible double that. [code]

View 8 Replies View Related

Cisco Switching/Routing :: Connecting 2x 3560 And Configuring LACP?

Jan 29, 2013

We have 2x WS-C3560X-48 with the 10Gb SFP C3KX-NM-10G module.I want to use the 10Gb SFP (with a redundant 1Gb link) between each of the switches.Below is the configuration what I think I should use. Is this correct?
 
SWITCH1
int TE1/1
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode active

[code]....
 
We also want to utilise Link Agrrigation for the servers that attach to the switch. Would this config be correct?
 
port-channel load-balance src-ip 
int range x
switchport mode access
switchport access vlan 1 (They are all on the default vlan)
spanning-tree portfast
channel-group x mode active
 
(Then I would configure the LACP config on the server) Is there anything I am missing?

View 9 Replies View Related

Cisco Switching/Routing :: 3560 CG Port Goes Down When Configuring Trunking

Jan 31, 2012

I have a 3560 8 port switch.  Int gi0/9 is trunked to another switch downstream.  When I try to configure int gi0/10 to trunk to a switch upstream the interface on the switch goes down and I have to either reboot the switch or plug directly into the switch and telnet into it to turn off trunking on the interface.  When I configure trunking on the interface on the upstream switch that connects to this interface the same happens on that switch.  The upstream switch is a 3750 with 12 sfp ports.  Several interfaces are trunking to other switches from this switch.  Spanning tree is not configured on the 3750 at all , and is not configured on either gi0/10 or gi0/9 on the 3560.  I was consoled into the 3560 during a reboot after the interface went down, a message came up that said something like "Spanning Tree returning gigabit ethernet 10 to constant state"  Why would I get this message if spanning tree is not enabled on the gig ports on either end of the trunk? There is no loop to require spanning tree to shut down an interface.  I have several other 3560's configured as I would like to configure this switch and they are trunking without issue. 

View 8 Replies View Related

Cisco Switching/Routing :: High Memory Utilization Of 3560 Switch After Upgrade IOS

Mar 5, 2013

I upgrade the IOS of my switch 3560 from   C3560-IPBASE-M), Version 12.2(25)SEB4,  To   C3560-IPBASEK9-M), Version 12.2(55)SE5 after that the utilizatio of the memory increase to 80% I attached the output of show memory statistics history

View 5 Replies View Related

Cisco Switching/Routing :: 6509 / Unicast NLB High Traffic?

Apr 27, 2013

i recently identified all switch ports in my network on 6509 core were Transmitting Mail server Exchange traffic that was destined for Unicast NLB cluster. and it was impacting various HOST machines NIC cards/performance.After reading this article, i moved NLB CAS servers behind a dedicated cisco Switch.
 
[URL] 
 
Now My core switch can learn mac address across its trunk port where CAS servers are connected on dedicated switch. but still i can see traffic Transmitting out to my all switch ports of same VLAN ( same as NLB VLAN).

View 5 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 :: 3560 Redirect Internet Traffic

Nov 24, 2011

At one of my field offices I want to redirect internet traffic down a separate DSL connection instead of having it ride the T1 back to the main office then going out.  At this office I have a 2600 router, 3560 switch, with a Fortigate firewall in between DSL connection and LAN, Fa0/0 on router and firewall are both plugged in to switch.  I have seen posts that mention PBR or static routes which is the reccomended method for dealing with this? 

View 6 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 :: Configuring Netflow For Layer 2 Switched Traffic On Cat6509

Jul 10, 2012

I want to configure layer 2 switched netflow on my cat 6509 running vss,
 
I have configured the 2 commands below 
   
ip flow ingress layer2-switched vlan 1,2,3
ip flow export layer2-switched vlan 1,2,3
 
However, if I look in the config the export bit isnt there after?
 
It is running a PFC
 
VS-F6K-PFC3C
 
Should layer 2 switched netflow work in this chassis ? it says on the Cisco site that it works on the below
 
"The command is supported on Supervisor Engine 720 in PFC3B and PFC3BXL mode only and on Supervisor Engine 2 with a PFC2"

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 :: Air-Print / Bonjour Traffic Not Flowing On 3560 Switches

Jan 16, 2013

We are in the process of rolling out iPads to our offices.  As part of this implementation, we need to print from the iPads to our network printers.  Our network printers are mostly HP and Xerox and do not have native Apple AirPrint capabilities.  As such, we have been using the FingerPrint software to share out the network printers as Apple AirPrint printers.  We have a mixture of switches at our offices.  Most offices utilize a 3550 PoE switch.  In these offices the AirPrint traffic is being transferred successfully and everything works great. In the offices which are using 3560 PoE switches, the traffic is never seen at the iPads.  We are using EnGenius EAP300 access points connected into the Cisco switches to provide wireless access to the iPads. Both 3550 and 3560 switches are running iOS 12.2(25). What might be stopping/blocking the AirPrint traffic on the 3560 switches?

View 3 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 :: 6500 / 3560 - Get L2 Traffic Amount (bit / Byte) Passing Through Switch

May 30, 2012

We want to get L2 traffic amount (bit/byte) passing through a cisco switch (6500/3560 ...) for a specific VLAN. it can be via SNMP or CLI ...How can we do that?
 
note: there is no L3 interface on swtiches.

View 2 Replies View Related

Cisco Switching/Routing :: 3560 - HSRP Setup / S2 Active And Route Traffic From Internet To Client?

Jan 14, 2012

i have a strange issue with an HSRP Setup. I  have two (S1+S2) 3560 as Core/Distribution Layer. Inter-vlan routing are  enabled on both Switches. S1 and S2 are connected with an ether channel  over four fibre ports. S3 -S5 are the (L2) access layer.
 
Gi0/1 on S1 and S2 are L3 ports, connect to a Linux Firewall.

HSRP is enabled, S1 is the active router and the STP root bridge.
 
But, my monitoring via cacti show me, that the Gi0/1 on S2 is active, too! But it should not be active? Only if S1 fails, should S2 the active switch.A client from the access ports on S3 - 5 gets traffic from the Internet via Gi0/1 from S2. Gi0/1 on S1 is active too, but will send mostly traffic to the Internet. Why is S2 active and why route it traffic from the Internet to the client?

View 15 Replies View Related

Cisco WAN :: 3128 - How To Get Users Access To URL As High Priority

Dec 21, 2010

We have three locations, Seattle, LA and NJ. All the users need to go through the proxy server in NJ if they need to access to internet. We use the port 3128 on the proxy server for accessing the internet. We implement the QoS on the WAN for those three locations. For the internet acces, we configure the port 3128 as the NBAR and classify it as the lower priority.
 
The issue is...we want to have the users access to the URL as high priority, and the other web sites are still set as the lower priority. Are there any ways to accomodate it?

View 13 Replies View Related

Cisco WAN :: 2911 - Configuring Priority Queuing In Gigabit Interface

Jun 10, 2011

I have configured Priority Queueing in my Cisco 2911 Router. I have set queue list high, medium, normal and Low. But when I put show interface gi0/2, it is showing the queueing strategy is priority queueing but it is not showing the (size/max/drops) values.

View 1 Replies View Related

Cisco WAN :: 3750E - SRR-Queue And Traffic Prioritization?

Jul 12, 2011

I have two goals on my Cisco 3750E -
 
* Limit bandwidth to match carrier provided bandwidth (10M ethernet port, but only 6M provisioned)

* Prioritize some traffic over others through the use of a priority queue.
 
I have come up with this design:
 
access-list 100 remark priority traffic
access-list 100 permit ip 10.1.1.0 0.0.3.255 any
access-list 100 permit ip any 10.1.1.0 0.0.3.255

[Code]....

How do I know?  Is there a show command to show priority packets?
 
Am I right in assigning dscp 46 to this interesting traffic?  That way it goes to queue 2?
 
Am I right in applying the priority-queue out command to the interface?
 
We also have voice traffic.  But I think i can trust it to queue up into the router with trusted dscp

View 1 Replies View Related

Cisco Switching/Routing :: 3750 - How To Decide On Which Queue / Threshold To Use

Mar 8, 2012

I am working on a QoS design which I hope to test at some point, but at this stage its from the books.My question is how to decide which queue and threshold to use for video traffic, then lower priority traffic.I understand the shaping and sharing commands, its the queuing and threshold bit I'm not clear on.The plan is to use the priority-queue for EF marked voice, this will be policed on ingress to provide an upper limit to EF traffic levels, then my second priority traffic will be video. Which queue will get serviced first once the priority queue is empty, and how do I decide which threshold to allocate my video traffic to? The document ion is not at all clear, I want to prioritse my traffic in the following order:

1 voice, use the priority queue
2 video, this to get serviced ahead of data, after voice.
3 interactive data
4 Bulk data
5 Best effort
 
So Q1 settings are ignored due to priority queue. Q2 gets 70%, Q3 25% etc.Is it as simple as putting video into Q2 T1, then interactive data into Q2 T2, will Q2T1 get a higher priority over Q2 T2 once the PQ is serviced?

View 4 Replies View Related

Cisco Switching/Routing :: QoS / Queue Drops On 3750 Switches?

Apr 30, 2013

We currently have a  site with a very simple topology that uses a 3750X switch stack for a  collapsed core. Everyday, the users have a conference call and  experience poor voice quality.Its not bad when users call from several  conference phones, but when everyone calls in on individual phones,  there is choppy and almost inaudible voice quality experienced. The  voice traffic flow would be as follows: Phone <-> 3750 switch  <-> Voice GW We  have packet captures showing that RTP packet loss is occuring from the  phone to the voice gateway, but none from the voice gateway to the  phones. We also have drops in the output queues that match drops on the  asics. I can reset the counters and they will be clear until the call,  and then they increment significantly during the call. The voice gateway  and phones are non-Cisco. The switch stack has 6 switches. We are trusting the DSCP settings on the  phones. All the queue drops from the phones are usually in queues 0-3,  but all drops on the voice gateway is in queue 0. Below are the QoS  settings; they are mostly default and we have not changed any queuing,  thresholds, or buffers. Should we specify larger buffers and threshold  for a designated queue and send EF traffic to that queue?
 
MySwitch#sh mls qos
QoS is enabled
QoS ip packet dscp rewrite is disabled
 Typical Port
GigabitEthernet1/0/4
trust state: trust dscp

[code].....

View 1 Replies View Related

Cisco Switching/Routing :: 3550 Won't Accept WRR-Queue Commands

Jan 22, 2013

We are upgrading from 3550 - 3560 switches.On the 3550's we have this on each interface: [code] The 3550's wont accept the wrr-queue commands. How to set these on the 3560's.

View 1 Replies View Related







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