08-22-2018 06:54 PM
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.
Solved! Go to Solution.
08-22-2018 11:43 PM
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
08-22-2018 11:43 PM
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
08-22-2018 08:57 PM
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.