Обновить FINAL/R1.txt
parent
ec5b580ccc
commit
f8bc545c11
|
@ -14,14 +14,17 @@ password cisco
|
||||||
login
|
login
|
||||||
exit
|
exit
|
||||||
banner motd #Unauthorized access prohibited#
|
banner motd #Unauthorized access prohibited#
|
||||||
interface g0/1
|
interface g0/0
|
||||||
ip address 10.0.10.2 255.255.255.252
|
ip address 10.0.10.2 255.255.255.252
|
||||||
no shutdown
|
no shutdown
|
||||||
exit
|
exit
|
||||||
interface g0/0
|
interface g0/1
|
||||||
ip address 192.168.23.1 255.255.255.0
|
ip address 192.168.23.1 255.255.255.0
|
||||||
no shutdown
|
no shutdown
|
||||||
exit
|
exit
|
||||||
router ospf 1
|
router ospf 1
|
||||||
network 10.0.10.0 0.0.0.3 area 1
|
network 10.0.10.0 0.0.0.3 area 1
|
||||||
|
network 192.168.23.0 0.0.0.255 area 1
|
||||||
passive-interface g0/1
|
passive-interface g0/1
|
||||||
|
end
|
||||||
|
copy running-config startup-config
|
Loading…
Reference in New Issue