eliasafrs / ATIVIDADE-27.09

0 stars 0 forks source link

SW-11 #1

Open eliasafrs opened 5 years ago

eliasafrs commented 5 years ago

enable configure terminal hostname SW-11 banner motd "APENAS PESSOAS AUTORIZADAS" enable secret SenhaEnable crypto key generate rsa general-keys modulus 1024 line console 0 password SenhadaConsole service password-encryption line vty 0 15 password SenhadaVTY transport input ssh exec-timeout 5 login local exit username elias privilege 15 secret senai123 service password-encryption vlan 10 name vlan10 vlan 20 name vlan20 vlan 100 name SRV interface f0/1 switchport mode access switchport access vlan 20 description rede1 exit interface f0/2 switchport mode access switchport access vlan 10 description rede1 exit ip default-gateway 172.16.1.129

eliasafrs commented 5 years ago

.