Обновить FINAL/S2.txt

master
melenilya 2025-04-13 18:38:34 +03:00
parent 7f3b6584a7
commit 09c35e8612
1 changed files with 5 additions and 4 deletions

View File

@ -13,18 +13,18 @@ password cisco
login login
exit exit
ip routing 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 vlan 10
name VLAN_A name VLAN_A
vlan 20 vlan 20
name VLAN_B name VLAN_B
interface Vlan10 interface Vlan10
ip address 192.168.1.1 255.255.255.0 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 no shut
interface Vlan20 interface Vlan20
ip address 192.168.2.1 255.255.255.0 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 no shut
interface g0/0 interface g0/0
switchport mode access switchport mode access
@ -38,4 +38,5 @@ interface g0/2
switchport mode trunk switchport mode trunk
switchport trunk allowed vlan 10,20 switchport trunk allowed vlan 10,20
no shutdown no shutdown
end
copy running-config startup-config