Management Port Speed Configuration
To set the speed of a management port on a dual Chassis configuration:
Run this procedure on the SSM of both Chassis.
- Connect to the SSM shell (see SSM160 CLI section)
- Run the following on the SSM:
#config
#port<port>
#speed <speed value>
#commit
#end
- Run show port <port> to validate port speed.
Parameter
|
Description
|
port
|
In SSM160 use:
- 1/5/3 for ethx-mgmt03
- 1/5/4 for ethX-mgmt04
In SSM60 use:
- 1/5/1 for ethx-mgmt01
- 1/5/2 for ethX-mgmt02
|
speed value
|
Speed value is in Mbps could be 1000/100.
|
Example:
> T-HUB4#config
Entering configuration mode terminal
--- WARNING ------------------------------------------------------
Running db may be inconsistent. Enter private configuration mode and
install a saved configuration.
------------------------------------------------------------------
T-HUB4(config)#port 1/5/4
--- WARNING ------------------------------------------------------
Running db may be inconsistent. Enter private configuration mode and
install a saved configuration.
------------------------------------------------------------------
T-HUB4(config-port-1/5/4)#speed 100
--- WARNING ------------------------------------------------------
Running db may be inconsistent. Enter private configuration mode and
install a saved configuration.
------------------------------------------------------------------
T-HUB4(config-port-1/5/4)#commit
% No modifications to commit.
--- WARNING ------------------------------------------------------
Running db may be inconsistent. Enter private configuration mode and
install a saved configuration.
------------------------------------------------------------------
T-HUB4(config-port-1/5/4)#end
T-HUB4#show port 1/5/4
============================================================================
Ethernet Interface
============================================================================
Interface : 1/5/4
Description :
Admin State : up Port State : up
Config Duplex : auto Operational Duplex : full
Config Speed : 100 Operational Speed(Mbps) : 100
-------------------------------------------------------------------------------
Flow Control : disabled
Dual Port : No Active Link : RJ45
-------------------------------------------------------------------------------
Default VLAN : 1 MTU[Bytes] : 1544
MAC Learning :
LAG ID : N/A
============================================================================
|