Linux ready; Cisco start!

This commit is contained in:
2022-04-22 18:49:07 +03:00
parent f21d1473b7
commit 3853c79e6f
31 changed files with 110 additions and 1 deletions
+39
View File
@@ -0,0 +1,39 @@
en
conf t
hostname <name>
en secret cisco
ip domain name sex-rtr<№>
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
int vlan 1
service password-encryption
banner motd "Sexshop <№> router"
crypto key generate rsa
<input 1024>
ip ssh ver 2
username admin secret line
exit
exit
write
exit