IP Verify Test Instance Examples - IP-Verify/IP-Verify-Test-Instance-Examples

Configuring IP Verify

ft:locale
en-US
ft:sourceName
Paligo_Prod
Document Type
Article

The following are some example of instances.

  • Test VRRP State.

    image4.png
    • The LAN ID drop-down menu is configured for all local IP networks.

    • User can select the VRRP state that signifies success for test.

  • Test BGP Peer Reachability.

    image5.png
    • BGP peer test succeeds if the neighbor state is up or established.

  • Test Ethernet Port State

    image6.png
    • The test case checks if selected ethernet LAN port is enabled and up.

    • Port Identifier identifies the ethernet LAN ports.

  • Test WAN Device State

    image7.png
    • The test case checks if the given WAN device(s) match the specified state.

    • The specific WAN device(s) is selected using similar WAN binding fields used in other places in the UI.

      • WAN binding can refer to a set of WAN links.

      • Selection option all/any is used to specify handling in case of more than one WAN devices in set.

        • If "All" is set, the test is considered success only if all WAN devices are in specified state.

        • If "Any" is set, the test is considered success if any WAN device is in specified state.

      • The state field specifies the expected state of WAN device(s). Potential values are:

        • Connected

        • Disconnected

        • Standby

  • Test Route Map Filters.

    • The test case uses IP Verify to check route map conditions.

    • Navigate to Networking > Routing > Route Filters > Route Maps and then click Add.

      image10.png
  • Test ICMP Echo (Ping) Response.

    image8.jpeg
    • This test case checks if the target responds to ICMP requests.

    • Source Address WAN Binding and Invert Binding fields are optional depending on the use case.

  • Test if Route Exist.

    image9.png
    • The test case checks if the given route exists.

    • All additional fields related to IP route follow the same logic as in "route editor".

    • Gateway, Device, and Metric fields are optional.

  • Composite Test

    compositetest.png
    • Use Composite IP Verify test to check result of a set of other tests.

    • Composite test is specified as logical expression. Some example

      • (T1 and T2) or T3

      • not T1 or T2

      • T1 or T2 and T3 or (not T1 and T5)

    • Where Tl, T2, T3, T4, T5 are names of other tests.

    • Expression can be formed using 'and', 'or' and 'not' logical operators.

    • The precedence order for operators from highest to lowest is 'not', 'or', 'and'. parenthesis can be used to group sub expression.

  • Custom Test.

    image11.png
    • Customer test instance identified by a unique identifier.

    • Service or SDK app implementing test will use the identifier as handle for custom test (to update test result in control tree).