Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

The set interface ethernet-switching-options buffer service-pool threshold can be used to set the global threshold of shared buffer for all ingress interfaces.

The delete interface ethernet-switching-options buffer service-pool threshold command deletes the configuration.

 

Command Syntax

set interface ethernet-switching-options buffer service-pool 0 threshold <value>

delete interface ethernet-switching-options [buffer] [service-pool 0] [threshold]

 

Parameter

Parameter

Description

gigabit-ethernet <interface-name>

Specifies the name of a physical interface in the ingress direction of the downstream switch.  

ingress-queue <queue-id>

Specifies the queue number of an ingress interface. The value is an integer that ranges from 0 to 7.

Note: On Trident and Trident+ based switches, known unicast packets can be assigned to a specific queue between queues from 0 to 7, while unknown unicast packets, multicast packets, and broadcast packets can be assigned to a specific queue between queues from 0 to 3.

service-pool 0

Specifies the service pool of shared buffer as 0.

threshold <value>

Specifies the global threshold of shared buffer for all ingress interfaces. When the occupied space of an interface exceeds the specified threshold, the packets will be saved in the headroom buffer.

The value is an integer that ranges from 1 to 120000. Unit: cell.

 

Example

  • Set the global threshold of shared buffer for all ingress interfaces as 100000.

admin@PICOS# set interface ethernet-switching-options buffer service-pool 0 threshold 100000 
admin@PICOS# commit 
  • No labels