NVIDIA Packet Slicing feature

Packet Slicing "truncate" configuration to be applied only on tool ports

Reference

Command

truncate <offset value>

no truncate

Description

Truncate packets after offset

Parameters

Offset-value – multiple of 4 within 48 to 4088

Mode

INTERFACE

Example

pbnoscli# configure terminal 
pbnoscli(config)# interface ethernet Ethernet4/1
pbnoscli(config-if)# trunc    
  truncate              Truncate the packet
pbnoscli(config-if)# truncate 64

You can verify the configuration by using the command(s) below:

pbnoscli# show interface npb Ethernet4/1

===================================
Interface : Ethernet4/1       
===================================
Mode           : vlan-aware      
Ingress-vlan   : 6               
Egress-tagging : disable         
Truncate       : 64              

pbnoscli# 

Last updated