What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Clearing out Custom client

tsunami2311

Senior Member
So i looking to find out how I clear/reset the Custom client list with out factory defualting the router.

I am also looking on how to clear/reset the QOS> Source IP or Mac list, cause this list show wrong names and mac adress that arnt on my network anymore, along with fact same things in the list are blank till there selected


What would be commands be to reset the 2 so it can be repopulated with correct names and used mac address on the network?
 
I think there is a post by RMerlin with those commands. Try a search.
 
Simplest method (as I don't remember the exact names of every variable) is to search nvram for which variable contain one of the MACs you want to remove, and clear it.

Code:
nvram show | grep -i aa:bb:cc:dd:ee:ff
nvram unset variable_name_you_found
nvram commit
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top