Wired Intelligent Edge

 View Only
last person joined: yesterday 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

2530-48G Configuring Port-based Prioritization

This thread has been viewed 0 times
  • 1.  2530-48G Configuring Port-based Prioritization

    Posted Nov 06, 2019 05:22 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.

     

     

     


    #port-priority
    #QOS
    #2530


  • 2.  RE: 2530-48G Configuring Port-based Prioritization

    EMPLOYEE
    Posted Nov 07, 2019 12:38 AM

    Hello ,

    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



  • 3.  RE: 2530-48G Configuring Port-based Prioritization

    EMPLOYEE
    Posted Nov 07, 2019 12:41 AM

    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.

    https://support.hpe.com/hpsc/doc/public/display?docLocale=en_US&docId=emr_na-a00091278en_us&withFrame

    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



  • 4.  RE: 2530-48G Configuring Port-based Prioritization

    Posted Nov 08, 2019 12:48 AM

    I spent hours under #config qos, but didn't see there's was another qos under #config int ethernet...

    Thanks!!!