Description | This article describes how to get the list of all ISP that an ISDB is using |
Scope | FortiGate. |
Solution |
Find the ID for the ISDB that gets the list of IPs.
diagnose internet-service id | grep -i fortinet
Now that the ID is obtained, it is possible to retrieve the list of IPs using the command below:
diagnose internet-service id 1245324
|