|
Description:
|
hwifAggregateHashOption OBJECT-TYPE
SYNTAX INTEGER {default(1), crc(2), xor8(3), xor3(4)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Setting the hash option algorithm of a link-aggregating group.
Options:
1. default(1) -Indicates the default route selection algorithm.
2. crc(2) -Indicates that the CRC algorithm is used to calculate packets outgoing.
3. xor8(3) -Indicates that the 8-bit XOR algorithm is used to calculate packets outgoing.
4. xor3(4) -Indicates that the 3-bit XOR algorithm is used to calculate packets outgoing.
Default: default(1)"
|
|
|