set system management-ethernet eth0 ip-address {IPv4 | IPv6}
The set system management-ethernet eth0 ip-address {IPv4 | IPv6} command sets a static IP address for management interface eth0.
Â
Command Syntax
set system management-ethernet eth0 ip-address {IPv4 | IPv6} <ip_address>
Â
Parameter
Parameter | Description |
{IPv4 | IPv6} <ip_address> | Specifies the IP address for management interface eth0. When assigning an IPv4 address, the value is in dotted decimal notation. When assigning an 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 IP address 192.168.10.5/24 for management interface eth0.
admin@Xorplus# set system management-ethernet eth0 ip-address IPv4 192.168.10.5/24 admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.