config global-load-balance link
A link can be an access point of an ISP, and you can specify the data-center and the ISP in the link configuration. For the gateway in config gateway
, you can specify the LLB gateway of each o f the SLB devices which are related to this link. A global load-balancing device can find out the status of the LLB link to this link according to the gateway configuration. At the same time, the RTT detection result of the same link could be shared.
Syntax
config global-load-balance link
edit "link"
set data-center <data-center name>
set isp <isp name>
set isp-province <isp province name>
config gateway
edit 1
set server <server name>
set gateway-name <gateway>
next
edit 2
set server <server>
set gateway-name <gateway name>
next
end
next
end
data-center |
Specify a data center for the link. |
isp |
Specify an ISP for the link. |
isp-province |
Specify a province in the selected ISP for the link. |
server |
Specify a global load-balancing server for the link. |
gateway-name |
Specify a gateway for the link. |
Example
config global-load-balance link
edit "link1"
set data-center dc1
set isp china-mobile
set isp-province Henan
config gateway
edit 1
set server slb48
set gateway-name gw_81
next
edit 2
set server slb48_dris
set gateway-name gw81_dris
next
end
next
end