From 9b961295e73566bf738295bd88c899f7bdfa725a Mon Sep 17 00:00:00 2001 From: melentev_i Date: Tue, 8 Apr 2025 16:08:48 +0300 Subject: [PATCH] new --- FINAL/1.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 FINAL/1.txt diff --git a/FINAL/1.txt b/FINAL/1.txt new file mode 100644 index 0000000..c3412e5 --- /dev/null +++ b/FINAL/1.txt @@ -0,0 +1,20 @@ +enable +configure terminal +hostname S2 +no ip domain-lookup +interface vlan 1 +ip address 192.168.1.11 255.255.255.0 +no shutdown +exit +ip default-gateway 192.168.1.254 +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