12. évf.: HSRP redundancia
12. évf.: HSRP redundancia

Router 1:
enable
configure terminal
interface GigabitEthernet0/1
standby version 2
standby 1 ip 192.168.1.254
standby 1 priority 150
standby 1 preempt
end
copy running-config startup-config
Router 3:
enable
configure terminal
interface GigabitEthernet0/0
standby version 2
standby 1 ip 192.168.1.254
end
copy running-config startup-config
Switch1 :
enable
configure terminal
ip default-gateway 192.168.1.254
end
copy running-config startup-config
switch 3:
enable
configure terminal
ip default-gateway 192.168.1.254
end
copy running-config startup-config
Mindkét gépen az Alapértelmezett átjáró (Default Gateway) értékét kell erre módosítani: 192.168.1.254
PC-A: 192.168.1.254
PC-B: 192.168.1.254
A többi IPv4-beállítás is megfelel a feladatnak:
PC-A: 192.168.1.101 /24
PC-B: 192.168.1.103 /24
Default Gateway mindkettőn: 192.168.1.254

