Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.
My-Random-Thoughts edited this page Oct 28, 2017 · 1 revision

net-09-static-routes (Enabled)

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.


Input Values

  • 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

Example

AllMustExist = 'False'
DestinationMustNotExist = ''
StaticRoute01 = @('', '', '')
StaticRoute02 = @('', '', '')
StaticRoute03 = @('', '', '')
StaticRoute04 = @('', '', '')
StaticRoute05 = @('', '', '')

Input Descriptions

  • None

Result And Messages

  • 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


Applies To

  • All Servers

Required Functions

  • None
Clone this wiki locally