From 0c84d84d4e5ddf789a9814c335bbe1717a09fed4 Mon Sep 17 00:00:00 2001 From: melenilya Date: Sat, 12 Apr 2025 00:26:27 +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/S3.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FINAL/S3.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 FINAL/S3.txt diff --git a/FINAL/S3.txt b/FINAL/S3.txt new file mode 100644 index 0000000..8d37db6 --- /dev/null +++ b/FINAL/S3.txt @@ -0,0 +1,19 @@ +enable +configure terminal +hostname S3 +no ip domain-lookup +interface vlan 1 +ip address 203.0.113.0 255.255.255.240 +no shutdown +exit +enable secret class +line console 0 +password cisco +login +logging synchronous +exit +line vty 0 15 +password cisco +login +end +copy running-config startup-config \ No newline at end of file