CISCO设备Log&debug信息显示时间精度修改
时间:2016-08-23 17:09:41
收藏:0
阅读:996
//通过修改时间戳可以对log和debug信息显示的时间修改
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
//选择需要修改哪个服务的时间戳
//选择时间的类型是系统启动时间还是实际的时间日期
//指定显示的内容需要精确到哪部分
本文出自 “广州小肖” 博客,请务必保留此出处http://xiaozijiu.blog.51cto.com/7603619/1841474
评论(0)