From f8bc545c1122f06b87ce1a67cb314293ea4cc9a4 Mon Sep 17 00:00:00 2001 From: melenilya Date: Sun, 13 Apr 2025 17:54:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20FINAL/R1.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FINAL/R1.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/FINAL/R1.txt b/FINAL/R1.txt index 7983504..453ee4f 100644 --- a/FINAL/R1.txt +++ b/FINAL/R1.txt @@ -14,14 +14,17 @@ password cisco login exit banner motd #Unauthorized access prohibited# -interface g0/1 +interface g0/0 ip address 10.0.10.2 255.255.255.252 no shutdown exit -interface g0/0 +interface g0/1 ip address 192.168.23.1 255.255.255.0 no shutdown exit router ospf 1 network 10.0.10.0 0.0.0.3 area 1 -passive-interface g0/1 \ No newline at end of file +network 192.168.23.0 0.0.0.255 area 1 +passive-interface g0/1 +end +copy running-config startup-config \ No newline at end of file