Configure QoS on C3 SecureStack to prioritize video/voice traffic.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-05-2016 01:54 AM
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.
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-05-2016 07:17 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-05-2016 07:17 PM
This looks correct, great example Jeremy.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-05-2016 06:03 PM
I can still implement "policy" if I don't have Netsight installed right? If so I would love your block of code
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-05-2016 06:03 PM
Sure, give me a little bit.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-05-2016 05:44 PM
I could generate the code you would need to do this in "policy". That is the Enterasys way of doing things.
