SunScreen 3.2 Administration Guide

Working With Screen Objects

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

    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"
    


    Note -

    Adding a comment is optional.


To List the Screens

    Type the following to list all the Screens:


    edit> list screen 
    

To Add an SNMP Receiver to a 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 a Screen

    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 to a Screen

    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 a Screen

    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
    

To Set a Screen to Stealth Mode

    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"