Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

para entrar no modo privilegiado - enable

modo configura��o - configure terminal


exit

switch>ena -> modo privilegiado


switch>conf t ->modo configura��o
switch>vlan 2
switch>name ADM
switch>vlan 3
switch>name EDU
switch>EXIT
switch>do show vlan
switch>int range f0/1-5
switch>sw acc vlan 2
switch>sw mod acc
switch>no shut
switch>do show vlan
switch>do wr

int f0/1
switchport acc
switchport access vlan 2
sw mod acc
sw mode access
no shut

int range f0/1-5

cross-over - gigabitEthernet0/1
fastethernet0/24

primeiro switch CLI

swADM1>ENA
swADM1>conf t
swADM1>int f0/24
swADM1>switchport mode trunk
swADM1>no shut
swADM1>do wr

=show interface
=show int trunk

switch>ena -> modo privilegiado; show run (mostra todas as configura��es que
foram feitas)

Cooper Straight Through (cabo paralelo)

router>ena
router>conf t
router>host
router>hostname R1
router> int g0/0
router>no shut down
router> do wr

R1- ena
RI - conf t
R1 (config) - int g0/0
RI - (config-if) - ip add
RI - ip address 192.168.0.1 255.255.255.128

172.16.5.0/26
Atendimento - VLAN 2 -> ATM
Consult�rio - VLAN 3 -> CONS
Enfermaria - VLAN 4 -> ENF
Laborat�rio - VLAN 5 -> LAB
Administrativo - VLAN 6 -> ADM

You might also like