Configure packet truncation at the egress ports task
Use this procedure to configure an interface to truncate all egress packets to a specific size.
Procedure
Step 1 |
Enter global configuration mode. Example:
|
Step 2 |
Specify the interface to configure and enter interface configuration mode. Example:
|
Step 3 |
Enable packet truncation of egress packets to a specific size on the interface. Example:
|
Step 4 |
Exit interface configuration mode. Example:
|
Example
This is a sample configuration example to truncate packets to a specific size of 128 bytes.
switch# configure terminal
switch(config)# interface ethernet 1/1
switch(config-if)# packet-truncation size 128
switch(config-if)# end