manager ip

Syntax

manager ip <IPV4-ADDR>

no manager ip

Description

Configures the IP address of the HSC manager. The switch can connect with up to three managers.

The no form of this command deletes the IP address of the HSC manager.

NOTE:

HSC configuration can only be modified when the HSC is disabled.

Command context

config-hsc

Parameters

<IPV4-ADDR>

Specifies the IP address of the HSC manager in IPv4 format (x.x.x.x), where x is a decimal number from 0 to 255. The IP address must be reachable on the management VRF.

Authority

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

Examples

Configuring the IP address of the HSC manager:

switch(config)# hsc
switch(config-hsc)# manager ip 1.1.1.1

Deleting the HSC manager IP address:

switch(config)# hsc
switch(config-hsc)# disable
switch(config-hsc)# no manager ip