This repository was archived by the owner on May 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
net09
My Random Thoughts edited this page Jul 6, 2017
·
3 revisions
Checks to make sure the specified static routes have been added. Add routes to check as: StaticRoute01 = ("source", "mask", "gateway"). To check for no extra persistent routes, use: StaticRoute01 = ("None", "", ""). Up to 99 routes can be checked. You must edit the settings file manually for more than the currently configured.
- StaticRoute01 - List of IPs for a single static route to check. Order is: Source, Mask, Gateway|IPv4
- StaticRoute02 - List of IPs for a single static route to check. Order is: Source, Mask, Gateway|IPv4
- StaticRoute03 - List of IPs for a single static route to check. Order is: Source, Mask, Gateway|IPv4
- StaticRoute04 - List of IPs for a single static route to check. Order is: Source, Mask, Gateway|IPv4
- StaticRoute05 - List of IPs for a single static route to check. Order is: Source, Mask, Gateway|IPv4
StaticRoute01 = ('', '', '')
StaticRoute02 = ('', '', '')
StaticRoute03 = ('', '', '')
StaticRoute04 = ('', '', '')
StaticRoute05 = ('', '', '')
- None
-
PASS
All static routes are present -
WARNING
-
FAIL
One or more static routes are missing or incorrect -
MANUAL
-
NA
No static routes to check
- All Servers
- None