- Community Home
 - >
 - Networking
 - >
 - Switching and Routing
 - >
 - HPE Aruba Networking & ProVision-based
 - >
 - Re: 2530-48G Configuring Port-based Prioritization
 
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
 
11-06-2019 02:21 PM - edited 11-06-2019 02:34 PM
11-06-2019 02:21 PM - edited 11-06-2019 02:34 PM
I've updated 2530-48G to it's latest firmware. I am able to view "#sh qos port-priority", but when trying to configure it, the option is not there. How do you config #qos port-priority ?
HP-2530-48G(config)# qos
 udp-port              Configure UDP port-based priority.
 tcp-port              Configure TCP port-based priority.
 device-priority       Configure IP address-based traffic prioritization.
 dscp-map              Create a DSCP (Differentiated Services Codepoint) policy.
 protocol              Configure protocol-based traffic prioritization.
 queue-config          Configure port egress queue parameters.
 rate-limit            Configure DSCP-based rate limiting.
 traffic-template      Configure egress queue priority assignments.
 type-of-service       Configure DSCP-based traffic prioritization.
 watch-queue           Monitor dropped packet counts for each egress queue of a port.
Solved! Go to Solution.
- Tags:
 - 2530
 - port-priority
 - QOS
 
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-06-2019 09:38 PM
11-06-2019 09:38 PM
SolutionHello ,
Have you checked this under interface ?
HP-2530 (config)# interface ethernet 1
HP-2530(eth-1)# qos
dscp Specify the DSCP policy to use.
priority Specify the 802.1p priority to use.
trust Set the QoS Trust Mode Configuration for the port.
HP-2530-48G-PoEP-2SFPP(eth-1)# qos pir
Invalid input: pir
HP-2530-48G-PoEP-2SFPP(eth-1)# qos priority
0
1
2
3
4
5
6
7
HP-2530(eth-1)# qos priority
Please try this and let me know if you have any query on this
I work for HPE
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-06-2019 09:40 PM
11-06-2019 09:40 PM
			
				
					
						
							Re: 2530-48G Configuring Port-based Prioritization
						
					
					
				
			
		
	
			
	
	
	
	
	
Hello,
The QoS configuration of the 2530 series (and all ArubaOS-S switches) is described in the Advanced Traffic Management guide. Here is the manual for version 16.10.
page 197
Assigning a priority based on source-port
This option assigns a priority to all outbound packets having the specified source-port. You can configure
this option by either specifying the source-port ahead of the qos command or moving to the port context
for the port you want to configure for priority. (If you are configuring multiple source-ports with the same
priority, you may find it easier to use the interface <port-list> command to go to the port context
instead of individually configuring the priority for each port.)
Syntax:
interface <port-list> qos priority <0-7>
Configures an 802.1p priority for packets entering the switch through the specified (source) ports. This
priority determines the packet queue in the outbound ports to which traɝc is sent. If a packet leaves the
switch on a tagged port, it carries the 802.1p priority with it to the next downstream device. You can
configure one QoS classifier for each source-port or group of source-ports.
(Default: No-override)
Syntax:
no interface <port-list> qos
Disables use of the specified source-ports for QoS classifiers and resets the priority for the specified
sourceports to No-override.
See also Page 198/199, chapter Assigning a DSCP policy based on the source-port

- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-07-2019 09:47 PM
11-07-2019 09:47 PM
			
				
					
						
							Re: 2530-48G Configuring Port-based Prioritization
						
					
					
				
			
		
	
			
	
	
	
	
	
I spent hours under #config qos, but didn't see there's was another qos under #config int ethernet...
Thanks!!!