load-balance rtag7 hash
Use this command to set the rtag7 hash computation method.
Use the no parameter to set the rtag7 hash computation method to its default.
Command Syntax
load-balance rtag7 hash (crc16-bisync|crc16-ccitt|crc32-lo|crc32-hi)
no load-balance rtag7 hash
Parameters
crc16-bisync
16-bit CRC16 using the binary synchronous polynomial.
crc16-ccitt
16-bit CRC16 using the CCITT polynomial.
crc16-hi
16 most significant bits of computed CRC32.
crc16-lo
16 least significant bits of computed CRC32
Default
The default rtag7 hash computation method is 16-bit CRC16 using the binary synchronous polynomial (crc16-bisync).
Command Mode
Configure mode
Default settings
load-balance rtag7 hash crc16-bisync
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
(config)#load-balance rtag7
(config)#load-balance rtag7 hash crc16-ccit
(config)#show running-config | inc rtag7
!
load-balance rtag7
load-balance rtag7 hash crc16-ccitt
!
(config)#no load-balance rtag7 hash
(config)#
Last modified date: 08/28/2023