qos port-speed-up

Increases the egress throughput rate on a Traffic Manager port on 10G or 100G ports.

Syntax

qos port-speed-up rate
no qos port-speed-up

Parameters

rate
Increased rate in thousand bits per second. For a 10G port, enter an integer from 300000 to 13000000 (equivalent to 300Mb to 13Gb). For a 100G port, enter an integer from 300000 to 130000000 (equivalent to 300Mb to 130Gb).

Command Default

The default throughput rate of the port.

Modes

Interface configuration mode

Usage Guidelines

Use the no form of the command to reset the default setting.

If you configured a breakout connector on an Ethernet interface, you can also increase the egress throughput rate on the breakout port.

The maximum speed supported by an interface is 130% of the default interface speed.

Examples

The following example increases the egress throughput rate by 300Mb on Ethernet port 0/1.

device# configure terminal
device(config)# interface ethernet 0/1
device(conf-if-eth-0/1)# qos port-speed-up 300000

The following example increases the egress throughput rate by 325Mb on Ethernet breakout port 0/53:4.

device# configure terminal
device(config)# interface ethernet 0/53:4
device(conf-if-eth-0/53:4)# qos port-speed-up 325000