config vwan-member
Description: Configure virtual VWAN interface members.
config vwan-member
edit <name>
set target <name1>
set priority [1 – 7]
set weight [1 – 256]
set in-bandwidth-threshold [0 – 2147483647]
set out-bandwidth-threshold [0 – 2147483647]
set total-bandwidth-threshold [0 – 2147483647]
set health-check <name1>
set health-check-fail-threshold [1 – 10]
set health-check-success-threshold [1 – 10]
unset
next
show
abort
end
delete <name>
purge
show
end
Sample command:
FX201E5919000057 (vwan-member) # show
config system vwan-member
edit 1
set target target.lan
set priority 2
set weight 50
set in-bandwidth-threshold 86400
set out-bandwidth-threshold 86400
set total-bandwidth-threshold 23500
set health-check
set health-check-fail-threshold 3
set health-check-success-threshold 5
next
end
| Parameter | Decsription | Type | Size | Default |
|---|---|---|---|---|
| target | Forwarding target. | string | - | none |
| priority | Priority of the member. The lower the value, the higher the priority. | integer | 1 - 7 | 1 |
| weight | Weight of the member. | integer | 1 - 256 | 1 |
| in-bandwidth-threshold | Bandwidth threshold for input traffic in MB. 0 indicates infinity. | integer | 0 - 2147483647 | 0 |
| out-bandwidth-threshold | Bandwidth threshold for output traffic in MB. 0 indicates infinity. | integer | 0 - 2147483647 | 0 |
| health-check | Link health check of the virtual-wan member. | string | - | none |
| health-check-fail-threshold | The number of consecutive failed probes before the member is considered dead. | integer | 1 – 10 | 5 |
| health-check-success-threshold | The number of consecutive successful probes before the member is considered alive. | integer | 1 – 10 | 5 |