The set interface aggregate-ethernet routed-interface name command configures the name for the routed interface, which will be referred to in other CLI commands as the routed interface name.
Command Syntax
set interface aggregate-ethernet <lag-name> routed-interface name <string>
Parameter
Parameter | Description |
aggregate-ethernet <lag-name> | Specifies the name of a LAG port. The value is like ae1, ae10, etc. |
name <string> | Specifies the name for the routed interface. The value could be up to 15 alphanumeric characters (including three special characters . – and @). NOTE: To avoide conflict with the preserved interface names, the routed interface name and sub-interface name must start with the string "rif-". Otherwise, commit will fail with the error message "The name of interface must start with "rif-". |
Example
- Configure the name for the 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