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

Fortigate CLI

Good afternoon guys!

I'm using the CLI of a fortigate 81E, I'm trying to delete a Vlan, but it returns the following response:

FORTIGATE (interface) # delete VLAN_230 The entry is used by other 1 entries Command fail. Return code -23

 

I know that in GUIME this indicates that there are references in other functions such as policies and addresses.
How can I delete these references by the cli
2 REPLIES 2
Toshi_Esumi
Esteemed Contributor III

You need to find and remove those dependencies. Just run "show | grep -f VLAN_230" at the top level in CLI. Then you need to remove those using the vlan.

ede_pfau
Esteemed Contributor III

An interface could be used by

- network zone

- DHCP server

- DNS server

- address object (if assigned to it)

- VIP

- policy

 


Ede

"Kernel panic: Aiee, killing interrupt handler!"
Ede"Kernel panic: Aiee, killing interrupt handler!"
Labels
Top Kudoed Authors