Wired Intelligent Edge

 View Only
  • 1.  Help! Equivalent commands Cisco/Aruba Switch

    Posted Aug 03, 2018 10:43 AM
    Hello everyone!
    I need help to configure the switch port of switch aruba. The Cisco Commands are: 
    interface GigabitEthernet0/6
     switchport trunk native vlan 131
     switchport trunk allowed vlan 131,133,138
     switchport mode trunk
    
    I need to apply it to aruba switch. How would the equivalent be? I'm sorry for my English. I am from Argentina. Thank you very much.
      






  • 2.  RE: Help! Equivalent commands Cisco/Aruba Switch

    Posted Aug 03, 2018 10:54 AM
    Aruba switches have a notion of tagging/untagging vlans to an interface.

    You can download a free guide here that shows the equivalent commands

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



  • 3.  RE: Help! Equivalent commands Cisco/Aruba Switch
    Best Answer

    Posted Aug 06, 2018 03:52 AM

    Indeed please refer to that great guide to get you started migrating the config.

     

    Your snippet will convert into something like:

    vlan 131 untagged 0/6
    vlan 133 tagged 0/6
    vlan 138 tagged 0/6


  • 4.  RE: Help! Equivalent commands Cisco/Aruba Switch

    Posted Aug 06, 2018 09:36 AM
    Thank you for your answers. I will try to configure the Aruba switch. It is to connect an Aruba access point. I will indicate if it works. thanks and sorry for my english.


  • 5.  RE: Help! Equivalent commands Cisco/Aruba Switch

    Posted Aug 13, 2018 08:07 AM
    Thank you! it worked!