From cd53514ef5108abc631f9c553c9c7cb6b9f5e85e Mon Sep 17 00:00:00 2001 From: melenilya Date: Sat, 12 Apr 2025 22:59:32 +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/S5.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FINAL/S5.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 FINAL/S5.txt diff --git a/FINAL/S5.txt b/FINAL/S5.txt new file mode 100644 index 0000000..382a2cd --- /dev/null +++ b/FINAL/S5.txt @@ -0,0 +1,27 @@ +enable +configure terminal +hostname S5 +no ip domain-lookup +interface vlan 1 +ip address 192.168.0.12 255.255.255.0 +no shutdown +exit +ip default-gateway 192.168.0.254 +int range g1/0-1 +switchport trunk encapsulation dot1q +switchport mode trunk +switchport trunk native vlan 1 +channel-group 1 mode passive +no shut +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