Important note about SSL VPN compatibility for 20.0 MR1 with EoL SFOS versions and UTM9 OS. Learn more in the release notes.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

XGS 136W - Trouble Removing Wireless Virtual Interfaces

Hello,

I'm currently working on an issue with a XGS 136W and an APX 320.  When creating a wireless network, a new virtual adaptor gets created.  All fine.  However, I've noticed a difference between the XGS side and the APX side.  When removing a wireless network from the APX, the clean-up works as intended.  When removing a wireless network from the XGS side, a disconnected virtual adaptor remains.  I haven't found a way to remove them and they can't be reused.  If you build a new wireless network, it will force you to create a new wireless adaptor for it due to the hardware device name conflict.  Any suggestions for removing these old adaptors?  Running 19.5.2.



This thread was automatically locked due to age.
Parents
  • Hi Allen K

    Please go to Protect-->Wireless-->Wireless Networks, delete wlnet5

    Check DHCP config:
    psql -U nobody -d corporate -c "select * from tbldhcpconf ;"

    Check all interfaces:
    psql -U nobody -d corporate -c "select * from tblinterface;"

    Delete the interface:
    psql -U nobody -d corporate -c "delete from tblinterface where interface=['InterfaceName']; "

    Regards

    "Sophos Partner: Networkkings Pvt Ltd".

    If a post solves your question please use the 'Verify Answer' button.

  • This did it for me.

     psql -U nobody -d corporate -c "DELETE FROM tblinterface WHERE interface = 'GuestAP';"

    Ran this from serial using the advanced console.  Thank you Bharat!!

Reply Children
No Data