From 07cb42d420b9738f1cec6b26cc636cb66331a2f2 Mon Sep 17 00:00:00 2001 From: melenilya Date: Tue, 8 Apr 2025 16:44:46 +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/S2.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FINAL/S2.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/FINAL/S2.txt b/FINAL/S2.txt index e1ed2d8..1f17f81 100644 --- a/FINAL/S2.txt +++ b/FINAL/S2.txt @@ -1,7 +1,19 @@ enable conf t +hostname S2 +no ip domain-lookup +enable secret class +line console 0 +password cisco +login +logging synchronous +exit +line vty 0 15 +password cisco +login +exit ip routing -ip route 0.0.0.0 0.0.0.0 +ip route 0.0.0.0 0.0.0.0 192.168.100.100 vlan 10 name VLAN_A vlan 20 @@ -26,3 +38,4 @@ interface g0/2 switchport mode trunk switchport trunk allowed vlan 10,20 no shutdown +