1.交换机,防火墙,路由器支持和win2016搭建的ntp服务器,同步时间吗?
(0)
最佳答案
您好,请知:
支持的。
以下是与windows 2008作为NTP服务器联动的配置案例,请参考:
组网说明:
本案例采用H3C HCL模拟器、VM Workstation 14 PRO作为组网环境模拟NTP典型组网。
1、H3C HCL模拟器使用S5820交换机,与本物理机互联,并桥接在一起
2、VM Workstation 14 PRO 安装windows 2008服务器,并配置NTP服务,同时桥接到本物理机
3、H3C HCL模拟器内的S5820交换机通过配置NTP,通过NTP服务器同步系统时间
1、配置windows 2008为NTP服务器
2、配置S5820交换机的NTP
3、测试S5820交换机的NTP同步情况
1、配置windows 2008为NTP服务器
打开注册表:
修改登陆档案中:
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters"
[Type]设定值修改为”NTP”。
3、设定授权时间服务器
修改登录档中:
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config"
[AnnounceFlags]修改设定值为5
4、启用NTP服务器
修改登录档中:
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer"
[Enabled]数值修改为1
5、重起Windows Time服务 注意(服务设置为自动启动)
打开开始菜单输入“CMD”在命令行模式下输入:
net stop w32time && net start w32time 重启一下win32time服务。
将W32time设置为自动启动
NTP服务器的IP地址为:
S5820启用NTP服务,并指向NTP服务器:
<H3C>sys
System View: return to User View with Ctrl+Z.
[H3C]sysname SW1
[SW1]vlan 10
[SW1-vlan10]quit
[SW1]int vlan 10
[SW1-Vlan-interface10]ip address 192.168.200.200 24
[SW1-Vlan-interface10]quit
[SW1]int gi 1/0/1
[SW1-GigabitEthernet1/0/1]port link-type access
[SW1-GigabitEthernet1/0/1]port access vlan 10
[SW1-GigabitEthernet1/0/1]quit
[SW1]ntp-service enable
[SW1]ntp-service unicast-server 192.168.200.110 source Vlan-interface 10
[SW1]clock protocol ntp
查看NTP信息:
[SW1]dis ntp status
Clock status: synchronized
Clock stratum: 2
System peer: 192.168.200.110
Local mode: client
Reference clock ID: 192.168.200.110
Leap indicator: 00
Clock jitter: 0.000977 s
Stability: 0.000 pps
Clock precision: 2^-10
Root delay: 0.00000 ms
Root dispersion: 0.04578 ms
Reference time: e1f3a325.0cf0962c Sun, Feb 16 2020 11:16:53.050
[SW1]
[SW1]dis ntp sessions
source reference stra reach poll now offset delay disper
********************************************************************************
[12345]192.168.200.110 LOCL 1 255 64 38 84.077 0.9155 21.804
Notes: 1 source(master), 2 source(peer), 3 selected, 4 candidate, 5 configured.
Total sessions: 1
[SW1]
(0)
你是说win2016搭服务器,设备去同步吗?
配置ntp方法:
为了通过NTP实现Device B与Device A的时间同步,要求:
· 在Device A上设置本地时钟作为参考时钟,层数为2;
· 配置Device B工作在客户端模式,指定Device A为NTP服务器。
图1-5 配置NTP客户端/服务器模式组网图
(1) 按照图1-5配置各接口的IP地址,并确保路由可达,具体配置过程略。
(2) 配置Device A
# 开启NTP服务。
<DeviceA> system-view
[DeviceA] ntp-service enable
# 设置本地时钟作为参考时钟,层数为2。
[DeviceA] ntp-service refclock-master 2
(3) 配置Device B
# 开启NTP服务。
<DeviceB> system-view
[DeviceB] ntp-service enable
# 配置通过NTP协议获取时间。
[DeviceB] clock protocol ntp
# 设置Device A为Device B的NTP服务器。
[DeviceB] ntp-service unicast-server 1.0.1.11
# 完成上述配置后,Device B向Device A进行时间同步。同步后查看Device B的NTP状态。可以看出,Device B已经与Device A同步,层数比Device A的层数大1,为3。
[DeviceB] display ntp-service status
Clock status: synchronized
Clock stratum: 3
System peer: 1.0.1.11
Local mode: client
Reference clock ID: 1.0.1.11
Leap indicator: 00
Clock jitter: 0.000977 s
Stability: 0.000 pps
Clock precision: 2^-10
Root delay: 0.00383 ms
Root dispersion: 16.26572 ms
Reference time: d0c6033f.b9923965 Wed, Dec 29 2010 18:58:07.724
# 查看Device B的NTP服务的所有IPv4会话信息,可以看到Device B与Device A建立了会话。
[DeviceB] display ntp-service sessions
source reference stra reach poll now offset delay disper
********************************************************************************
[12345]1.0.1.11 127.127.1.0 2 1 64 15 -4.0 0.0038 16.262
Notes: 1 source(master), 2 source(peer), 3 selected, 4 candidate, 5 configured.
(0)
(3) 配置Device B # 开启NTP服务。 <DeviceB> system-view [DeviceB] ntp-service enable # 配置通过NTP协议获取时间。 [DeviceB] clock protocol ntp # 设置Device A为Device B的NTP服务器。 [DeviceB] ntp-service unicast-server 1.0.1.11 那就这样配
是的,我想用2016搭建ntp服务器,然后去同步
(3) 配置Device B # 开启NTP服务。 <DeviceB> system-view [DeviceB] ntp-service enable # 配置通过NTP协议获取时间。 [DeviceB] clock protocol ntp # 设置Device A为Device B的NTP服务器。 [DeviceB] ntp-service unicast-server 1.0.1.11 那就这样配
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明