Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

Pica8 switch has two switching modes. One is store and-forward mode, another is cut-through mode.

By default, the switch forwards the packets in store and forward mode. Users can configure the switch to cut-through mode .


Command Syntax
set interface cut-through-mode <bool>
delete interface cut-through-mode


Parameter
<bool> forwarding mode identifier

  • true   interface is in cut-through mode
  • false interface is in store and forward mode


Example
• This example is to configure the interface in store and forward mode

admin@XorPlus# set interface cut-through-mode false
admin@XorPlus# commit
Merging the configuration.
Commit OK.
Save done.
XorPlus#
  • No labels