-
Notifications
You must be signed in to change notification settings - Fork 11
net09
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.
- AllMustExist - "True|False" - Should all static route entries exist for a Pass.?
- DestinationMustNotExist - Destination IP that must not exist in the route table|IPv4
- StaticRoute01 - "LIST" - IP details for a single static route to check. Order is: Source, Mask, Gateway|IPv4
- StaticRoute02 - "LIST" - IP details for a single static route to check. Order is: Source, Mask, Gateway|IPv4
- StaticRoute03 - "LIST" - IP details for a single static route to check. Order is: Source, Mask, Gateway|IPv4
- StaticRoute04 - "LIST" - IP details for a single static route to check. Order is: Source, Mask, Gateway|IPv4
- StaticRoute05 - "LIST" - IP details for a single static route to check. Order is: Source, Mask, Gateway|IPv4
AllMustExist = 'False'
DestinationMustNotExist = ''
StaticRoute01 = @('', '', '')
StaticRoute02 = @('', '', '')
StaticRoute03 = @('', '', '')
StaticRoute04 = @('', '', '')
StaticRoute05 = @('', '', '')
- None
-
PASS
Required static routes are present -
WARNING
-
FAIL
No static routes present One or more static routes are missing or incorrect All entered static routes are missing A static route exists that must not -
MANUAL
-
NA
No static routes to check
- All Servers
- None