...
Step 3 Enable Ethernet port ge-1/1/3 as a layer 3 routed interface.
Info | ||
---|---|---|
| ||
To avoide avoid 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-". |
Code Block |
---|
admin@XorPlus# set interface gigabit-ethernet ge-1/1/3 routed-interface enable true admin@XorPlus# set interface gigabit-ethernet ge-1/1/3 routed-interface name rif-ge3 |
...