02-14-2025 07:25 AM
On our C8300-1N1S-4T2X (17.12.04a), the "memory free low-watermark processor" config line keeps changing.
This behavioour triggers rancid backups every day (since the byte value changed) and our "router has no write" script (since its visible in show archive config difference). Furthermore, it is impossible to manually set the command (it is overwritten).
Is it possible to either set a fixed value, or remove the line from the running config?
02-14-2025 10:05 AM
- FYI : https://bst.cloudapps.cisco.com/bugsearch/bug/CSCwe92364
M.
02-25-2025 07:49 AM
I think that bug is related, but the OPs issue is not fixed. This value changes in the config now and then. That is the problem that we are seeing and it causes us to think a change has been made on the router, when it actually was not done by us.
09-23-2025 06:14 PM
I'm seeing this as well, on an 8200 running 17.15.4 (which CSCwe92364 says is a fixed version)
Doing a show run | inc watermark vs a show start | inc watermark returns a different result. No'ing out the command on running makes the two align, but as soon as you do a write again the running changes to a different value.
I'm going to log a TAC case as its making all our routers show compliance faults in DNAC/CCC as it thinks the running config hasn't been saved....
09-23-2025 06:17 PM - edited 09-23-2025 06:18 PM
HOSTNAME#show run | inc watermark
memory free low-watermark processor 332715
HOSTNAME#show start | inc watermark
memory free low-watermark processor 332715
HOSTNAME#write
Building configuration...
Compressed configuration from 21857 bytes to 10453 bytes[OK]
HOSTNAME#show start | inc watermark
memory free low-watermark processor 332715
HOSTNAME#show run | inc watermark
memory free low-watermark processor 329438
HOSTNAME#conf t
Enter configuration commands, one per line. End with CNTL/Z.
HOSTNAME(config)#no memory free low-watermark processor
HOSTNAME(config)#exit
HOSTNAME#show run | inc watermark
memory free low-watermark processor 332715
HOSTNAME#show start | inc watermark
memory free low-watermark processor 332715
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide