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

Cisco to Aruba OS

This thread has been viewed 7 times
  • 1.  Cisco to Aruba OS

    Posted Dec 26, 2018 10:06 AM

    HI all
    I have a site with Aruba 2530 switches and need to configure ports for Voice and data lan
    I have it below from Cisco but am looking for direction on how to replicate this in the Aruba OS
    below was from cisco 3560 config setup previously

    interface GigabitEthernet0/1
    switchport access vlan 110
    switchport trunk encapsulation dot1q
    switchport trunk native vlan 110
    switchport mode access
    switchport voice vlan 111
    srr-queue bandwidth share 10 10 60 20
    srr-queue bandwidth shape 10 0 0 0
    queue-set 2
    priority-queue out
    mls qos trust cos
    auto qos voip trust
    spanning-tree portfast

    Thank You
    Craig



  • 2.  RE: Cisco to Aruba OS

    Posted Dec 27, 2018 03:29 AM

    Do you want to configure the switch port for both IP telephone and computer (computer connected through the telephone)? If so, here is the config we use:

     

    interface x

       tagged vlan <voice vlan id>

       untagged vlan <lan vlan id>

       spanning-tree admin-edge-port

     

    We don't use QoS in our switch setup, so can't help you with that.

     

    Please make sure that you have upgraded your 2530 switches to the latest software version. In earlier versions this configuration caused trouble with interface resets every 15 minutes or so.

     



  • 3.  RE: Cisco to Aruba OS

    Posted Dec 27, 2018 09:57 AM

    Thank you , they do need to use the phone and data vlan together

    Dont I need to declare 'Voice' for the voice vlan?  or am I thinking to much cisco

     

    Craig

     

     



  • 4.  RE: Cisco to Aruba OS

    MVP GURU
    Posted Dec 27, 2018 10:29 AM
    Yes, the voice dedicated VLAN Id in which you're going to tag interfaces [*] connected to phones needs to be declared of type voice (in VLAN Id context just type "voice").

    [*] Note: data VLAN Id is used for same interfaces but those ones are/remain instead untagged in that data VLAN.