cancel
Showing results for 
Search instead for 
Did you mean: 

Configure QoS on C3 SecureStack to prioritize video/voice traffic.

Configure QoS on C3 SecureStack to prioritize video/voice traffic.

Joshua_Sanders
New Contributor
I have a DR site connected to my corporate office. The DR site is using a older C3G Securestack. The corporate office is using a N7 switch with platinum DFEs.

My question is how do I configure QoS. The config guide and feature guide on the Extreme website might as well be in ancient Babylonian. It doesn't make any sense to me. All I'm trying to do is ensure VoIP traffic and my video conference system gets first priority. If the video conference system is tagging packets as EF, why can't I just create an access-list in the (router) like this and assign it to a vlan interface.

access-list 100 permit ip any any dscp ef assign-queue 5
access-list 100 permit ip any any assign-queue 4

I this should work but I never lose my jitter on the video system and the Enterasys documentation doesn't ever seem to offer this as an example.
21 REPLIES 21

Jeremy_Gibbs
Contributor
set policy profile 1 name "Default Policy" pvid-status enable pvid 4095 cos-status enable cos 6

you can also mess with

#cos stateset cos state enable
!

#cos setting
set cos setting 0 irl-reference 0
set cos setting 1 irl-reference 1
set cos setting 2 irl-reference 2
set cos setting 3 irl-reference 3
set cos setting 4 irl-reference 4
set cos setting 5 irl-reference 5
set cos setting 6 irl-reference 6
set cos setting 7 irl-reference 7

You can also apply a policy to a port by

set policy port ge.1.4 1 <- 1 is the policy ID.

show policy profile all

This looks correct, great example Jeremy.

Joshua_Sanders
New Contributor
I can still implement "policy" if I don't have Netsight installed right? If so I would love your block of code

Sure, give me a little bit.

Jeremy_Gibbs
Contributor
I could generate the code you would need to do this in "policy". That is the Enterasys way of doing things.
GTM-P2G8KFN