< Home

display qos lr

Function

The display qos lr command displays the rate limit configuration on an interface.

Format

display qos lr { inbound | outbound } interface interface-type interface-number

Parameters

Parameter

Description

Value

inbound

Displays the rate limit configuration in the inbound direction on an interface.

-

outbound

Displays the rate limit configuration in the outbound direction on an interface.

-

interface-type interface-number

Specifies the type and number of an interface.
  • interface-type specifies the interface type.
  • interface-number specifies the interface number.

-

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

Usage Scenario

The display qos lr command displays the rate limit configuration on a specified interface. The command output helps you check the rate limit on an interface and locate faults.

Precautions

If you do not use the qos lr inbound or qos lr outbound command to configure the rate limit on an interface, no information is displayed after the display qos lr command is executed.

Example

# Set the CIR of data packets to be sent from the GE0/0/1 to 20000 kbit/s and the CBS to 375000 bytes.
<HUAWEI> system-view
[HUAWEI] interface gigabitethernet 0/0/1
[HUAWEI-GigabitEthernet0/0/1] qos lr outbound cir 20000 cbs 375000
[HUAWEI-GigabitEthernet0/0/1] quit

# Display the rate limit configuration on the GE0/0/1.

<HUAWEI> display qos lr outbound interface gigabitethernet 0/0/1
GigabitEthernet0/0/1 lr outbound:
  cir: 20000 Kbps, cbs: 375000 Byte
Table 1 Description of the display qos lr command output

Item

Description

cir

Committed information rate (CIR). To set the CIR, run the qos lr inbound or qos lr outbound command.

cbs

Committed burst size (CBS). To set the CBS, run the qos lr inbound or qos lr outbound command.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >