高可用性网络
一,高可用性概述
高可用性H.A.(High Availability)指的是通過盡量縮短因日常維護(hù)操作(計(jì)劃)和突發(fā)的系統(tǒng)崩潰(非計(jì)劃)所導(dǎo)致的停機(jī)時(shí)間,以提高系統(tǒng)和應(yīng)用的可用性。它與被認(rèn)為是不間斷操作的容錯(cuò)技術(shù)有所不同。HA系統(tǒng)是目前企業(yè)防止核心計(jì)算機(jī)系統(tǒng)因故障停機(jī)的最有效手段。
隨著IT信息系統(tǒng)的不斷發(fā)展,數(shù)據(jù)在企業(yè)的應(yīng)用越來越廣,如何提高IT系統(tǒng)的高可用性成為建設(shè)穩(wěn)健的計(jì)算機(jī)算系統(tǒng)的首要任務(wù)之一。構(gòu)成計(jì)算機(jī)網(wǎng)絡(luò)系統(tǒng)的三大要素是:網(wǎng)絡(luò)系統(tǒng),服務(wù)器系統(tǒng),存儲系統(tǒng)。網(wǎng)絡(luò)系統(tǒng)包括防火墻,路由器等網(wǎng)絡(luò)設(shè)備,服務(wù)器系統(tǒng)主要指用戶使用的各種服務(wù)器系統(tǒng),存儲系統(tǒng),則是用戶最主要的數(shù)據(jù)存儲放的地點(diǎn)。
因此IT系統(tǒng)的高可用建設(shè)應(yīng)包括網(wǎng)絡(luò)設(shè)備高可用性,服務(wù)器設(shè)備高可用性,及存儲設(shè)備的高可用性三個(gè)方面。
二,應(yīng)用實(shí)例
3.鏈路? LAN? stp? rstp? mstp?? 聚合
廣域網(wǎng)wan
利用華為設(shè)備實(shí)現(xiàn)
拓?fù)?#xff1a;
?
浮動靜態(tài)路由:
[Router]sysname r6
[r6]int s0
[r6-Serial0]ip address 192.168.3.1 24
[r6-Serial0]int s1
[r6-Serial1]ip address 192.168.4.1 24
[r6-Serial1]int s0
[r6-Serial0]shut
[r6-Serial0]undo shut
[r6-Serial0]int s1
[r6-Serial1]shut
[r6-Serial1]undo shut
[r6]ospf enable 動態(tài)路由協(xié)議
[r6-ospf]int e0
[r6-Ethernet0]ospf enable area 0
[r6-Ethernet0]int s0
[r6-Serial0]ospf enable area 0
[r6]ip route-static 192.168.2.0 24 192.168.4.2
[R10]int s0
[R10-Serial0]ip add 192.168.3.2 24
[R10-Serial0]int s1
[R10-Serial1]ip add 192.168.4.2 24
[R10]ospf enable ##開啟ospf
[R10]int e0
[R10-Ethernet0]ospf enable area 0 ##將e0加入骨干區(qū)域
Interface has already been enabled
[R10-Ethernet0]int s0
[R10-Serial0]ospf enable area 0 ##將s0加入骨干區(qū)域
Interface has already been enabled
[R10]ip route-static 192.168.1.0 24 192.168.4.1 ##配置靜態(tài)路由
查看路由表
Standby interface:
[r6]undo ospf enable
[r6]ip route 192.168.2.0 24 192.168.3.2
[r6-Serial0]standby interface s1
[r6-Serial0]standby timer enable-delay 10啟用備份延遲
[r6-Serial0]standby timer disable-delay 10啟用骨干延遲
[R10]undo ospf enable ##取消ospf
Terminate OSPF task...
OSPF disabled
[R10]ip route 192.168.1.0 24 192.168.3.1 ##配置靜態(tài)路由
[R10]int s0 ##骨干接口
[R10-Serial0]standby int s1 ##備份接口
[R10-Serial0]standby timer enable-delay 10 ##啟用備份接口的延遲
[R10-Serial0]standby timer disable-delay 10 ##啟用骨干接口的延遲
?
鏈路捆綁:
[r6]int s0
[r6-Serial0]undo standby int s1
[r6-Serial0]int s0
[r6-Serial0]undo ip add
[r6-Serial0]int s1
[r6-Serial1]undo ip add
[r6-Serial1]int virtual-template 1開啟虛擬接口
[r6-Virtual-Template1]ip address 192.168.6.1 24
[r6-Virtual-Template1]int s0
[r6-Serial1]ppp mp interface virtual-template 1
[r6-Serial0]int s1
[r6-Serial1]ppp mp interface virtual-template 1
[r6-Serial1]int s0啟用PPP鏈路協(xié)商
[r6-Serial0]ppp mp
[r6-Serial0]int s1
[r6-Serial1]ppp mp
[r6-Serial1]quit
[r6]undo ip route-static all
[r6]ip route-static 192.168.2.0 24 192.168.6.2
[R10]int s0
[R10-Serial0]undo standby int s1
[R10]undo ip route-static all
[R10]int s0
[R10-Serial0]un ip add
[R10-Serial0]
%01:41:51: Line protocol ip on the interface Serial0 is DOWN
[R10-Serial0]int s1
[R10-Serial1]un ip add
[R10-Serial1]int virtual-template 1
[R10-Virtual-Template1]ip add 192.168.6.2 24
[R10-Virtual-Template1]int s0
[R10-Serial0]ppp mp int vir 1
[R10-Serial0]int s1
[R10-Serial1]ppp mp int vir 1
[R10-Serial1]int s0
[R10-Serial0]ppp mp
[R10-Serial0]
%01:45:13: Line protocol ip on the interface Virtual-Template1(Virtual-Template1:0) is UP
[R10-Serial0]int s1
[R10-Serial1]ppp mp
[R10]ip route 192.168.1.0 24 192.168.6.1
轉(zhuǎn)載于:https://blog.51cto.com/5650795/985866
總結(jié)
- 上一篇: 内核版常见问题和精华贴总结(VER 0.
- 下一篇: TCP/IP入门(3) --传输层