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

Migrating from L3 Cisco Switch to L3 Aruba Switch

This thread has been viewed 7 times
  • 1.  Migrating from L3 Cisco Switch to L3 Aruba Switch

    Posted Oct 14, 2019 04:43 PM

    Hello, good afternoon,

    I am trying to migrate a client's core switch from Cisco to Aruba, they have a Cisco 3560-24X TL and I need to offer an Aruba switch with the same performance and throughput, I would like to have some help in this and if I can do this configurations in Aruba, it is exclusive and I prefer to ask here than saying yes without knowing the answer.

    mls qos map cos-dscp 0 8 16 24 32 46 48 56
    mls qos srr-queue input bandwidth 90 10
    mls qos srr-queue input threshold 1 8 16
    mls qos srr-queue input threshold 2 34 66
    mls qos srr-queue input buffers 67 33
    mls qos srr-queue input cos-map queue 1 threshold 2 1
    mls qos srr-queue input cos-map queue 1 threshold 3 0
    mls qos srr-queue input cos-map queue 2 threshold 1 2
    mls qos srr-queue input cos-map queue 2 threshold 2 4 6 7
    mls qos srr-queue input cos-map queue 2 threshold 3 3 5
    mls qos srr-queue input dscp-map queue 1 threshold 2 9 10 11 12 13 14 15
    mls qos srr-queue input dscp-map queue 1 threshold 3 0 1 2 3 4 5 6 7
    mls qos srr-queue input dscp-map queue 1 threshold 3 32
    mls qos srr-queue input dscp-map queue 2 threshold 1 16 17 18 19 20 21 22 23
    mls qos srr-queue input dscp-map queue 2 threshold 2 33 34 35 36 37 38 39 48
    mls qos srr-queue input dscp-map queue 2 threshold 2 49 50 51 52 53 54 55 56
    mls qos srr-queue input dscp-map queue 2 threshold 2 57 58 59 60 61 62 63
    mls qos srr-queue input dscp-map queue 2 threshold 3 24 25 26 27 28 29 30 31
    mls qos srr-queue input dscp-map queue 2 threshold 3 40 41 42 43 44 45 46 47
    mls qos srr-queue output cos-map queue 1 threshold 3 5
    mls qos srr-queue output cos-map queue 2 threshold 3 3 6 7
    mls qos srr-queue output cos-map queue 3 threshold 3 2 4
    mls qos srr-queue output cos-map queue 4 threshold 2 1
    mls qos srr-queue output cos-map queue 4 threshold 3 0
    mls qos srr-queue output dscp-map queue 1 threshold 3 40 41 42 43 44 45 46 47
    mls qos srr-queue output dscp-map queue 2 threshold 3 24 25 26 27 28 29 30 31
    mls qos srr-queue output dscp-map queue 2 threshold 3 48 49 50 51 52 53 54 55
    mls qos srr-queue output dscp-map queue 2 threshold 3 56 57 58 59 60 61 62 63
    mls qos srr-queue output dscp-map queue 3 threshold 3 16 17 18 19 20 21 22 23
    mls qos srr-queue output dscp-map queue 3 threshold 3 32 33 34 35 36 37 38 39
    mls qos srr-queue output dscp-map queue 4 threshold 1 8
    mls qos srr-queue output dscp-map queue 4 threshold 2 9 10 11 12 13 14 15
    mls qos srr-queue output dscp-map queue 4 threshold 3 0 1 2 3 4 5 6 7
    mls qos queue-set output 1 threshold 1 138 138 92 138
    mls qos queue-set output 1 threshold 2 138 138 92 400
    mls qos queue-set output 1 threshold 3 36 77 100 318
    mls qos queue-set output 1 threshold 4 20 50 67 400
    mls qos queue-set output 2 threshold 1 149 149 100 149
    mls qos queue-set output 2 threshold 2 118 118 100 235
    mls qos queue-set output 2 threshold 3 41 68 100 272
    mls qos queue-set output 2 threshold 4 42 72 100 242
    mls qos queue-set output 1 buffers 10 10 26 54
    mls qos queue-set output 2 buffers 16 6 17 61
    mls qos

     

    And inside the GigabitEthernet interfaces they have this configurations:

    interface GigabitEthernet0/23
    description Enlace PPal 314900
    load-interval 30
    srr-queue bandwidth share 10 10 60 20
    queue-set 2
    priority-queue out
    mls qos trust cos
    channel-protocol lacp
    channel-group 2 mode active

     

    Can I do it in Aruba? 

    Thanks.



  • 2.  RE: Migrating from L3 Cisco Switch to L3 Aruba Switch

    MVP GURU
    Posted Oct 15, 2019 02:08 AM
    Hi! I just chime in for the part related to interface aggregation; on the example you provided the Interface 0/23 is a member of the logical EtherChannel 2:

    channel-protocol lacp
    channel-group 2 mode active

    so you should expect two things: the first is that somewhere in the configuration the channel group with id 2 (it uses LACP as Aggegation Control Protocol) is defined and the second thing is that a second physical interface is made member of that same channel group with id 2.

    The other part is about COS mappings and I haven't enough experience to help.


  • 3.  RE: Migrating from L3 Cisco Switch to L3 Aruba Switch

    Posted Oct 15, 2019 09:32 AM

    Hello Parnassus, thanks for your interest.

    Yes, the switch has the channel group with ID 2 defined:

    !
    interface Port-channel2
    load-interval 30
    !

    And there are two interfaces in the EtherChannel:

    !
    interface GigabitEthernet0/24
    description Enlace Resp 314903
    load-interval 30
    srr-queue bandwidth share 10 10 60 20
    queue-set 2
    priority-queue out
    mls qos trust cos
    channel-protocol lacp
    channel-group 2 mode active
    !

    I know I can make LACP in Aruba, my problems right now are the QoS configurations, because it is a contactability provider.

     

    Regards.



  • 4.  RE: Migrating from L3 Cisco Switch to L3 Aruba Switch

    Posted Oct 15, 2019 11:31 AM

    Update: I found this PDF https://hpepress.hpe.com/product/ArubaOS-Switch+Comware+and+Cisco+IOS+CLI+Reference+Guide-PDF-18113

    It helped me to do some QoS mapping configurations, now I'm just lacking the input and output buffers and thresholds.

    I hope that it helps to everyone having alike problems.

    Regards.



  • 5.  RE: Migrating from L3 Cisco Switch to L3 Aruba Switch

    MVP GURU
    Posted Oct 15, 2019 12:33 PM

    Yeah...we were aware of it already...indeed it would have been my next suggestion to you (but you were faster than me) as that guide is sort of Rosetta Stone to consult before anything else in Cisco IOS versus ArubaOS-Switch cases.