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.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
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!
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1634 | |
1063 | |
751 | |
443 | |
210 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.