您的位置:首页 > 编程语言 > PHP开发

81、交换机配置实验之NTP

2015-12-26 00:04 701 查看
1、实验拓扑



2、实验配置
R2配置
interface Vlan1
ip address 192.168.137.20 255.255.255.0
ip route 0.0.0.0 0.0.0.0 192.168.137.1

clock timezone GMT +8
ntp server 61.153.197.226
ntp master 1

R1配置
interface Vlan1
ip address 192.168.137.10 255.255.255.0
ip route 0.0.0.0 0.0.0.0 192.168.137.1

ntp server 192.168.137.20

R3配置
interface Vlan1
ip address 192.168.137.30 255.255.255.0
ip route 0.0.0.0 0.0.0.0 192.168.137.1

ntp peer 192.168.137.10










本文出自 “开源殿堂” 博客,请务必保留此出处http://kaiyuandiantang.blog.51cto.com/10699754/1728445
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: