Instale o Steam
iniciar sessão
|
idioma
简体中文 (Chinês simplificado)
繁體中文 (Chinês tradicional)
日本語 (Japonês)
한국어 (Coreano)
ไทย (Tailandês)
Български (Búlgaro)
Čeština (Tcheco)
Dansk (Dinamarquês)
Deutsch (Alemão)
English (Inglês)
Español-España (Espanhol — Espanha)
Español-Latinoamérica (Espanhol — América Latina)
Ελληνικά (Grego)
Français (Francês)
Italiano (Italiano)
Bahasa Indonesia (Indonésio)
Magyar (Húngaro)
Nederlands (Holandês)
Norsk (Norueguês)
Polski (Polonês)
Português (Portugal)
Română (Romeno)
Русский (Russo)
Suomi (Finlandês)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Relatar um problema com a tradução
╔╗╔╦══╦═╦═╦╗╔╗ ★ ★ ★
║╚╝║══║═║═║╚╝║ ☆¸.•° •.¸☆
║╔╗║╔╗║╔╣╔╩╗╔╝ ★ NEW YEAR ☆
╚╝╚╩╝╚╩╝╚╝═╚╝
☆ ★ ☆¨`*•..¸ ¸.•*¨` ☆ ★ ☆
╭━━━╮╭━━━╮╱╭╮╱╭━━━╮
┃╭━╮┃┃╭━╮┃╭╯┃╱┃╭━╮┃
╰╯╭╯┃┃┃┃┃┃╰╮┃╱┃╰━╯┃
╭━╯╭╯┃┃┃┃┃╱┃┃╱┃╭━╮┃
┃┃╰━╮┃╰━╯┃╭╯╰╮┃╰━╯┃
╰━━━╯╰━━━╯╰━━╯╰━━━╯
enable secret cisco
username admin password cisco
line con 0
login local
logging synchronous
exit
vlan 99
name AdminLan
vlan 100
name StudentLan
vlan 200
name TeacherLan
interface range f0/1-4
switchport mode trunk
no shutdown
exit
interface range f0/5-14
switchport mode access
switchport access vlan 100
no shutdown
exit
interface range f0/15-24
switchport mode access
switchport access vlan 200
no shutdown
exit
ip default-gateway 192.168.0.193
interface vlan 99
ip address 192.168.0.203 255.255.255.240
no shutdown
exit
line vty 0 15
login local
logging synchronous
transport input ssh
ip domain name telskol.cz
ip ssh version 2
crypto key generate rsa
2048