Use at the server console to configure network interface parameters.
ifconfig board_name create addr address [parameters]...
Binds address as a primary IP address to the board board_name with the specified parameters. Note that a board cannot have more than one primary IP address in a given network.
ifconfig board_name AddrChange address new_address [parameters]...
Changes a primary IP address of the board board_name from address to new_address.
ifconfig board_name [addr address] [parameters]...
Configures specified parameters. Use the optional [addr address] if the board board_name has multiple primary IP addresses bound to it. Ifconfig board_name displays the board parameters.
ifconfig board_name [addr address] destroy [verbose]
Unbinds the primary IP address bound to the board board_name. Use the optional [addr address] if the board board_name has multiple primary IP addresses bound to it.
ifconfig [-a] [-d | -u] [-af address_family]
Displays the parameters of all the boards:
-a displays information about all the boards in the system.
-d displays the parameters of boards that are down.
-u displays the parameters of boards that are up.
-af specifies the address family. The supported address family is inet.
ifconfig -l [-d | -u] [-af Address_Family]
Displays the list of all the board names.
ifconfig -help | -h
-help displays the detailed help for the utility.
-h displays the syntax of the utility.