相關(guān)資訊
本類(lèi)常用軟件
-
福建農(nóng)村信用社手機(jī)銀行客戶(hù)端下載下載量:584204
-
Windows優(yōu)化大師下載量:416914
-
90美女秀(視頻聊天軟件)下載量:366961
-
廣西農(nóng)村信用社手機(jī)銀行客戶(hù)端下載下載量:365699
-
快播手機(jī)版下載量:325855
HSRP基本配置實(shí)驗(yàn)圖解
2013/2/1 9:45:47 出處:本站原創(chuàng) 人氣:54次 字號(hào):小 中 大
R1
interface Ethernet0/0
ip address 192.168.1.2 255.255.255.0
half-duplex
!
interface Ethernet0/1
ip address 172.16.1.1 255.255.255.0
shutdown
half-duplex
standby 1 ip 172.16.1.100
standby 1 timers 5 15 //設(shè)置holle包超時(shí)時(shí)間,5 為五秒無(wú)hello包為超時(shí),15為再等待15秒,15秒內(nèi)無(wú)hello包則認(rèn)為該端口down
standby 1 preempt //開(kāi)啟搶占機(jī)制
standby 1 track Ethernet0/1 20 //跟蹤E0/1接口,如果該接口down掉,則將優(yōu)先級(jí)減20
R2
interface Ethernet0/0
ip address 10.0.0.2 255.255.255.0
half-duplex
!
interface Ethernet0/1
ip address 172.16.1.2 255.255.255.0
half-duplex
standby 1 ip 172.16.1.100
standby 1 timers 5 15
standby 1 priority 80
standby 1 preempt
standby 1 track Ethernet0/1 20