思科交换机如何设置循环定时重启

conf t
ntp server ntp.tuna.tsinghua.edu.cn
#设置时间同步服务器,这里同步的是清华大学的授时服务器
clock timezone GMT 8
#设置时区,+8区
CLOck summer-time CDT recurring
#设置夏令时
exit
conf t
service timestamps debug datetime msec localtime show-timezone 
service timestamps log datetime msec localtime show-timezone
#调整显示log和debug时间方式
exit
show clock
conf t
kron policy-list REST
#设置执行动作名称为REST,这个名称可以随便命名
cli reload
#设置执行动作为重启
exit
kron occurrence DAILYat5 at 01:00 Mon recurring
#设置重复时间为周一凌晨一点钟
policy-list REST
#设置重复时间关联执行动作
end
wr
wr
wr

#存三遍,养成好习惯

上一篇:转:支撑Github的开源技术


下一篇:Java获取当天、当前月、当前年(今年)的开始和结束时间戳