When you are comfortable with SAM policy, do the following:
- Determine the logging policy.
-
If you want everything logged (as it is now), leave the settings as they are (Log=Y on the 2 points and 4 controls).
-
If you want to log rejections only, leave the two 2 points with Log=Y and set the 4 controls to Log=N.
-
You may decide on other combinations depending on your logging policy/decision.
-
-
Remove the exit point(s) from simulation mode. This can be done using a menu option or a command.
Note: When simulation mode is removed, SAM will start rejecting connections that are not allowed by the Illumio policy. This should only be done once you have confirmed that the Assure SAM condition lists are correct by reviewing the log to check that there are no recent rejections that should be authorized.To remove simulation mode using a menu option, follow these steps:
-
Select option 40 from the Assure System Access Manager menu (SECACCESS) to access the Administration menu (CONTROLAD).
-
Select option 14 to open the Work with SAM Values screen.
-
Change the “Lock simulation mode” field to ‘N’. Press Enter three times to update/validate the first screen and get through the second screen.
Note: This option can be returned to ‘Y’ after changing the Simulation mode field on the Points if desired. -
Select option 1 from the Assure System Access Manager menu (SECACCESS) to access the Work with SAM Points screen.
-
Select option 2=Modify for the point you want to change. Update the “Simul mode” field to ‘N’. Press Enter twice to update/validate and exit this point. Repeat this process for the second point if desired.
To remove simulation mode via commands, follow these steps:
-
Run the WRKQXVAL command.
-
Change the “Lock simulation mode” field to ‘N’. Press Enter three times to update/validate the first screen and get through the second screen.
Note: This option can be returned to ‘Y’ after changing the Simulation mode field on the Points if desired. -
Run the following commands:
-
Remove simulation mode for SCK_ACCEPT:
CHGQXPNTA PNT(SCK_ACCEPT) SIMUL(*NO) -
Remove simulation mode for SCK_CONNEC:
CHGQXPNTA PNT(SCK_CONNEC) SIMUL(*NO)
-
Note: If for any reason, traffic is being blocked unexpectedly, run the following commands to put the points back in simulation mode:CHGQXPNTA PNT(SCK_ACCEPT) SIMUL(*YES) CHGQXPNTA PNT(SCK_CONNEC) SIMUL(*YES) -