Wired Intelligent Edge

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

AOS-CX 8325 Port Speed Settings (following "Group speed mismatch" error)

This thread has been viewed 145 times
  • 1.  AOS-CX 8325 Port Speed Settings (following "Group speed mismatch" error)

    Posted Sep 06, 2019 08:29 AM

    Overview

    The (newish) 8325 switch has SFP28 ports that support 1, 10, 25Gb connections. These are organised into interface groups of 12 ports each, and the default speed setting is 25Gb. You may not find the command to change it by looking around the CLI, hence this post.

     

    Group speed mismatch Error

    The flashing orange port light or this error is likely to be first indication you have that the port is not configured to support 1 or 10Gb transceivers.

     

    8325 group speed mismatch.jpg

     

     

    8325# sh int brief
    ----------------------------------------------------------------------------------
    Port      Native  Mode   Type        Enabled Status  Reason                 Speed
              VLAN                                                              (Mb/s)
    ----------------------------------------------------------------------------------
    1/1/1     --      routed --          no      down    No XCVR installed      --
    1/1/2     --      routed --          no      down    No XCVR installed      --
    1/1/3     --      routed SFP+DA3     no      down    Group speed mismatch   --
    1/1/4     --      routed --          no      down    No XCVR installed      --
    1/1/5     --      routed --          no      down    No XCVR installed      --
    1/1/6     --      routed --          no      down    No XCVR installed      --
    1/1/7     --      routed --          no      down    No XCVR installed      --
    1/1/8     --      routed --          no      down    No XCVR installed      --
    1/1/9     --      routed --          no      down    No XCVR installed      --
    1/1/10    --      routed --          no      down    No XCVR installed      --
    1/1/11    --      routed --          no      down    No XCVR installed      --
    1/1/12    --      routed --          no      down    No XCVR installed      --
    1/1/13    --      routed 1000BT      no      down    Group speed mismatch   --
    1/1/14    --      routed --          no      down    No XCVR installed      --
    1/1/15    --      routed --          no      down    No XCVR installed      --
    1/1/16    --      routed --          no      down    No XCVR installed      --

    In this example, there is a 10Gb DAC in 1/1/3, and a 1Gb RJ45 transceiver in 1/1/13 that are mismatched.

     

    Standard commands do not show anything, and there are no pointers in the running config.

     

    8325# sh int 1/1/3
    
    Interface 1/1/3 is down (Administratively down)
     Admin state is down
     State information: Group speed mismatch
     Description:
     Hardware: Ethernet, MAC Address: 54:80:28:fc:86:00
     MTU 1500
     Type SFP+DA3
     qos trust none
     Speed 0 Mb/s
     Auto-Negotiation is on
     Flow-control: off
     Error-control: off
     Rx
                 0 input packets               0 bytes
                 0 input error                 0 dropped
                 0 CRC/FCS
     Tx
                 0 output packets              0 bytes
                 0 input error                 0 dropped
                 0 collision
    
    8325# sh run int 1/1/3
    [nothing at all in a default config]

    Interface Group

    We need to look specifically at the interface-group.

     

    8325# sh system interface-group
    ------------------------------------------------
    Group  Speed  Member Ports      Mismatched Ports
    ------------------------------------------------
    1      25g    1/1/1-1/1/12      1/1/3
    2      25g    1/1/13-1/1/24     1/1/13
    3      25g    1/1/25-1/1/36
    4      25g    1/1/37-1/1/48

     

    8325 Interface groups.png

     

     

    We need to change the config to 10g (which also supports 1Gb).

     

    8325(config)# system interface-group 1 speed 10g
    Changing the group speed will disable all member interfaces that
    do not match the new speed.
    
    Continue (y/n)? y
    8325(config)# system interface-group 2 speed 10g
    Changing the group speed will disable all member interfaces that
    do not match the new speed.
    
    Continue (y/n)? y
    8325(config)# system interface-group 3 speed 10g
    Changing the group speed will disable all member interfaces that
    do not match the new speed.
    
    Continue (y/n)? y
    8325(config)# system interface-group 4 speed 10g
    Changing the group speed will disable all member interfaces that
    do not match the new speed.
    
    Continue (y/n)? y

    Working!

    It now works OK.

     

    8325(config)# sh int brief
    ----------------------------------------------------------------------------------
    Port      Native  Mode   Type        Enabled Status  Reason                 Speed
              VLAN                                                              (Mb/s)
    ----------------------------------------------------------------------------------
    1/1/1     --      routed --          no      down    No XCVR installed      --
    1/1/2     --      routed --          no      down    No XCVR installed      --
    1/1/3     --      routed SFP+DA3     no      down    Administratively down  --
    1/1/4     --      routed --          no      down    No XCVR installed      --
    1/1/5     --      routed --          no      down    No XCVR installed      --
    1/1/6     --      routed --          no      down    No XCVR installed      --
    1/1/7     --      routed --          no      down    No XCVR installed      --
    1/1/8     --      routed --          no      down    No XCVR installed      --
    1/1/9     --      routed --          no      down    No XCVR installed      --
    1/1/10    --      routed --          no      down    No XCVR installed      --
    1/1/11    --      routed --          no      down    No XCVR installed      --
    1/1/12    --      routed --          no      down    No XCVR installed      --
    1/1/13    --      routed 1000BT      no      down    Administratively down  --
    1/1/14    --      routed --          no      down    No XCVR installed      --
    1/1/15    --      routed --          no      down    No XCVR installed      --
    1/1/16    --      routed --          no      down    No XCVR installed      --

     

    And you can also see the commands in the config.

     

    8325# sh run
    Current configuration:
    !
    !Version ArubaOS-CX GL.10.03.0030
    !
    !
    !
    ssh server vrf mgmt
    !
    !
    !
    !
    !
    vlan 1
    spanning-tree config-name 54:80:28:fc:86:00
    interface mgmt
        no shutdown
        ip dhcp
    ! interface group 1 contains ports 1/1/1-1/1/12
    system interface-group 1 speed 10g
    ! interface group 2 contains ports 1/1/13-1/1/24
    system interface-group 2 speed 10g
    ! interface group 3 contains ports 1/1/25-1/1/36
    system interface-group 3 speed 10g
    ! interface group 4 contains ports 1/1/37-1/1/48
    system interface-group 4 speed 10g
    interface 1/1/3
    interface 1/1/55
       no shutdown

    1Gb Optical Transceivers

    There is an additional setting for 1Gb optical transceivers to force them to 1000-full. In fact this is the only parameter for "speed".

    speed 1000-full

     



  • 2.  RE: AOS-CX 8325 Port Speed Settings (following "Group speed mismatch" error)

    MVP GURU
    Posted Sep 06, 2019 10:45 AM

    Greetings! great article!

     

    Worth to add just a little note (IIRC): SFP Transceivers (Optical/Copper) are supported on Aruba 8325 starting from the ArubaOS-CX 10.03 CPE release (10.03.0001).



  • 3.  RE: AOS-CX 8325 Port Speed Settings (following "Group speed mismatch" error)

    MVP GURU
    Posted Sep 09, 2019 04:42 AM

    Thanks Richard !!!



  • 4.  RE: AOS-CX 8325 Port Speed Settings (following "Group speed mismatch" error)

    Posted Feb 18, 2020 03:19 PM

     

    Thanks for this post.

     

    I lose 12 Ports just for the keepalive link (which is a 1G SFP LR Transceiver).

     

    Not nice.



  • 5.  RE: AOS-CX 8325 Port Speed Settings (following "Group speed mismatch" error)

    EMPLOYEE
    Posted Feb 19, 2020 04:21 AM

    Hello, 

    Regarding the dedicated port for keepalive. This is a recommendation for simplification and robustness, not a must. If you prefer to have keepalive transiting over upstream L3 network, this is possible under some restrictions: uplinks should not be VSX LAGS.

    Please read the VSX Best Practice Appendix D

    https://support.hpe.com/hpsc/doc/public/display?docId=a00094242en_us

     

    This is explained in details.



  • 6.  RE: AOS-CX 8325 Port Speed Settings (following "Group speed mismatch" error)

    Posted Oct 26, 2021 10:26 AM

    Thank you so much for that detailed explanation.
    Just to be sure I got it right, 

    If I want to use 25GB port - all other 11 that share its group must could not support 1G/10G ?
    And reverse versa?



    ------------------------------
    Alon Haber
    ------------------------------



  • 7.  RE: AOS-CX 8325 Port Speed Settings (following "Group speed mismatch" error)

    Posted Oct 27, 2021 09:15 AM
    If I want to use 25GB port - all other 11 that share its group must could not support 1G/10G ?
    And reverse versa?
    Yes, that's correct. If you need individually configurable interfaces, you need to move to 8360.

    ------------------------------
    John Kupski
    ------------------------------



  • 8.  RE: AOS-CX 8325 Port Speed Settings (following "Group speed mismatch" error)

    Posted 22 days ago

    you can not do individuell configurable interface in 8365 for 50Gbs,  ports are in group of four, with variable defaults.also. (Eg. 1-4 is default 25, and must be set for all four to 10G!)

    8365 AOX-CX Group speed mismatch and default port speeds inconsistencies | Wired Intelligent Edge (arubanetworks.com)



    ------------------------------
    Steinar
    ------------------------------



  • 9.  RE: AOS-CX 8325 Port Speed Settings (following "Group speed mismatch" error)

    Posted Nov 17, 2023 12:54 AM

    Hi Richard,


    Does this interface group settings only applicable for 8235 series? How about other series? Are they able to configure the interfaces speed individually? 

     Any firmware version able to resolve this? 




  • 10.  RE: AOS-CX 8325 Port Speed Settings (following "Group speed mismatch" error)

    Posted Mar 15, 2024 11:28 AM

    Good morning
     if I change all of the ports to 25GB will it still support 10GB and 1GB. Apologies if this has already been answered.
    Thank You




  • 11.  RE: AOS-CX 8325 Port Speed Settings (following "Group speed mismatch" error)

    EMPLOYEE
    Posted 23 days ago

    Hello Richard, great article, thanks for the info, one question, I hace a customer that modified interface group 2 in to 2 sub-groups, is he able to do that? I'm gathering more info but, according to your post, he can only have qty 4 - 12port groups right?  he has an 8325 device.

    Thanks in advance.




  • 12.  RE: AOS-CX 8325 Port Speed Settings (following "Group speed mismatch" error)

    Posted 21 days ago

    I have the latest version running on 8325 and groups are four physical interfaces. I suspect there is hardware (chip) behind each group. 

    If group setting is 25/50 that is for all four interfaces. I would love that to be different as I need just one 10g interface on a particular switch. 

    Maybe the engineer is confused between this setting and sub-interfaces (1/1/1.1)?