Enabling Or Disabling Ports And Configuring Port Mode (Cli) - HP Aruba JL253A Management And Configuration Manual

For arubaos-switch 16.08
Table of Contents
For a non-Aruba switches installed transceiver, no transceiver type, product number, or part information is
displayed. In the Serial Number field, non-operational is displayed instead of a serial number.
The following error messages may be displayed for a non-operational transceiver:
Unsupported Transceiver. (SelfTest Err#060)
This switch only supports revision B and above transceivers.
Self test failure.
Transceiver type not supported in this port.
Transceiver type not supported in this software version.
Not an Switch Transceiver.

Enabling or disabling ports and configuring port mode (CLI)

You can configure one or more of the following port parameters.
See Status and parameters for each port type.
Syntax:
[no] interface []
Disables or enables the port for network traffic. Does not use the no form of the command. (Default: enable.)
speed-duplex []
Note that in the above Syntax:, you can substitute int for interface (for example, int ).
Specifies the port's data transfer speed and mode. Does not use the no form of the command. (Default: auto.)
The 10/100 auto-negotiation feature allows a port to establish a link with a port at the other end at either 10 Mbps
or 100 Mbps, using the highest mutual speed and duplex mode available. Only these speeds are allowed with this
setting.
Examples:
To configure port C5 for auto-10-100, enter this command:
switch(config)# int c5 speed-duplex auto-10-100
To configure ports C1 through C3 and port C6 for 100Mbps full-duplex, enter these commands:
switch(config)# int c1-c3,c6 speed-duplex 100-full
Similarly, to configure a single port with the above command settings, you could either enter the same command
with only the one port identified or go to the context level for that port and then enter the command. For example,
to enter the context level for port C6 and then configure that port for 100FDx:
switch(config)# int e c6
switch(eth-C6)# speed-duplex 100-full
Chapter 3 Port Status and Configuration
77
Table of Contents
loading

Table of Contents