Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

address (Security Address Book)

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
address address-name {
    ip-prefix {
        description text;
    }
    description text;
    dns-name domain-name {
        ipv4-only;
        ipv6-only;
    }
    range-address lower-limit to upper-limit;
    wildcard-address ipv4-address/wildcard-mask;
}

Hierarchy Level

content_copy zoom_out_map
[edit security address-book book-name]

Description

Add an entry containing an IP address or DNS hostname, or wildcard address to the address book. An address book contains entries for addressable entities in security zones, policies, and NAT rules. Address book entries can include any combination of IPv4 addresses, IPv6 addresses, and DNS names.

Options

  • address address-nameName of an address entry.

  • description textDescriptive text about an address entry.

  • dns-address domain-nameDNS address name.

  • ip-prefixIP address with prefix.

  • range-address lower-limit to upper-limitAddress range for an address book.

  • wildcard-address ipv4-address/wildcard-maskIPv4 wildcard address in the form of A.B.C.D/wildcard-mask.

Note:

IPv6 wildcard address configuration is not supported in this release.

Required Privilege Level

security—To view this statement in the configuration.

security-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 8.5. Support for IPv6 addresses added in Junos OS Release 10.2. Support for IPv6 addresses in active/active chassis cluster configurations (in addition to the existing support of active/passive chassis cluster configurations) added in Junos OS Release 10.4. Support for wildcard addresses added in Junos OS Release 11.1. Support for address range added in Junos OS Release 12.1. The description option added in Junos OS Release 12.1.

footer-navigation