Mudanças entre as edições de "CISCO"
De Instituto de Física - UFRGS
Linha 19: | Linha 19: | ||
configure terminal | configure terminal | ||
enable secret senha | enable secret senha | ||
+ | |||
+ | Mudar senha telnet | ||
+ | roteador(config)#line vty 0 4 | ||
+ | roteador(config-line)#login | ||
+ | roteador(config-line)#password xxx |
Edição das 11h48min 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