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]
set link-cost-factor [latency | jitter | packet-loss]
set latency-threshold [0 – 10000000, default = 5]
set jitter-threshold [0 - 10000000, default = 5]
set packetloss--threshold [0 - 100, default = 100]
unset
next
show
abort
end
delete <name>
purge
show
end
Sample command:
config system vwan-member
edit mb1
set target target.wan
set priority 1
set weight 1
set in-bandwidth-threshold 0
set out-bandwidth-threshold 0
set total-bandwidth-threshold 0
set health-check vw_mb1_hc
set health-check-fail-threshold 5
set health-check-success-threshold 5
set link-cost-factor packet-loss latency jitter
set latency-threshold 5
set jitter-threshold 5
set packetloss-threshold 100
next
edit mb2
set target target.lte1
set priority 10
set weight 1
set in-bandwidth-threshold 0
set out-bandwidth-threshold 0
set total-bandwidth-threshold 0
set health-check vw_mb2_hc
set health-check-fail-threshold 5
set link-cost-factor packet-loss latency jitter
set latency-threshold 5
set jitter-threshold 5
set packetloss-threshold 100
| 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 in MB for input traffic. 0 indicates infinity. | integer | 0 - 2147483647 | 0 | ||||||||
| out-bandwidth-threshold | Bandwidth threshold in MB for output traffic. 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 | ||||||||
|
link-cost-factor |
Criteria by which link selection is made. |
option |
- |
none |
||||||||
|
|
|
|||||||||||
|
latency-threshold |
Latency in milliseconds for SLA to make decisions. |
integer |
0 - 10000000 |
5 |
||||||||
|
jitter-threshold |
Jitter in milliseconds for SLA to make decisions. |
integer |
0 - 10000000 |
5 |
||||||||
|
packetloss-threshold |
Packet loss in percentage for SLA to make decisions. |
integer |
0 - 100 |
100 |
||||||||