- 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.
01-23-2023 12:38 PM
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.
01-23-2023 03:20 PM
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
01-23-2023 03:20 PM
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
01-24-2023 01:17 AM
thank you very much, this will help me to create multiple interfaces.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!