Junos OS

last person joined: 2 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  Security Zone Config

    Posted 08-05-2015 21:31

    hello guys, is this a correct statement:

     

    Netscreen:

    set zone "Untrust" screen tear-drop

     

    JunOS:

    set security screen ids-option tear-drop ip tear-drop
    set security zones security-zone my_zone_untrust screen tear-drop

     

    Thank you.



  • 2.  RE: Security Zone Config
    Best Answer

     
    Posted 08-05-2015 21:57

    Hi JJJCR,

     

    You are absolutely correct.

    You set the tear drop optyion using the command;

    root# set security screen ids-option test ip tear-drop

     

     You can refere to the below kb where the configuration of the screen options is provided;

    http://kb.juniper.net/InfoCenter/index?page=content&id=KB16618&smlogin=true

     

     



  • 3.  RE: Security Zone Config

    Posted 08-06-2015 03:23

    Correct.

     

    In junos you create a screen and then apply this to a zone.  Thus you can apply the same screen to multiple zones.