You are on page 1of 2

SSH

conf t

ip domain-name (név)

username (név) [privilege 15] password (jelszó)

crypto key generate rsa ---> 1024

line vty 0 15

login local

transport input (ssh/telnet)

conf t

ip ssh version 2

BELÉPÉS (command prompt)

ssh -l (név) (ip)

-------------------------------------------------------------------------------------------------------------------

TELNET (felhasználó nélkül)


line vty 0 15

password (jelszó)

login

TELNET (felhasználóval)
conf t

username (név) [privilege 15] password (jelszó)

line vty 0 15
login local

BELÉPÉS (command prompt)

telnet (ip)

-------------------------------------------------------------------------------------------------------------------

PORTBIZTONSÁG
int (az a port, amelyik használatban van)

switchport mode acces

switchport port-security mac-adress sticky

switchport port-security

switchport port-security maximum 1

switchport port-security violation (shutdown/protect/restrict)

You might also like