hello experts ,
simply put , i cannot delete one of my interfaces software switch , which the company used to provide internet to certain people with certain policies.
Ii deleted all the policies that were associated with the interface also disabled dhcp server in the interface configuration
google brought me to cli command(which i never usually use unless i have to) to find reference of the interface so heres the output.
FGT90DXXXXXXX # diagnose sys checkused system.interface.name internal7
entry used by child table member:interface-name 'internal7' of table system.switch-interface:name 'DP-LAN'
Basically all i want to do is to delete the software switch and go back to using my internal interface as regular switch for the unit.
its 90D with 5.4 OS
any help?
Solved! Go to Solution.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
What kind of error do you get when you do below?
FGT90D # config sys switch-int
FGT90D (switch-interface) # del DP-LAN
You might need to reboot the unit.
If you want to remove "DP-LAN" switch-interface try
# diag sys checkused system.interface.name DP-LAN
or just
# show | grep -f DP-LAN
Have you made sure that you don't have any address objects or tunnels that are associated with it?
Mike Pruett
well thats the output of show grep
and i never created any tunnels or adress objects for the interface, therefore there are none
FGT90D # show | grep -f DP-LAN
config system switch-interface
edit "DP-LAN" <---
set vdom "root"
set member "internal7"
next
end
config system interface
edit "DP-LAN" <---
set vdom "root"
set ip 10.44.44.254 255.255.255.0
set type switch
set snmp-index 23
next
end
What kind of error do you get when you do below?
FGT90D # config sys switch-int
FGT90D (switch-interface) # del DP-LAN
You might need to reboot the unit.
Thank you!
that did it , even tho i have no idea what have changed , but i was able to delete my other interface that i wasnt able to delete too. even though it was strange , i tried
FGT90D # config sys switch-int FGT90D (switch-interface) # del "other interface i couldnt delete before" and it gave me that:
FGT90D (switch-interface) # del bookmd-lan
delete table entry bookmd-lan unset oper error ret=1
Command fail. Return code 1
but suddenly i payed attention that i had the "delete" button active in GUI , so i just deleted it that way.
anyways thank you :)
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1672 | |
1083 | |
752 | |
446 | |
226 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.