Screen OS

last person joined: 8 months ago 

This is a legacy community with limited Juniper monitoring.
  • 1.  can i add one more item in address-book on SSG520M?

    Posted 04-15-2013 01:12

    i would like add one more ip address into current address book on SSG520, like this:

     

    set address trust "server-group" 10.1.1.1 255.255.255.255

    set address trust "server-group" 10.1.1.2 255.255.255.255

     

    i am not sure if 10.1.1.2 can overwrite the 10.1.1.1



  • 2.  RE: can i add one more item in address-book on SSG520M?
    Best Answer

    Posted 04-15-2013 01:50

    Hi,

     

    The first command will be accepted, the second will be reported as duplicate.
    You can try using address-group:


    set address trust server1 10.1.1.1 255.255.255.255
    set address trust server2 10.1.1.2 255.255.255.255

    set  group address trust server-group
    set  group address trust server-group add server1
    set  group address trust server-group add server2

    Hope this helps.

     

    Regards.
    Hardeep

    If this update is helpful, you may mark it as accepted solution for others to benefit from it.