ip

Syntax

ip {show | dhcp | disable | addr <ADDR-NETMASK-GATEWAY>}

Description

Shows or configures the port with a static IP address (IPv4 only) or enables the DHCP client on the port. An address is set only if a DHCP server is available to provide one.

Command context

Service OS (SVOS>)

Parameters

{show | dhcp | disable | addr <ADDR-NETMASK-GATEWAY>}

Selects the options for the OOBM port.

show

Shows the OOBM port.

dhcp

Configures the port with a DHCP address.

disable

Disables the OOBM port.

addr <addr netmask gateway>

Configures the port with a static IP address (IPv4 only). Specify address, netmask, and gateway as A.B.C.D.

Authority

Administrators or local user group members with execution rights for this command.

Example

Configuring the port with a DHCP IP address:

SVOS> ip dhcp
SVOS> ip show
Interface  : Link Up
IP Address : 10.0.26.17
Subnet Mask: 255.255.252.0
Gateway    : 10.0.24.1

SVOS> ip disable
SVOS> ip show
Interface : Disabled
SVOS>