display buffer

Use display buffer to display buffer configuration.

Syntax

In standalone mode:

display buffer [ slot slot-number ]

In IRF mode:

display buffer [ chassis chassis-number slot slot-number ]

Views

Any view

Predefined user roles

network-admin

network-operator

mdc-admin

mdc-operator

Parameters

slot slot-number: Specifies an interface card by its slot number. Without this option, the command applies to all interface cards. (In standalone mode.)

chassis chassis-number slot slot-number: Specifies an interface card on a specific IRF member device. The chassis-number argument specifies the IRF member device. The slot-number argument specifies the interface card. Without this option, the command applies to all interface cards of the IRF fabric. (In IRF mode.)

Usage guidelines

This command displays the buffer configuration made by the buffer total-shared command.

Examples

# In standalone mode, display buffer configuration.

Slot  Type    In(Total-shared)  Eg(Total-shared)
3     packet  --                0
5     packet  2048              4096

          In: Size of the receiving buffer
          Eg: Size of the sending buffer
Total-shared: Size of the shared buffer for all ports
        Unit: Byte

# In IRF mode, display buffer configuration for interface card 5 of IRF member device 1.

<Sysname> display buffer chassis 1 slot 5
Slot  Type    In(Total-shared)  Eg(Total-shared)
1/5   packet  --                0

          In: Size of the receiving buffer
          Eg: Size of the sending buffer
Total-shared: Size of the shared buffer for all ports
        Unit: Byte

Table 45: Command output

Field

Description

Slot

  • Number of the slot that holds the interface card. (In standalone mode.)

  • Number of the slot that holds the interface card. The first number indicates the ID of the IRF member device, and the second number indicates the number of the slot that holds the interface card. (In IRF mode.)

Type

Data buffer type.

In

Ingress buffer.

Eg

Egress buffer.

(Total-shared)

Configuration made by the buffer total-shared command.

--: Not supported.

If the device does not support a configuration, two hyphens (--) are displayed.