Showing posts with label Global. Show all posts
Showing posts with label Global. Show all posts

SRX GLOBAL ADDRESS BOOK

Lets have a look today at the issue of using the WebUI with the Global address book.

When I say Global address book, I mean using creating addresses on the SRX in this way...

root# set security address-book ?
Possible completions:
  <book-name>          Address book name
  global               Default global address book name


Example of address with the Global Address book..


security {
    address-book {
        global {                       
            address aaaa 1.1.1.1/32;
            address bbbb 2.2.2.2/32;
        }
    }


These Global addresses form a common address pool that should be available for use in any zone as opposed to the old way of creating separate address books under each zone.