Manuals by Ismailov

This commit is contained in:
2022-04-22 20:28:57 +03:00
parent 7b0170a8b1
commit 86ea381955
21 changed files with 37 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
en
conf t
hostname <name>
en secret cisco
ip domain name <name>
line con 0
no sh
exec-timeout 0 0
password pass
login
transport input ssh
exit
line vty 0 15
no sh
exec-timeout 0 0
password cisco
login local
transport input ssh
exit
service password-encryption
banner motd <motd>
crypto key generate rsa
1024
ip ssh ver 2
username admin secret line
exit
exit
write
exit