From 09c35e86127c5e8ba8972bba0b169dc511cfc758 Mon Sep 17 00:00:00 2001 From: melenilya Date: Sun, 13 Apr 2025 18:38:34 +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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/FINAL/S2.txt b/FINAL/S2.txt index 1f17f81..0cd38ad 100644 --- a/FINAL/S2.txt +++ b/FINAL/S2.txt @@ -13,18 +13,18 @@ password cisco login exit ip routing -ip route 0.0.0.0 0.0.0.0 192.168.100.100 +ip route 0.0.0.0 0.0.0.0 10.0.0.1 vlan 10 name VLAN_A vlan 20 name VLAN_B interface Vlan10 ip address 192.168.1.1 255.255.255.0 -ip helper-address 192.168.100.100 +ip helper-address 10.0.0.1 no shut interface Vlan20 ip address 192.168.2.1 255.255.255.0 -ip helper-address 192.168.100.100 +ip helper-address 10.0.0.1 no shut interface g0/0 switchport mode access @@ -38,4 +38,5 @@ interface g0/2 switchport mode trunk switchport trunk allowed vlan 10,20 no shutdown - +end +copy running-config startup-config