Mudanças entre as edições de "CISCO"

De Instituto de Física - UFRGS
 
(2 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 13: Linha 13:
 
  swm(config)#exit
 
  swm(config)#exit
 
  swm#copy running-config startup-config
 
  swm#copy running-config startup-config
 +
 +
 +
 +
Mudar senha enable:
 +
configure terminal
 +
enable secret senha
 +
 +
Mudar senha telnet
 +
roteador(config)#line vty 0 4
 +
roteador(config-line)#login
 +
roteador(config-line)#password xxx
 +
 +
roteador(config)#service password-encryption
 +
roteador(config)#exit
 +
roteador#show run

Edição atual tal como às 11h49min de 10 de dezembro de 2010

Configuração Trunck na porta de UPLINK:


#telnet IP
swm#configure terminal
swm(config)#!                                                         
swm(config)#interface gigabitEthernet0/22                             
swm(config-if)#switchport mode trunk                                  
swm(config-if)#switchport trunk native vlan 1                         
swm(config-if)#!                         
swm(config-if)#exit
swm(config)#exit
swm#copy running-config startup-config


Mudar senha enable:

configure terminal
enable secret senha

Mudar senha telnet

roteador(config)#line vty 0 4
roteador(config-line)#login
roteador(config-line)#password xxx
roteador(config)#service password-encryption
roteador(config)#exit
roteador#show run