Mudanças entre as edições de "CISCO"
De Instituto de Física - UFRGS
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 |
Edição das 10h21min 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