manager port

Syntax

manager port <PORT-NUM>

no manager port

Description

Configures the TCP port on which the HSC communicates with the HSC manager.

The no form of this command sets the management port to the default value (6640).

NOTE:

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

Command context

config-hsc

Parameters

<PORT-NUM>

TCP port number. Range: 1024 - 65535. Default: 6640.

Authority

Administrators

Examples

Configuring port 1055 as the manager port:

switch(config)# hsc
switch(config-hsc)# manager port 1055

Setting the manager port to the default value:

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