Deployment Guide

Fabric OS Command Reference 505
53-1003131-01
ipAddrSet
2
1
Sets the Ethernet IP address, Ethernet subnet mask, gateway IP address and
host name of CP1.
-chassis
Specifies the managed entity as the chassis.
-ipv4
Specifies IP address type as static IPv4.
-add
Sets the specified IPv4 address.
-host hostname
Sets the hostname.
-ethip ipaddress
Sets the ethernet IP address.
-ethmask mask
Sets the ethernet mask.
-gwyip gateway_ip
Sets the gateway IP address.
-dhcp[ON | OFF]
Enables or disables DHCP.
-dhcpv6
Enables DHCPv6.
-nodhcpv6
Disables DHCPv6.
--clear
Clears all IP (IPv4 and IPv6) addresses on a management interface.
--help
Displays command usage.
EXAMPLES To configure an IPv6 address and prefix on a standalone platform:
switch:admin> ipaddrset -ipv6 --add \
fec0:60:69bc:60:260:69ff:fed0:107/64
To configure an IPv6 address and prefix on a single CP of a chassis:
switch:admin> ipaddrset -cp 0 -ipv6 --add \
1080::8:800:200C:417A/64
To delete any existing IPv6 address and prefix on CP0 on an enterprise-class platform:
switch:admin> ipaddrset cp 0 -ipv6 --delete
To configure an IPv4 FC address for the IPFC interface associated with a logical switch with fabric ID
123:
switch:admin> ipaddrset -ls 123 --add 11.1.2.4/24
IP address is being changed...Done.