路由器时间戳servicetimestamps

来源:网络发布时间:2009-11-11

  默认情况下日志消息不包括日期和时间戳。

  service timestamps {debug | log } uptime

  service timestamps {debug | log } datetime [mesc] [localtime] [show-timezone] [year]

  debug  参数 在调试输出时包括时间戳

  log  参数  在每种日志消息中添加一个时间戳

  uptime  在消息中包括路由器开机以来的时间

  0w2d: #SYS-5-CONFIG_I : Configured from console by console

  0w2d    开机后0周2天

  datetime 显示准确的日期和时间  UTC 格式   标准格式 MM DD HH:MM:SS

  datetime后面可以跟一些参数

  mesc 消息中包括毫秒信息

  localtime 显示基于本地配置的时区时间

  show-timezone  输出包括时区名称

  year 输出包括年份信息

  Connected to Dynamips VM "default" (ID 0, type c7200) - Console port

  使用Dynamips 测试

  r1#conf t

  Enter configuration commands, one per line.  End with CNTL/Z.

  r1(config)#service timestamps ?

  debug  Timestamp debug messages

  log    Timestamp log messages

  <cr>

  r1(config)#service timestamps log ?

  datetime  Timestamp with date and time

  uptime    Timestamp with system uptime

  <cr>

  r1(config)#service timestamps log uptime   首先使用开机时间 uptime

  r1(config)#do show ip int br

  Interface                  IP-Address      OK? Method Status                Protocol

  FastEthernet0/0            192.168.100.2   YES NVRAM  up                    up       产生一条消息用

  Serial1/0                  unassigned      YES NVRAM  administratively down down

  Serial1/1                  unassigned      YES NVRAM  administratively down down

  Serial1/2                  unassigned      YES NVRAM  administratively down down

  Serial1/3                  unassigned      YES NVRAM  administratively down down

  r1(config)#int fa 0/0

  r1(config-if)#shut

  r1(config-if)#