From 53987bd53391615c66b39ee4621c9335117a1ace Mon Sep 17 00:00:00 2001 From: melenilya Date: Sun, 13 Apr 2025 16:58:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20FINAL/R3.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FINAL/R3.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 FINAL/R3.txt diff --git a/FINAL/R3.txt b/FINAL/R3.txt new file mode 100644 index 0000000..cbde198 --- /dev/null +++ b/FINAL/R3.txt @@ -0,0 +1,27 @@ +enable +configure terminal +no ip domain-lookup +service password-encryption +hostname R3 +enable secret class +line console 0 +password cisco +login +logging synchronous +exit +line vty 0 4 +password cisco +login +exit +banner motd #Unauthorized access prohibited# +int g0/0 +ip address 203.0.113.18 255.255.255.248 +no shut +int g0/1 +ip address 203.0.113.25 255.255.255.252 +no shut +int g0/2 +ip address 203.0.113.1 255.255.255.240 +no shut +end +copy running-config startup-config \ No newline at end of file