Reconfig files

This commit is contained in:
Maxim Khomutov 2022-04-22 20:28:02 +03:00
parent 001b31ccac
commit 409cbb478c
2 changed files with 0 additions and 76 deletions

View File

@ -1,39 +0,0 @@
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

View File

@ -1,37 +0,0 @@
en
conf t
hostname <name>
en secret cisco
ip domain name sex-sw-<№>
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
transport input ssh
exit
service password-encryption
banner motd "Sexshop <№> switch"
crypto key generate rsa
<input 1024>
ip ssh ver 2
username admin secret line
exit
exit
write
exit