set system management-ethernet eth1 ip-address {IPv4 | IPv6}
The set system management-ethernet eth1 ip-address {IPv4 | IPv6} command sets a static IP address for management interface eth1.
Command Syntax
set system management-ethernet eth1 ip-address {IPv4 | IPv6} <ip_address>
Parameter
Parameter | Description |
{IPv4 | IPv6} <ip_address> | Specifies the IP address for management interface eth1. 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.20.5/24 for management interface eth1.
admin@Xorplus# set system management-ethernet eth1 ip-address IPv4 192.168.20.5/24 admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.