mirror of
https://github.com/SantaSpeen/kkep-praktic-2022.git
synced 2026-05-19 08:00:12 +00:00
Linux ready; Cisco start!
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
Native VLAN = 22
|
||||
Managment VLAN = 44
|
||||
Derective VLAN = 220 to 229
|
||||
@@ -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
|
||||
@@ -0,0 +1,37 @@
|
||||
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
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
Binary file not shown.
Reference in New Issue
Block a user