HSRP熱備份路由協議 Cisco私有協議

2021-10-23 21:32:45 字數 4656 閱讀 4025

作用:提高裝置的可靠性,客戶端閘道器指向問題

設定計算機的ip位址、子網掩碼、閘道器位址

配置路由器介面ip位址

router> enable #進入特權模式 

router# configure terminal #進入全域性配置模式

router

(config)# inte***ce

fastethernet0/

0router

(config-

if)# ip address 192.168

.1.254

255.255

.255

.0router

(config-

if)# no shutdown #啟用介面

router

(config-

if)# exit

router

(config)# inte***ce

fastethernet0/

1router

(config-

if)# ip address 192.168

.2.1

255.255

.255

.0router

(config-

if)# no shutdown #啟用介面

router

(config-

if)# end #直接退到特權模式

router# show ip inte***ce

brief #顯示當前路由器有哪些介面

router> enable #進入特權模式 

router# configure terminal #進入全域性配置模式

router

(config)# inte***ce

fastethernet0/

0router

(config-

if)# ip address 200.0

.0.254

255.255

.255

.0router

(config-

if)# no shutdown #啟用介面

router

(config-

if)# exit

router

(config)# inte***ce

fastethernet0/

1router

(config-

if)# ip address 192.168

.2.2

255.255

.255

.0router

(config-

if)# no shutdown #啟用介面

router

(config-

if)# end #直接退到特權模式

router# show ip inte***ce

brief #顯示當前路由器有哪些介面

配置路由器預設路由

router> enable #進入特權模式 

router# configure terminal #進入全域性配置模式

router

(config)# ip route 0.0

.0.0

0.0.0

.0192.168

.2.2

router

(config)# end

router# show ip route

router> enable #進入特權模式 

router# configure terminal #進入全域性配置模式

router

(config)# ip route 0.0

.0.0

0.0.0

.0192.168

.2.1

router

(config)# end

router# show ip route

為外網路由器新增模組

路由器在新增模組開關機時要用write儲存

router> enable #進入特權模式 

router# write

building configuration...[ok

]#儲存成功

router#

路由器配置介面ip位址

router> enable #進入特權模式 

router# configure terminal #進入全域性配置模式

router

(config)# inte***ce

fastethernet0/

0router

(config-

if)# ip address 192.168

.1.253

255.255

.255

.0router

(config-

if)# no shutdown #啟用介面

router

(config-

if)# exit

router

(config)# inte***ce

fastethernet0/

1router

(config-

if)# ip address 192.168

.3.1

255.255

.255

.0router

(config-

if)# no shutdown #啟用介面

router

(config-

if)# end #直接退到特權模式

router# show ip inte***ce

brief #顯示當前路由器有哪些介面

router> enable #進入特權模式 

router# configure terminal #進入全域性配置模式

router

(config)# inte***ce

fastethernet1/

0router

(config-

if)# ip address 192.168

.3.2

255.255

.255

.0router

(config-

if)# no shutdown #啟用介面

router

(config-

if)# exit

路由器配置路由條目

router> enable #進入特權模式 

router# configure terminal #進入全域性配置模式

router

(config)# ip route 0.0

.0.0

0.0.0

.0192.168

.3.2

router

(config)# end

router# show ip route

router> enable #進入特權模式 

router# configure terminal #進入全域性配置模式

router

(config)# ip route 0.0

.0.0

0.0.0

.0192.168

.3.1

router

(config)# end

router# show ip route

配置hsrp路由協議

router> enable //進入特權模式 

router# configure terminal //進入全域性配置模式

router

(config)# inte***ce

fastethernet0/

0router

(config-

if)#standby 1 ip 192.168

.1.252

router

(config-

if)#standby 1 priority 190

//190為優先順序越大越優先

router

(config-

if)# end

router#show standby brief //檢視熱備份協議成員資訊

router> enable //進入特權模式 

router# configure terminal //進入全域性配置模式

router

(config)# inte***ce

fastethernet0/

0router

(config-

if)#standby 1 ip 192.168

.1.252

router

(config-

if)#standby 1 priority 180

//180為優先順序越大越優先

router

(config-

if)# end

router#show standby brief //檢視熱備份協議成員資訊

HSRP(熱備份路由協議)

作用 閘道器冗餘 優先順序大的活動閘道器 備份閘道器 備份路由器週期性的向活動路由器傳送hello包,確認活動路由器存活 搶占 命令 standby 10 編號,為了好區分使用使用vlan編號 ip 虛擬位址 standby 10 priority 120 standby 10 timers 3 1...

HSRP 熱備份路由協議配置詳解

一 r1 r2,r3 分別配置相應的ip和路由協議 二 r1的路由模式下 passive inte ce f0 0 把f0 0設定為被動介面模式,是為了防止從該介面傳送rip資訊給r3 r2的路由模式下 passive inte ce f0 0 r3的路由模式下 passive inte ce f0...

熱備份路由器協議 HSRP 網路大典

熱備份路由器協議 hsrp 的設計目標是支援特定情況下 ip 流量失敗轉移不會引起混亂 並允許主機使用單路由器,以及即使在實際第一跳路由器使用失敗的情形下仍能維護路由器間的連通性。換句話說,當源主機不能動態知道第一跳路由器的 ip 位址時,hsrp 協議能夠保護第一跳路由器不出故障。該協議中含有多種...