What's new

nvram cleanup:: custom_clientlist vs dhcp_staticlist

  • 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!

adriansev

Occasional Visitor
Hi! I'm trying to clean up some of my nvram as it quite filled (1120 left)
and my first 5 consumers are:
931 nc_setting_conf
916 custom_clientlist
673 dhcp_staticlist
573 rc_support
310 sshd_authkeys

while i cleaned up the dhcp reservations and dhcp_staticlist decreased, the custom_clientlist did not...
how can i clean up custom_clientlist? and should'nt it be in sync with dhcp reservations?
Thanks a lot!
 
The Network Map Client List is separate from the DHCP reservations. To clear the former issue the following commands:
Code:
nvram set custom_clientlist=""
nvram commit
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

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