Sorry Mr. Mohawk I am not following?
I already used those IOS commands on the Cisco 1720 router but the only log message that shows up on the KIWI Syslog server is:
08-07-2006 17:18:08 Local7.Notice 209.43.17.1 40:Aug 7 22:18:12: %SYS-5-CONFIG_I: Configured from console by Admin on console
(The above message only shows up when I change the logging level on the router using the "logging trap" command).
If the notification message about the change in log level is making it through to the syslog server then why aren't the other bazillion log messages there that should be since the log level is set to "debugging"?
Main Topics
Browse All Topics





by: mohawk1Posted on 2006-08-08 at 04:51:53ID: 17270535
Hi,
All you need for syslogging is really the host ip address. Such as, for example:
router#conf t
router(config)#service timestamps log datetime msec
router(config)#service timestamps debug datetime msec
router(config)#logging x.x.x.x (this will be the syslog server)
router(config)#logging trap <0 - 7> (To set from Emergency through to Debug)
Dont get confused with SNMP traps, which are a slightly different thing.
Cheers
Mohawk1