master
melentev_i 2025-04-08 16:08:48 +03:00
parent 32ab3355b5
commit 9b961295e7
1 changed files with 20 additions and 0 deletions

20
FINAL/1.txt Normal file
View File

@ -0,0 +1,20 @@
enable
configure terminal
hostname S2
no ip domain-lookup
interface vlan 1
ip address 192.168.1.11 255.255.255.0
no shutdown
exit
ip default-gateway 192.168.1.254
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