_______________________________________________________________________________________________________
_____________________________________________________________________________________________________
© Virtual Access 2017
GW7304 Series User Manual
Issue: 1.9
Page 308 of 336
va_eventd.@conn_tester[0].ping_dest_addr=192.168.0.1
va_eventd.@conn_tester[0].ping_source=eth0
va_eventd.@conn_tester[0].ping_success_duration_sec=60
33.7.6.3
Ping connection tester using package options
config conn_tester
option name ‘pinger’
option enabled ‘1’
option type ‘ping’
option ping_dest_addr ‘192.168.0.1’
option ping_source ‘eth0’
option ping_success_duration_sec ‘60’
33.7.6.4
Ping connection tester table options
UCI/Package Option
Description
UCI: va_eventd.<conn_tester
label>.name
Opt: name
Name of this connection tester. This name is referred to by the
target section.
UCI: va_eventd.<conn_tester
label>.enabled
Opt: enabled
Enable this connection tester.
0
Disabled.
1
Enabled
UCI: va_eventd.<conn_tester label>.type
Opt: type
Set to ping for a ping connection tester.
ping
Ping connection tester
link
Link connection tester
UCI: va_eventd.<conn_tester
label>.ping_dest_addr
Opt: ping_dest_addr
IP Address to ping.
UCI: va_eventd.<conn_tester
label>.ping_source
Opt: ping_source
Source IP Address of the pings. This is optional.
It can also be an interface name.
UCI: va_eventd.<conn_tester
label>.ping_success_duration_sec
Opt: ping_success_duration_sec
Defines the time in seconds the target is considered up for after
a successful ping.
Table 105: Information table for ping connection tester settings
33.7.6.5
Link connection tester
A link connection tester tests a connection by checking the status of the interface being used.
33.7.6.6
Link connection tester using UCI
va_eventd.@conn_tester[0]=conn_tester
va_eventd.@conn_tester[0].name=linktest
va_eventd.@conn_tester[0].enabled=1
va_eventd.@conn_tester[0].type=link
va_eventd.@conn_tester[0].link_iface=eth0
Link connection tester using package options