Verifying Address Book Configuration

Purpose

Display information about address books and zones.

Action

Use the show security zones CLI command to verify the address book and address set configuration. You get the following output:


user@host# show security zones security-zone green
address-book {
    address src_addr1 64.10.4.44/32;
    address src_addr2 64.10.9.28/32;
    address src_addr3 10.10.10.10/24;
        address bbc {
        dns-name www.bbc.com;
    }
    address-set my_source_addresses {
        address src_addr1;
        address src_addr2;
        address src_addr3;
            }
}

Meaning

The output displays information about all the addresses configured in an address book in the specified. Verify the following information:

Related Topics