# # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. # # # enable # # Enable/disable the network-monitor. # # setprop enable false # # MTU mismatch monitor # # mtu-mismatch.enable: # # Enable/disable the MTU mismatch monitor. # # mtu-mismatch.probe_enable: # # Control whether ICMP probes can be used to detect MTU mismatch # conditions. # # mtu-mismatch.refresh_freq: # # Control how often the monitor should check for MTU changes. In most # circumstances, a MTU change will trigger an event that will cause a refresh # to happen. However, in the case an event is not generated (or delivered), # the periodic refresh puts an upper bound on how long a datalink will stay # unverified. # # mtu-mismatch.reverify_freq: # # The datalink MTU is verified periodically, even when no changes have been # detected locally. The frequency of this re-verification step can be # controlled by "mtu-mismatch.reverify_freq". Setting the property to 0 # disables re-verification. # # mtu-mismatch.probe_attempts # # How many unsuccessful probe attempts are required before MTU verification # is stopped for the particular datalink. # # setprop mtu-mismatch.enable true # setprop mtu-mismatch.refresh_freq 10m # setprop mtu-mismatch.reverify_freq 24h # setprop mtu-mismatch.probe_attempts 3 # # VLAN ID mismatch monitor # # vlan-mismatch.enable: # # Enable/disable the VLAN ID mismatch monitor. # # vlan-mismatch.refresh_freq: # # Control how often the monitor should check for VLAN ID changes. In most # circumstances, a VLAN ID change will trigger an event that will cause a refresh # to happen. However, in the case an event is not generated (or delivered), # the periodic refresh puts an upper bound on how long a datalink will stay # unverified. # # setprop vlan-mismatch.enable true # setprop vlan-mismatch.refresh_freq 60s