- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Web and Unmanaged
- >
- HP 1920 - QoS policy
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2017 04:57 PM
02-07-2017 04:57 PM
HP 1920 - QoS policy
Hello,
I have a QoS policy that applies to all traffic belonging to a particular VLAN ID (VOICE 100).
The policy applies behavior of dot1p with a value of 6.
When I tried to apply the polcy to a port(s), a failure was reported advising that an ACL was missing from the policy. So I introduced a catch-all ACL into the traffic classifier and the policy is now being applied correctly.
My question is - The policy I want to apply is layer 2 and only needs to be classified by VLAN ID, why do I need to have an ACL ?
Please review the config below and advise if I am doing this correctly.
Many thanks
#
version 5.20.99, Release 1114
#
sysname HPE
#
domain default enable system
#
ipv6
#
telnet server enable
#
ssl version ssl3.0 disable
#
mirroring-group 1 local
#
password-recovery enable
#
acl number 4000
rule 0 permit
#
vlan 1
#
vlan 10
description DATA
#
vlan 100
description VOICE
#
domain system
access-limit disable
state active
idle-cut disable
self-service-url disable
#
traffic classifier VOICE_TRAFFIC operator and
if-match customer-vlan-id 100
if-match acl 4000
#
traffic behavior DOT1P_6
remark dot1p 6
#
qos policy VOICE_POLICY
classifier VOICE_TRAFFIC behavior DOT1P_6
#
user-group system
group-attribute allow-guest
#
local-user admin
authorization-attribute level 3
service-type telnet terminal
service-type web
#
stp mode rstp
stp enable
#
interface NULL0
#
interface Vlan-interface1
ip address 192.168.0.2 255.255.255.0
#
interface Vlan-interface10
ip address 192.168.10.1 255.255.255.0
#
interface GigabitEthernet1/0/1
port link-type hybrid
undo port hybrid vlan 1
port hybrid vlan 100 tagged
port hybrid vlan 10 untagged
port hybrid pvid vlan 10
port auto-power-down
poe enable
stp edged-port enable
qos apply policy VOICE_POLICY inbound
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2017 02:03 AM
02-08-2017 02:03 AM
Re: HP 1920 - QoS policy
No answer...but at least I can confirm the same happens over here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2017 01:02 AM
02-09-2017 01:02 AM
Re: HP 1920 - QoS policy
6 is wrong anyway, the correct value is 5.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2017 05:31 AM
02-10-2017 05:31 AM
Re: HP 1920 - QoS policy
5 or 6? In QoS you can assign priorities yourself, 6 might not confirm to standard....but should work. (unlike values outside <0...7> range)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2017 09:43 AM
05-16-2017 09:43 AM
Re: HP 1920 - QoS policy
I use QoS for DSCF EF on HP v1910 switches
QoS
#
Traffic behavior VOICE
Filter permit
Traffic behavior Permit
Filter permit
Traffic behavior VOZ_VLAN
Filter permit
Deny traffic behavior
Filter deny
#
Qos policy VOICE
Classifier VOZ behavior VOICE
Qos policy MAC
Classifier Permit behavior Permit
Classifier Deny behavior Deny
#
Interface
#
Interface GigabitEthernet1 / 0/1
Undo voice vlan mode auto
Voice vlan 29 enable
Stpe edged-port enable
Qos apply policy VOICE inbound
Qos trust dscp
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2017 09:41 AM
05-17-2017 09:41 AM
Re: HP 1920 - QoS policy
That config snippet makes sense at first sight....except the inbound statement. I'd always apply QoS outbound