Increase or change Cisco router log size
Messages logged by a router can make troubleshooting problems substantially easier. However, the default size of most Cisco routers is 4096 bytes which typically accomodates fewer than 60 messages. While this may help in many situations, adding some additional space can save the day when a router generates frequent error messages as when an interface state cycles up and down. This recipe describes the simple configuration to increase the size of the router log.
To increase the router log size to 24000 bytes, use the following commands (from enable mode):
conf t
logging buffered 24000
logging buffered 24000
To check the current log size, use this command:
show logging
...
Log Buffer (24000 bytes)
...
Log Buffer (24000 bytes)
It should be noted that memory you dedicate to the log is memory the router cannot use for routing. Larger routers with lots of memory can typically make due with less available memory. Smaller routers with less memory to spare can experience problems if the log size is too big.
Also see ...
Configure a Cisco VWIC card
H3Cisco VWIC cards need configuration before their serial ports will appear in the interface list. Once the VWIC configured, HDLC, frame relay, or ATM with an AIM processor can be configured./H3PThe Cisco VWIC cards can be configured with different channel groups to support different applicat
H3Cisco VWIC cards need configuration before their serial ports will appear in the interface list. Once the VWIC configured, HDLC, frame relay, or ATM with an AIM processor can be configured./H3PThe Cisco VWIC cards can be configured with different channel groups to support different applicat
Configure ATM on a Cisco Router
H3ATM is growing in popularity as a wide area network (WAN) medium. ATM offers small cell size and strict quality of service, allowing voice, video, and data to coexist./H3PFirst, Terminology: br / br /VPI Virtural Path Identifier, 5 in this example br /VCI Virtual Circuit Identifie
H3ATM is growing in popularity as a wide area network (WAN) medium. ATM offers small cell size and strict quality of service, allowing voice, video, and data to coexist./H3PFirst, Terminology: br / br /VPI Virtural Path Identifier, 5 in this example br /VCI Virtual Circuit Identifie
Configuring a Cisco router as a terminal server
H3When you have a home lab you want to have console connectivity to all your routers at the same time. By using a terminal server (2509 2512 router range) we can accomplish this./H3PTo use a terminal server we need a 2509/2510 8 lines or 2511/2512 16 lines router and 1 or 2 octal cables. br
H3When you have a home lab you want to have console connectivity to all your routers at the same time. By using a terminal server (2509 2512 router range) we can accomplish this./H3PTo use a terminal server we need a 2509/2510 8 lines or 2511/2512 16 lines router and 1 or 2 octal cables. br
Clear or erase Cisco router log
H3A router's log can save your life. Well, at the least it can save you time and headaches when troubleshooting problems. However, in the heat of battle, in the actual hotness of the battle, old messages in the log can get in the way. After making a change to the router's configuration, for ins
H3A router's log can save your life. Well, at the least it can save you time and headaches when troubleshooting problems. However, in the heat of battle, in the actual hotness of the battle, old messages in the log can get in the way. After making a change to the router's configuration, for ins
Configure Cisco router to send messages to remote syslog server
H3Centralizing log messages to a syslog server can improve the managability of any size network and can decrease response times to resolve problems. Sending router log messages to a remote server also allows longer archiving of messages than in a router's limited storage. Messages stored by sysl
H3Centralizing log messages to a syslog server can improve the managability of any size network and can decrease response times to resolve problems. Sending router log messages to a remote server also allows longer archiving of messages than in a router's limited storage. Messages stored by sysl
