Skip to main content
suthomas1
New Member
August 8, 2020
Solved

unused interface

  • August 8, 2020
  • 1 reply
  • 6309 views

Good day all,

 

we have some interface & zone that are not in use.

What is the best method to delete these & also checking on if it affects anything else.

 

 

    Best answer by lobstercreed

    You can see what references there are to any given interface/zone in the GUI at Network -> Interfaces.  You may have to add the Ref column.

    1 reply

    lobstercreed
    New Member
    August 9, 2020

    You can see what references there are to any given interface/zone in the GUI at Network -> Interfaces.  You may have to add the Ref column.

    Yurisk
    SuperUser
    SuperUser
    August 9, 2020

    Additionally, you can check on CLI where it is used, say interface name "port1":

     

    # show | grep por1 -f

     

    yurisk.info - all things Fortinet blog, no ads
    Dave_Hall
    New Member
    August 10, 2020

    I suggest to just disable any unused physical interfaces rather then deleting them.  You never know what may happen during the firmware upgrade process when expect interfaces are not found.