[ markom @ 30.12.2003. 15:52 ] @
Ne znam da l' je to samo do mene, al' upravo sam se (iznova) oduševio Ciscom :-)

na stranu sve ostalo, al' ovo je potpuno fantastično :-).

Primer:

Code:
router(config)#logging buffered xml 
router(config)#end
router#show log xml
...
<ios-log-msg><facility>SYS</facility><severity>5</severity><msg-id>CONFIG_I</msg-id><time>Dec 30 2003 15:49:47 UTC</time><args><arg id="0">console</arg><arg id="1">markom on console</arg></args></ios-log-msg>


Log može i da se eksportuje na Syslog server, naravno. Kao što subject kaže, dušu dalo za parsiranje i prebacivanje u bazu, pretraživanje, štagod.

Morao sam da podelim oduševljenje :-)

Marko.
[ vindic8or @ 06.01.2004. 19:05 ] @
hehe, sjajno :) pravo u xml bazu :) hehe :)

btw, sto severity 5 ovde kod tebe?
[ vindic8or @ 06.01.2004. 19:07 ] @
ustvari kapiram...
"The default severity level varies by platform, but is generally level 5("notifications")"

ako je 7 sistemski debugging...
sta je onda 6?
[ markom @ 06.01.2004. 20:23 ] @
Code:

lina-gw(config)#logging trap ?
  <0-7>          Logging severity level
  alerts         Immediate action needed           (severity=1)
  critical       Critical conditions               (severity=2)
  debugging      Debugging messages                (severity=7)
  emergencies    System is unusable                (severity=0)
  errors         Error conditions                  (severity=3)
  informational  Informational messages            (severity=6)
  notifications  Normal but significant conditions (severity=5)
  warnings       Warning conditions                (severity=4)
  <cr>