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

master
melenilya 2025-04-08 16:44:46 +03:00
parent a0e7227acd
commit 07cb42d420
1 changed files with 14 additions and 1 deletions

View File

@ -1,7 +1,19 @@
enable enable
conf t 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 routing
ip route 0.0.0.0 0.0.0.0 <R5 int> ip route 0.0.0.0 0.0.0.0 192.168.100.100
vlan 10 vlan 10
name VLAN_A name VLAN_A
vlan 20 vlan 20
@ -26,3 +38,4 @@ 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