set interface aggregate-ethernet routed-interface enable
The set interface aggregate-ethernet routed-interface enable command enables a LAG port as a layer 3 routed interface. LAG ports are layer 2 interfaces by default.
The delete interface aggregate-ethernet routed-interface enable command restores the LAG port to a layer 2 interface.
Command Syntax
set interface aggregate-ethernet <lag-name> routed-interface enable <true | false>
Parameter
Parameter | Description |
aggregate-ethernet <lag-name> | Specifies the name of a LAG port. The value is like ae1, ae10, etc. |
enable <true | false> | Enables or disables the LAG port as a layer 3 routed interface. The value could be true or false.
All LAG ports are layer 2 interfaces by default. |
Example
- Enable the LAG port ae3Â as a layer 3 routed interface.
admin@Xorplus# set interface aggregate-ethernet ae3 routed-interface enable true admin@Xorplus# set interface aggregate-ethernet ae3 routed-interface name rif-ae3 admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.