cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
859
Views
0
Helpful
4
Replies

memory free low-watermark processor

patrickcyb
Level 1
Level 1

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?

 

4 Replies 4

Mark Elsen
Hall of Fame
Hall of Fame

 

   - FYI : https://bst.cloudapps.cisco.com/bugsearch/bug/CSCwe92364

  M.



-- Let everything happen to you  
       Beauty and terror
      Just keep going    
       No feeling is final
Reiner Maria Rilke (1899)

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.

ayden_beeson86
Level 1
Level 1

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....

ayden_beeson86
Level 1
Level 1

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