Screen OS

 View Only
last person joined: 8 months ago 

This is a legacy community with limited Juniper monitoring.
  • 1.  SSG Group address modification

    Posted 03-02-2016 13:27

    Hi

    I would like to remove the one address from only group entry, leave the entry, what is best way to remove from group entry?

    1)

    set group address “inside” "SERVER” add "10.10.10.1”
    set group address “inside” "SERVER” add "10.10.10.2”

     

    I tried use "unset" command but looks like it is not taken.

    unset group address “inside” "SERVER” add "10.10.10.1” ===>it generates "unknown keyword"

     

    2) when I add address book, some screen os is fine without "" but some time it doesn't take.

    Is this because of the OS version?

    For ex: when i add below entry, some of the ssg fw, it takes but some of them, I had to remove the ""

    set group address “inside” "SERVER” add "10.10.10.1”

     

     

    Thanks

     



  • 2.  RE: SSG Group address modification
    Best Answer

    Posted 03-02-2016 13:34

    The command is

    unset group address “inside” "SERVER” remove "10.10.10.1"

     

    As for the quotes, all versions of ScreenOS should accept them.



  • 3.  RE: SSG Group address modification

    Posted 03-02-2016 15:30

    Thanks!!