cancel
Showing results for 
Search instead for 
Did you mean: 

SR2024P aggregate ports

SR2024P aggregate ports

bruce_stahlin
Contributor III

We're migrating from on-prem to cloud (formerly NG). In classic we could aggregate ports on a 2024P. We've not found that option available in the cloud.

1 ACCEPTED SOLUTION

bruce_stahlin
Contributor III

It would be a nice feature to bring back.

For those that may need it in the future, here is a sample cli config:

 

agg 1

interface eth1/25 agg 1

interface eth1/26 agg 1

agg 2

interface eth1/27 agg 2

interface eth1/28 agg 2

interface agg1 switchport mode trunk

interface agg1 switchport trunk allow vlan 1 

interface agg1 switchport trunk allow vlan 2 

interface agg1 switchport trunk allow vlan 3 

interface agg2 switchport mode trunk

interface agg2 switchport trunk allow vlan 4 

interface agg2 switchport trunk allow vlan 5 

interface agg2 switchport trunk allow vlan 6 

 

View solution in original post

2 REPLIES 2

bruce_stahlin
Contributor III

It would be a nice feature to bring back.

For those that may need it in the future, here is a sample cli config:

 

agg 1

interface eth1/25 agg 1

interface eth1/26 agg 1

agg 2

interface eth1/27 agg 2

interface eth1/28 agg 2

interface agg1 switchport mode trunk

interface agg1 switchport trunk allow vlan 1 

interface agg1 switchport trunk allow vlan 2 

interface agg1 switchport trunk allow vlan 3 

interface agg2 switchport mode trunk

interface agg2 switchport trunk allow vlan 4 

interface agg2 switchport trunk allow vlan 5 

interface agg2 switchport trunk allow vlan 6 

 

GeorgiaMason
Contributor II

They don't have that option in there right now, but I think you can still do it via supplemental CLI if you know the commands to set that up.

GTM-P2G8KFN