Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to get a list of VIP assignments that can be sorted from our Fortigate
I am trying to find an available VIP address to use but our customer has 67 existing VIP Addresses spanning 8 subnets. It would be helpful to be able to get a list of the assignments (maybe in CLI) that can be sorted by address. Any thoughts on how to do this or may be a different way?
Labels:
- Labels:
-
FortiGate
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, tgoyette
If you are just looking for an available VIP address you can use externally, try use below command
show firewall vip | grep -i extip
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
diagnose sys session list | grep <XXXX>
(<XXXX> is a placeholder and can be replaced with any value)
