- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
This Nominated Discussion Article is based on the post "Aggregate interface per cli " by @Shadow and answered by @Metgatz . Read on to see the discussion and solution!
Dear all,
I am in search of how to create an aggregate interface per cli.
I am using eve-ng and the option to create the ae via the GUI is not available.
much appreciated.
Solution:
Hello @Shadow
Example:
set network interface aggregate-ethernet ae1 layer2 lacp enable yes
set network interface ethernet ethernet1/3 aggregate-group ae1
set network interface ethernet ethernet1/4 aggregate-group ae1
set network interface aggregate-ethernet ae1 layer2 units ae1.100 tag 100
set address 192.168.1.1 ip-netmask 192.168.1.1/24set network profiles interface-management-profile Trust https yes
set network profiles interface-management-profile Trust ssh yes
set network profiles interface-management-profile Trust snmp yes
set network profiles interface-management-profile Trust ping yes
set network interface vlan units vlan.100 ip 192.168.1.1
set network interface vlan units vlan.100 interface-management-profile Trustset zone Trust-L3 network layer3 vlan.100
set network virtual-router default interface vlan.100
set network vlan vlan100 virtual-interface interface vlan.100
set network vlan vlan100 interface ae1.100
set import network interface [ ae1 ae1.100 vlan.100 ]commit