Hi-
I was wondering if anyone knew a way to find out if an IP address is contained within an existing configured address-book entry?
For example, say I have an IP address 10.142.105.10, and I also have an address-book entry that contains that address as follows:
set security address-book global address MySlashTwenty 10.142.96.0/20
Is there any command I can use to determine whether my IP address is contained within that /20 address book entry?
For example,
show conf | display set | match address-book | match 10.142.105.10, or even
show conf | display set | match address-book | match 10.142.105
would not match on anything here,