speed

interface-config-port-channel-instance

Configures the speed at which this port-channel interface receives and transmits data

Supported in the following platforms:

  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

speed [10|100|1000|auto]]]

Parameters

speed [10|100|1000|auto]
speed [10|100|1000| auto] Configure the data receive-transmit speed for this port channel. The options are:
  • 10 – 10 Mbps
  • 100 – 100 mbps
  • 1000 – 1000 Mbps
  • auto – Enables the system to auto select the speed. This is the default setting.

Select either of these options to establish a 10, 100 or 1000 Mbps data transfer rate for the selected half duplex or full duplex transmission over the port. The auto option enables the port-channel to automatically exchange information about data transmission speed and duplex capabilities. Auto negotiation is helpful in an environment where different devices are connected and disconnected on a regular basis.

Example

nx9500-6C8809(config-profile-testNX9000-if-port-channel1)#speed 100

nx9500-6C8809(config-profile-testNX9000-if-port-channel1)#show context
 interface port-channel1
  description "This port-channel is for enabling dynamic LACP."
  speed 100
  duplex full
  ipv6 nd trust
  ipv6 nd header-mismatch-validation
  spanning-tree portfast
  spanning-tree bpduguard enable
  spanning-tree bpdufilter enable
  spanning-tree mst 1 port-priority 1
  spanning-tree mst 1 cost 20000
  ip arp trust
  port-channel load-balance src-dst-mac
nx9500-6C8809(config-profile-testNX9000-if-port-channel1)#

Related Commands

no Removes or reverts to default the speed at which this port-channel interface receives and transmits data