Fujitsu XG2000 Switch User Manual


 
XG2000 series User's Guide
137/315
All Rights Reserved, Copyright (C) PFU LIMITED 2009
5.8.4 lacp port-priority
Function
Sets the priority of LACP ports.
The LACP port priority is used as information for identifying ports via LACP. Typically, it is not necessary to change its value
from the default.
Use the no form to return to the default setup.
Prompt
xg(config)#
Command syntax
lacp port-priority port <1-20> priority <1-65535>
no lacp port-priority port <1-20>
Parameter
z port <1-20>
Specifies a port number in the range of 1 to 20 to assign an LACP port priority.
z priority <1-65535>
Specifies an LACP port priority value in the range of 1 to 65535.
Command type
Configuration command
Default
32768
Example
Set LACP port priority to 10000 for Port 2.
xg(config)# lacp port-priority port 2 priority 10000
5.8.5 link-aggregation load-balance ip-hash-selection
Function
Set the parameter(s) used by the link aggregation IP hash frame distribution function.
Use the no form to return to the default setup.
Prompt
xg(config)#
Command syntax
link-aggregation load-balance ip-hash-selection {src-ip | dst-ip | src-port |
dst-port}
no link-aggregation load-balance ip-hash-selection
Parameter
z ip-hash-selection {src-ip | dst-ip | src-port | dst-port}
Specifies the IP hash parameter used for frame distribution function within a link aggregation
group. These parameters can be combined.
src-ip
Frames are distributed based on source IP address.
dst-ip
Frames are distributed based on destination IP address.
src-port
Frames are distributed based on TCP/UDP source port number.
dst-port
Frames are distributed based on TCP/UDP destination port number.
Command type
Configuration command
Default
src-ip
Message
% Cannot set same IP-Hash method.
Explanation
Parameters are duplicated.
Solution
Set non-duplicate parameters.
Example
Specifies destination IP address for the IP hash frame distribution function.
xg(config)# link-aggregation load-balance ip-hash-selection src-ip