Wired Intelligent Edge

last person joined: 5 hours ago 

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

Port Trunk

This thread has been viewed 10 times
  • 1.  Port Trunk

    Posted Jul 02, 2020 04:44 AM

    Hello, i´ve bought a brandnew 6300m switch and like to add some port trunks.

    i knew it from my older hpe switches. there was a command like

    trunk 1-5 trk2 lacp

    with this i was able to add ports 1-5 to a trunk names trk2.

     

    how can i solve this?



  • 2.  RE: Port Trunk

    EMPLOYEE
    Posted Jul 02, 2020 10:03 AM

    Here is an example of
    1) adding VLANs 11-13,
    2) creating a LAG (used #10),
    3) allowing those VLANs on that LAG,
    4) enabling LACP active, and
    5) adding ports 1/1/1 to 1/1/5 into that LAG group 

     

    vlan 1,11-13

    interface lag 10

        no shutdown

        no routing

        vlan trunk native 1

        vlan trunk allowed 11-13

        lacp mode active

    interface 1/1/1-1/1/5

        no shutdown

        lag 10

     



  • 3.  RE: Port Trunk

    Posted Jul 06, 2020 09:30 AM

    do i have to create vlan for trunk ports?



  • 4.  RE: Port Trunk

    MVP GURU
    Posted Jul 07, 2020 02:46 PM

    No, you can have a trunk (lag) with default vlan...