Wired Intelligent Edge

 View Only
  • 1.  Avaya to Aruba VLAN Problems

    Posted 26 days ago

    Hi

    i have Problem with configuring a VLAN from an Avaya 3549GTS switch to Aruba 6300.

    On Avaya 3 VLANs. 1-default, 2, 3.

    vlan create 2 type port

    vlan create 3 type port voice-vlan

    vlan ports 47-48 tagging tagAll

    vlan configcontrol flexible

    vlan members 1 NONE

    vlan members 2 25-35,47-48

    vlan members 3 1-24,47-48

    vlan ports 1-24 pvid 3

    vlan ports 25-46 pvid 2

    vlan ports 47-48 pvid 3

    no auto pvid

    On Aruba just

    interface 1/1/51

    vlan trunk native 3

    vlan trunk allowed 2,3

    With this preference 3 VLAN can to Aruba. But 2 can't.

    If i set on AVAYA 

    vlan ports 47-48 pvid 2

    both VLAN can't go to Aruba.

    Can u help me?



  • 2.  RE: Avaya to Aruba VLAN Problems

    Posted 26 days ago

    did you check this thread which is related to migrating from Avaya switch and Aruba-CX

    https://community.arubanetworks.com/discussion/migration-from-avaya-switches-to-aruba-cx-switches



    ------------------------------
    Shpat | ACEP | ACMP | ACCP | ACDP
    Just an Aruba enthusiast and contributor by cases
    If you find my comment helpful, KUDOS are appreciated.
    ------------------------------



  • 3.  RE: Avaya to Aruba VLAN Problems

    Posted 26 days ago

    I don´t which interface you use on the Avaya to connect to the Aruba switch.

    This config on the Aruba switch port means that an untagged VLAN 3 is allowed and a tagged VLAN 2.

    interface 1/1/51

    vlan trunk native 3

    vlan trunk allowed 2,3

    If you only want to allow tagged VLANs 2 and 3 on the Aruba switch you can configure this, VLAN 1 is the default native VLAN but any untagged traffic coming into the port is not allowed because it is not in the allowed list.

    interface 1/1/51

    vlan trunk native 1

    vlan trunk allowed 2,3