@wdusys, I tried recommened setup like:
set security address-book b address c
set security address-book b attach zone a
but when I try to create an address like:
[edit security]
set address-book something address 10.20.0.0/24
^
missing argument.
[edit security]
r1# set address-book something address 10.20.0.0/24 ?
Possible completions:
<ip-prefix> Numeric IPv4 or IPv6 address with prefix
+ apply-groups Groups from which to inherit configuration data
+ apply-groups-except Don't inherit configuration data from these groups
description Text description of address> dns-name DNS address name> range-address Address range> wildcard-address Numeric IPv4 wildcard address with in the form of a.d.d.r/netmask
Meanwhile I deleted the address book I had, but it gives me an error that source address or address-group not found, presumably until I can get one created.
I'm running JunOS 15.1X49-D45
So I tried to create it like:
[edit security address-book]
r1# set something address a1 10.20.0.0/24
which worked, but now I get a commit check error:
# commit check
[edit security zones security-zone something]
'address-book'
Zone specific address books are not allowed when there are global address books defined
error: configuration check-out failed: (statements constraint check failed)