Обновить HSRP/R1.txt
parent
90bc833cd5
commit
7c1e5bc400
|
@ -2,13 +2,12 @@ enable
|
||||||
configure terminal
|
configure terminal
|
||||||
hostname R1
|
hostname R1
|
||||||
no ip domain-lookup
|
no ip domain-lookup
|
||||||
interface f0/1
|
interface g0/0
|
||||||
ip address 192.168.1.1 255.255.255.0
|
ip address 192.168.1.1 255.255.255.0
|
||||||
no shutdown
|
no shutdown
|
||||||
exit
|
exit
|
||||||
interface Serial0/1/0
|
interface g0/1
|
||||||
ip address 10.1.1.1 255.255.255.252
|
ip address 10.1.1.1 255.255.255.252
|
||||||
clock rate 128000
|
|
||||||
no shutdown
|
no shutdown
|
||||||
exit
|
exit
|
||||||
enable secret class
|
enable secret class
|
||||||
|
@ -26,7 +25,7 @@ version 2
|
||||||
network 192.168.1.0
|
network 192.168.1.0
|
||||||
network 10.1.1.0
|
network 10.1.1.0
|
||||||
exit
|
exit
|
||||||
interface f0/1
|
interface g0/0
|
||||||
standby version 2
|
standby version 2
|
||||||
standby 1 ip 192.168.1.254
|
standby 1 ip 192.168.1.254
|
||||||
standby 1 priority 150
|
standby 1 priority 150
|
||||||
|
|
Loading…
Reference in New Issue