ES-2048 User’s Guide

34.2.12 name

Syntax:

name <port-name-string>

where

<port-name-string>

= Sets a name for your port interface(s).

An example is shown next.

Enable ports one, three, four and five for configuration.

Set a name for the ports.

sysname(config)# interface port-channel 1,3-5 sysname(config-interface)# name Test

34.2.13 speed-duplex

Syntax:

speed-duplex <auto10-half10-full100-half100-full1000-full>

where

<auto10-half10- = full100-half100- full1000-full>

An example is shown next.

Sets the duplex mode (half or full) and speed (10, 100 or 1000 Mbps) of the connection on the port. Selecting auto (auto- negotiation) makes one port able to negotiate with a peer automatically to obtain the connection speed and duplex mode that both ends support.

Enable ports one, three, four and five for configuration.

Set the speed to 100 Mbps in half duplex mode.

sysname(config)# interface port-channel 1,3-5 sysname(config-interface)# speed-duplex 100-half

34.2.14 test

You can perform an interface loopback test on specified ports. The test returns Passed! or

Failed!

Chapter 34 Interface Commands

269