局域网有NTP服务器交换机侧应该怎么配置
(0)
最佳答案
clock timezone Beijing add 08:00:00
ntp-service enable
ntp-service unicast-server 192.168.1.1 //服务器地址
(0)
# 设置SwitchB管理地址。
[SwitchB]interface Vlan-interface 1 //进入vlan1虚接口
[SwitchB-Vlan-interface1]ip address 1.1.1.2 255.255.255.0 //配置IP地址为1.1.1.2,掩码为24位
[SwitchB-Vlan-interface1]quit //退出当前视图
# 设置SwitchB时区。
[SwitchB]clock timezone beijing add 8:00:00 //配置本地时区名称为beijing,比UTC标准时间增加8小时(北京在东八区,需要加8小时)
# 配置SwitchB为NTP客户端,服务器地址为1.1.1.1。
[SwitchB]clock protocol ntp //通过NTP协议从网络中获取时间
[SwitchB]ntp-service enable //开启NTP服务
[SwitchB]ntp-service unicast-server 1.1.1.1 //配置设备的NTP服务器为1.1.1.1
# 保存SwitchB配置
[SwitchB]save force
(0)
暂无评论
clock timezone Beijing add 08:00:00
ntp-service enable
ntp-service 192.168.1.1 //服务器地址
(0)
暂无评论
[SW1]ntp-service enable
[SW1]ntp-service unicast-server NTP地址 source Vlan-interface 对应VLAN
[SW1]clock protocol ntp
(0)
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论