local-address

This command assigns a local IP address on which the REST management interface listens.

Syntax

local-address address

Parameters

address

Identifies the IP address on which the appliance listens for incoming REST management requests.

Guidelines

The local-address command assigns a local IP address on which the REST management interface listens.

You can specify the local address and port together with the local-address command or specify the port independently with the port command.

Examples

Specify a listening address for the REST management interface:
# local-address 192.0.2.2
Specify a listening address and port for the REST management interface:
# local-address 192.0.2.2 5552