Tcl Test Script #3 - "Check response to delayed IKE messages":

/* Part A of test */

   /* configure the standard configuration */
   /* start IKE process and listen */
   /* configure delay (5 seconds for example) for response to IKE Phase I
   messages coming from the DUT */
   /* wait for incoming IKE Phase I message from DUT */
   /* should delay for configured amount of seconds */
   /* IKE tool responds to IKE Phase I message after delay */

/* Part B of test */

   /* configure the standard configuration */
   /* start IKE process and listen */
   /* configure delay of zero for response to IKE Phase I messages coming
   from the DUT */
   /* wait for incoming IKE Phase I message from DUT */
   /* IKE tool responds to IKE Phase I message after no delay */

/* Part C of test */

   /* configure the standard configuration */
   /* start IKE process and listen */
   /* configure delay (5 seconds for example) for response to IKE Phase
   II messages coming from the DUT */
   /* wait for incoming IKE Phase II message from DUT */
   /* should delay for configured amount of seconds */
   /* IKE tool responds to IKE Phase II message after delay */

/* Part D of test */

   /* configure the standard configuration */
   /* start IKE process and listen */
   /* configure delay of zero for response to IKE Phase II messages
   coming from the DUT */
   /* wait for incoming IKE Phase II message from DUT */
   /* IKE tool responds to IKE Phase I message after no delay */


