06-25-2009 06:57 AM - edited 03-06-2019 06:27 AM
I have never really understood this so I wanted to publish the question this morning.
Which memory on a router/switch does the "logging buffered". I would guess that it is the main memory displayed in the line:
Cisco 3845 (revision 1.0) with 484351K/39936K bytes of memory.
Is this correct?
Thanks
Solved! Go to Solution.
06-25-2009 07:24 AM
Typically, logging messages are stored in a router's memory buffer; when the buffer is full, older messages are overwritten by new messages.
http://www.cisco.com/en/US/docs/ios/12_0s/feature/guide/cs_sysls.html
Hope that helps.
06-25-2009 07:24 AM
Typically, logging messages are stored in a router's memory buffer; when the buffer is full, older messages are overwritten by new messages.
http://www.cisco.com/en/US/docs/ios/12_0s/feature/guide/cs_sysls.html
Hope that helps.
06-25-2009 07:34 AM
The logging buffered command makes use of the router's memory and per your output you have a router with 512MB DRAM.
If you type the command logging buffered without any argument, the buffer size will be 4096 and it can be verified with the 'show log' command.
You can also specify any size you want and it all depends on how much memory other services are consuming. It's not wise to create the buffer too big.
(config)#logging buffered ?
<4096-2147483647> Logging buffer size
(config)#logging buffered 8192
#sh log
Log Buffer (8192 bytes):
HTH,
__
Edison.
06-25-2009 07:59 AM
That is why I was asking. Currently we have the command logging buffer 64000...
this is kinda large but should this not be OK since we have 512 MG or RAM??
thx Edision
06-25-2009 08:06 AM
That's 64KB, it should be fine.
HTH,
__
Edison.
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