Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.
My Random Thoughts edited this page Jul 6, 2017 · 3 revisions

c-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

  • 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

Example

StaticRoute01 = ('', '', '')
StaticRoute02 = ('', '', '')
StaticRoute03 = ('', '', '')
StaticRoute04 = ('', '', '')
StaticRoute05 = ('', '', '')

Input Descriptions

  • None

Result And Messages

  • PASS
    All static routes are present

  • WARNING

  • FAIL
    One or more static routes are missing or incorrect

  • MANUAL

  • NA
    No static routes to check


Applies To

  • All Servers

Required Functions

  • None
Clone this wiki locally