|
Home > Archive > alt.certification.cisco > May 2003 > Sample outputs
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| lonelyplanet999 2003-05-26, 12:24 pm |
| In many cisco training documents for CCNA & CCNP, I often see below
router configuration commands.
service timestamps debug uptime
service timestamps log uptime
From IOS manual, I know these commands will configure the system to
time-stamp debugging or logging messages with the time since the
system was rebooted. But what will be the impact to router commands
output if these 2 settings are absent ?
Thanks!
| |
| Johnny Routin 2003-05-27, 3:24 pm |
|
IIRC, the same thing. These are the defaults. BTW, you should never use
these settings. Always use...
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
And sync your router to a time source. You'll have much better results
reading your logs. The last thing you want is some attack and your logs say
it happened at 55w3d23h.
JR
--
Johnny Routin
©¿©
-
"lonelyplanet999" <lonelyplanet999@my-deja.com> wrote in message
news:2c85f2a6.0305260832.6e197639@posting.google.com...
> In many cisco training documents for CCNA & CCNP, I often see below
> router configuration commands.
>
> service timestamps debug uptime
> service timestamps log uptime
>
> From IOS manual, I know these commands will configure the system to
> time-stamp debugging or logging messages with the time since the
> system was rebooted. But what will be the impact to router commands
> output if these 2 settings are absent ?
>
> Thanks!
|
|
|
|
|