set server server-network-settings

Description

Configures network settings in an existing Server object.

Syntax

set server server-network-settings <name> [ name <name> ] [ dhcp-exclude-ip-addr { off | on [ dhcp-reserve-ip-addr-to-mac { off | on mac-addr <mac-addr> } ] } ] [ comments "<comment>" ] [ dns-resolving {true | false} ] [ ipv4-address <ipv4-address> ]

Parameters

Parameter

Description

comments

Configures the comment text.

A string that contains less than 257 characters, of this set:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • ',' (comma)

  • '.' (period)

  • '-' (minus)

  • '(' (opening round bracket)

  • ')' (closing round bracket)

  • ':' (colon)

  • '@' (at)

dhcp-exclude-ip-addr

Specifies if the internal DHCP service will not distribute the configured IP address of this server/network object to anyone.

dhcp-reserve-ip-addr- to-mac

Specifies if the internal DHCP service will distribute the configured IP address only to this server/network object according to its MAC address.

dns-resolving

Specifies if the name of the server/network object to be used as a hostname for internal DNS service.

ipv4-address

Configures the beginning of the IP range.

mac-addr

Configures the MAC address of the server.

name

Specifies the Server object name.

Press the TAB key to see the available options.

Example

set server server-network-settings myObject_17 name myObject_17 dhcp-exclude-ip-addr on dhcp-reserve-ip-addr-to-mac on mac-addr 00:1C:7F:21:05:BE comments "This is a comment" dns-resolving true ipv4-address 192.168.1.1