Mod Sub-Module Model Serial Hw Statu s --- --------------------------- ------------------ ------------ ------- ------- 5 Policy Feature Card 3 WS-F6K-PFC3A SAD0752009D 2.0 Ok 5 MSFC3 Daughterboard WS-SUP720 SAD075109HX 2.0 Ok 6 Policy Feature Card 3 WS-F6K-PFC3A SAD0751085J 2.0 Ok 6 MSFC3 Daughterboard WS-SUP720 SAD0751077C 2.0 Ok 7 Inline Power Module WS-F6K-PWR 0.0 Ok
Mod Online Diag Status --- ------------------- 2 Pass 3 Pass 5 Pass 6 Pass 7 Pass
在其中一臺65xx上按下面模版進行配置 interface Vlan x ip address x.x.x.x x.x.x.x no ip redirects no ip directed-broadcast standby 1 ip y.y.y.y standby 1 priority 100 standby 1 preempt standby 1 authentication secret
在另一臺65xx上按下面模版進行配置 interface Vlan x ip address x.x.x.x x.x.x.x no ip redirects no ip directed-broadcast standby 1 ip y.y.y.y standby 1 priority 110 ;這個優先級高,成為Master standby 1 preempt standby 1 authentication secret
7. 配置NTP
NTP (Network Time Protocol) 為路由器、交換機和工作站之間提供了一種時間同步 的機制。時間同步了,多臺網絡設備上的相關事件記錄可以放在一起看,更為清楚, 方便了分析較復雜的故障和安全事件等。 (1)本地時鐘設置: clock timezone Peking +8 ;定義時區 clock calendar-valid ;答應使用硬件calendar作為時鐘源 clock set hh:mm:ss month year ;如clock set 14:02:30 10 December 2003 clock update-calendar ;更新硬件時鐘 ?。?)ntp server ntp calendar-update ;答應NTP定期更新calendar ntp master 3 ;答應本機作為NTP協議的主時鐘,精度級別3,供其它對等體同步用。
ntp source int vlan 7 ;設置ntp時鐘原的端口或IP地址 ?。?)常用的調試命令有: show ntp status show ntp associations