Skip to main content
polatto
New Member
June 4, 2021
Question

Fortigate CLI

  • June 4, 2021
  • 1 reply
  • 3643 views
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

1 reply

Toshi_Esumi
SuperUser
SuperUser
June 4, 2021

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
SuperUser
SuperUser
June 5, 2021

An interface could be used by

- network zone

- DHCP server

- DNS server

- address object (if assigned to it)

- VIP

- policy