Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
The set system management-ethernet eth1 ip-gateway {IPv4 | IPv6} command sets the gateway address for management interface eth1.
Command Syntax
set system management-ethernet eth1 ip-gateway {IPv4 | IPv6} <ip_address>
Parameter
Parameter | Description |
{IPv4 | IPv6} <ip_address> | Specifies the gateway address for management interface eth1. For IPv4 address, the value is in dotted decimal notation. For IPv6 address, the value is a 32-digit hexadecimal number, in the format X:X:X:X:X:X:X:X, an X contains 4 hexadecimal numbers. |
Example
- Set the gateway address 192.168.20.1 for management interface eth1.
admin@Xorplus# set system management-ethernet eth1 ip-gateway IPv4 192.168.20.1 admin@Xorplus# commit