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. To learn how to connect to the SSM, see SSM160 CLI.
- Run these commands:
# config
# port < port>
# speed < speed>
# commit
# end
- Make sure that the port speed is correct:
# show port <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>
|
Speed in Mbps
Valid values:
|
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
============================================================================
|