Обновить HSRP/R2.txt
parent
7c1e5bc400
commit
3d9ecdd6bc
|
@ -2,12 +2,12 @@ enable
|
||||||
configure terminal
|
configure terminal
|
||||||
hostname R1
|
hostname R1
|
||||||
no ip domain-lookup
|
no ip domain-lookup
|
||||||
interface Serial0/1/1
|
interface g0/1
|
||||||
ip address 10.2.2.2 255.255.255.252
|
ip address 10.2.2.2 255.255.255.252
|
||||||
clock rate 128000
|
clock rate 128000
|
||||||
no shutdown
|
no shutdown
|
||||||
exit
|
exit
|
||||||
interface Serial0/1/0
|
interface g0/0
|
||||||
ip address 10.1.1.2 255.255.255.252
|
ip address 10.1.1.2 255.255.255.252
|
||||||
clock rate 128000
|
clock rate 128000
|
||||||
no shutdown
|
no shutdown
|
||||||
|
@ -29,7 +29,6 @@ router rip
|
||||||
version 2
|
version 2
|
||||||
network 10.2.2.0
|
network 10.2.2.0
|
||||||
network 10.1.1.0
|
network 10.1.1.0
|
||||||
network 209.165.200.224
|
|
||||||
exit
|
exit
|
||||||
ip route 0.0.0.0 0.0.0.0 Lo1
|
ip route 0.0.0.0 0.0.0.0 Lo1
|
||||||
router rip
|
router rip
|
||||||
|
|
Loading…
Reference in New Issue