Разлика между версии на „IPv4 HSRP конфигурация“
от БАРЗИКТ Wiki
(One intermediate revision by the same user not shown) | |||
Ред 34: | Ред 34: | ||
standby 1 ip 10.0.0.254 | standby 1 ip 10.0.0.254 | ||
</pre> | </pre> | ||
− | = | + | =Проверка= |
+ | Проверката на HSRP може да се извърши чрез командата '''show standby'''. | ||
+ | <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap; word-wrap: break-word"> | ||
+ | R1#show standby | ||
+ | GigabitEthernet0/1 - Group 1 (version 2) | ||
+ | State is Active | ||
+ | 11 state changes, last state change 00:18:35 | ||
+ | Virtual IP address is 10.0.0.254 | ||
+ | Active virtual MAC address is 0000.0C9F.F001 | ||
+ | Local virtual MAC address is 0000.0C9F.F001 (v2 default) | ||
+ | Hello time 3 sec, hold time 10 sec | ||
+ | Next hello sent in 1.825 secs | ||
+ | Preemption enabled | ||
+ | Active router is local | ||
+ | Standby router is 10.0.0.2, priority 150 (expires in 6 sec) | ||
+ | Priority 150 (configured 150) | ||
+ | Group name is hsrp-Gig0/1-1 (default) | ||
+ | R1# | ||
+ | </pre> |
Текуща версия към 17:53, 15 април 2015
Примерна топология
В примерната топология R1 и R2 дублират шлюза на локалната мрежа 10.0.0.0/8.
R1 използва IPv4 адрес 10.0.0.1 на интерфейс GigabitEthernet0/1.
R2 използва IPv4 адрес 10.0.0.2 на интерфейс GigabitEthernet0/1.
Виртуалният шлюз (Gateway) е с адрес 10.0.0.254.
Конфигурация на R1
interface GigabitEthernet0/1 ip address 10.0.0.1 255.0.0.0 duplex auto speed auto standby version 2 standby 1 ip 10.0.0.254 standby 1 priority 150 standby 1 preempt
Конфигурация на R2
interface GigabitEthernet0/1 ip address 10.0.0.2 255.0.0.0 duplex auto speed auto standby version 2 standby 1 ip 10.0.0.254
Проверка
Проверката на HSRP може да се извърши чрез командата show standby.
R1#show standby GigabitEthernet0/1 - Group 1 (version 2) State is Active 11 state changes, last state change 00:18:35 Virtual IP address is 10.0.0.254 Active virtual MAC address is 0000.0C9F.F001 Local virtual MAC address is 0000.0C9F.F001 (v2 default) Hello time 3 sec, hold time 10 sec Next hello sent in 1.825 secs Preemption enabled Active router is local Standby router is 10.0.0.2, priority 150 (expires in 6 sec) Priority 150 (configured 150) Group name is hsrp-Gig0/1-1 (default) R1#