Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
KerriS
New Contributor

Show address objects via CLI

I need to find all objects that are named in the format "Host_x.x.x.*" where the first 3 octets are known, but would like the 4th octet to be a wildcard. This search could also be done just using a partial IP - x.x.x.*

 

Any assistance would be greatly appreciated.

2 REPLIES 2
Iescudero
Contributor II

Hi there!

you can use this:

config firewall address

                  show | grep -f Host_x.x.x.

 

or you can try:

 

get firewall address | grep -f Host_x.x.x.

 

Hope it helps!

 

KerriS
New Contributor

Thanks so much!

Labels
Top Kudoed Authors