Mudanças entre as edições de "CISCO"
De Instituto de Física - UFRGS
(Criou página com 'Configuração Trunck na porta de UPLINK: #telnet IP swm#configure terminal swm(config)#! swm(config)#interface gigabit…') |
|||
(3 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 2: | Linha 2: | ||
− | #telnet IP | + | |
− | swm#configure terminal | + | #telnet IP |
− | swm(config)#! | + | swm#configure terminal |
− | swm(config)#interface gigabitEthernet0/22 | + | swm(config)#! |
− | swm(config-if)#switchport mode trunk | + | swm(config)#interface gigabitEthernet0/22 |
− | swm(config-if)#switchport trunk native vlan 1 | + | swm(config-if)#switchport mode trunk |
− | swm(config-if)#! | + | swm(config-if)#switchport trunk native vlan 1 |
− | swm(config-if)#exit | + | swm(config-if)#! |
− | swm(config)#exit | + | swm(config-if)#exit |
− | swm#copy running-config startup-config | + | 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 |
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