A Screen object controls much of the identity of a Screen. It contains information for your stealth, HA, cluster, and administrative rules. Upon installation, a Screen object that you can edit is created. As with other common objects, when you redefine a Screen object, you must specify all the parameters that you want to set; otherwise the parameters are set to default values.
To add a screen object with a previously-created certificate, using DNS and NIS for Name Service and passing routing information, type the following:
edit> add screen vorticity ADMIN_CERTIFICATE vorticity.admin RIP DNS NIS COMMENT "The screen that protects the sales office" |
Adding a comment is optional.
Type the following to list all the Screens:
edit> list screen |
To add an SNMP receiver to the Screen used in the previous procedure:
edit> add screen vorticity ADMIN_CERTIFICATE vorticity.admin RIP DNS NIS SNMP 10.100.253.200 |
To add multiple SNMP receivers to the previous Screen object:
edit> add screen vorticity ADMIN_CERTIFICATE vorticity.admin ROUTING DNS NIS SNMP 10.100.253.200 10.100.253.254 |
To add a Time Status Indicator of 30 minutes to the previous Screen object:
edit> add screen vorticity ADMIN_CERTIFICATE vorticity.admin ROUTING DNS NIS SNMP_TIMER 30 SNMP 10.100.253.200 10.100.253.254 |
To remove SNMP receivers from the Screen, do not include them in the Screen object when you set it:
edit> add screen vorticity ADMIN_CERTIFICATE vorticity.admin RIP DNS NIS |
At the editor prompt, type:
edit> add screen vorticity ADMIN_CERTIFICATE vorticity.admin RIP STEALTH_NET 10.100.253.0 255.255.255.0 COMMENT "The screen in Stealth Mode" |