Skip to main content
tgoyette
New Member
March 21, 2025
Question

How to get a list of VIP assignments that can be sorted from our Fortigate

  • March 21, 2025
  • 2 replies
  • 1058 views

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?

2 replies

yderek
Staff
Staff
March 22, 2025

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

 

Dai
Explorer
March 23, 2025

diagnose sys session list | grep <XXXX>

(<XXXX> is a placeholder and can be replaced with any value)