Sie sind auf Seite 1von 30

MANEJO DE REDES

PRACTICA 10

MANEJO DE REDES

MANEJO DE REDES

MANEJO DE REDES

BANNERS DE SWITCH

MANEJO DE REDES

MANEJO DE REDES

CONFIGURACION IPS

MANEJO DE REDES

MANEJO DE REDES

MANEJO DE REDES

MANEJO DE REDES

PINGS

MANEJO DE REDES

MANEJO DE REDES

MANEJO DE REDES

MANEJO DE REDES

CONFIGURACIONES:
Switch>enable Switch#erase startup-config Erasing the nvram filesystem will remove all configuration files! Continue? [confirm] [OK] Erase of nvram: complete %SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram Switch#enable Switch#config terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#interface range fa0/1-24 Switch(config-if-range)#shutdown %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/2, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/3, changed state to administratively down

MANEJO DE REDES
%LINK-5-CHANGED: Interface FastEthernet0/4, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/5, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/6, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/7, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/8, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/9, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/10, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/11, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/12, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/13, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/14, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/15, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/16, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/17, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/18, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/19, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/20, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/21, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/22, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/23, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/24, changed state to administratively down Switch(config-if-range)#interface range gi1/1-2 Switch(config-if-range)#shutdown %LINK-5-CHANGED: Interface GigabitEthernet1/1, changed state to administratively down

%LINK-5-CHANGED: Interface GigabitEthernet1/2, changed state to administratively down

MANEJO DE REDES
Switch(config-if-range)#exit Switch(config)#hostname S1 S1(config)#no ip domain look up S1(config)#enable secret clase S1(config)#banner motd y Enter TEXT message. End with the character 'y'. BIENVENIDOS A LA CONFIGURACION AHORA PODRAN HACER LO QUE MAS SE LES PLAZCA y

S1(config)#line console 0 S1(config-line)#password cisco S1(config-line)#loggin % Incomplete command. S1(config-line)#loggin synchronous S1(config-line)#exit S1(config)#line vty 0 4 S1(config-line)#password cisco S1(config-line)#loggin synchronous S1(config-line)#exit S1(config)#interface range fa0/6, fa0/11, fa0/18 S1(config-if-range)#switchport mode access S1(config-if-range)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/6, changed state to down %LINK-5-CHANGED: Interface FastEthernet0/11, changed state to down

%LINK-5-CHANGED: Interface FastEthernet0/18, changed state to down S1(config-if-range)#exit S1(config)#vlan 10

MANEJO DE REDES
S1(config-vlan)#name faculty/staff S1(config-vlan)#exit S1(config)#vlan 20 S1(config-vlan)#name students S1(config-vlan)#exit S1(config)#vlan 30 S1(config-vlan)#name guest S1(config-vlan)#exit S1(config)#vlan 99 S1(config-vlan)#name management S1(config-vlan)#exit

S1(config)#interface vlan 99 S1(config-if)# %LINK-5-CHANGED: Interface Vlan99, changed state to up

S1(config-if)#ip address 172.17.99.11 255.255.255.0 S1(config-if)#no shutdown S1(config-if)#exit S1(config)#interface range fa0/1-5 S1(config-if-range)#switchport mode trunk S1(config-if-range)#switchport trunk native vlan 99 S1(config-if-range)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to down %LINK-5-CHANGED: Interface FastEthernet0/2, changed state to down %LINK-5-CHANGED: Interface FastEthernet0/3, changed state to down

MANEJO DE REDES
%LINK-5-CHANGED: Interface FastEthernet0/4, changed state to down %LINK-5-CHANGED: Interface FastEthernet0/5, changed state to down S1(config-if-range)#exit

S1(config)#

S1 con0 is now available

Press RETURN to get started.

BIENVENIDOS A LA CONFIGURACION AHORA PODRAN HACER LO QUE MAS SE LES PLAZCA S1> BIENVENIDOS A LA CONFIGURACION AHORA PODRAN HACER LO QUE MAS SE LES PLAZCA S1> Switch>enable Switch#erase startup-config Erasing the nvram filesystem will remove all configuration files! Continue? [confirm] [OK] Erase of nvram: complete %SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram Switch#enable Switch#config terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname S2 S2(config)#interface range fa0/1-24 S2(config-if-range)#shutdown %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/2, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/3, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/4, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/5, changed state to administratively down

MANEJO DE REDES
%LINK-5-CHANGED: Interface FastEthernet0/6, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/7, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/8, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/9, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/10, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/11, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/12, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/13, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/14, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/15, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/16, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/17, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/18, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/19, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/20, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/21, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/22, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/23, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/24, changed state to administratively down S2(config-if-range)#interface range gi1/1-2 S2(config-if-range)#shutdown %LINK-5-CHANGED: Interface GigabitEthernet1/1, changed state to administratively down %LINK-5-CHANGED: Interface GigabitEthernet1/2, changed state to administratively down S2(config-if-range)#exit S2(config)#no ip domain look up S2(config)#enable secret clase S2(config)#line console 0 S2(config-line)#password cisco S2(config-line)#loggin synchronous

MANEJO DE REDES
S2(config-line)#exit S2(config)#line vty 0 4 S2(config-line)#password cisco S2(config-line)#loggin synchronous S2(config-line)#exit S2(config)#interface range fa0/6, fa0/11, fa0/18 S2(config-if-range)#switchport mode access S2(config-if-range)#no shutdown %LINK-5-CHANGED: Interface FastEthernet0/6, changed state to down %LINK-5-CHANGED: Interface FastEthernet0/11, changed state to down %LINK-5-CHANGED: Interface FastEthernet0/18, changed state to down S2(config-if-range)#exit S2(config)#banner motd y Enter TEXT message. End with the character 'y'. BIENVENIDOS A SU CONFIGURACION SI TIENE FLOJERA NO HAGA NADA SI VA A TRABAJAR DAIGUAL JAJAJA y S2(config)#vlan 10 S2(config-vlan)#name conalep S2(config-vlan)#vlan 20 S2(config-vlan)#name esbio S2(config-vlan)#vlan 30 S2(config-vlan)#name cetis S2(config-vlan)#vlan 99 S2(config-vlan)#name gregg S2(config-vlan)#exit S2(config)#show vlan brief ^ % Invalid input detected at '^' marker. S2(config)#show vlan ^ % Invalid input detected at '^' marker. S2(config)#interface range fa0/6-10 S2(config-if-range)#switchport access vlan 30 S2(config-if-range)#interface range fa0/11-17 S2(config-if-range)#switchport access vlan 10 S2(config-if-range)#interface range fa0/18-24 S2(config-if-range)#switchport access vlan 20 S2(config-if-range)#exit S2(config)#interface vlan 99 S2(config-if)# %LINK-5-CHANGED: Interface Vlan99, changed state to up S2(config-if)#ip address 172.17.99.12 255.255.255.0

MANEJO DE REDES
S2(config-if)#no shutdown S2(config-if)#exit S2(config)#interface range fa0/1-5 S2(config-if-range)#switchport mode trunk S2(config-if-range)#switchport trunk native vlan 99 S2(config-if-range)#no shutdown %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to down %LINK-5-CHANGED: Interface FastEthernet0/2, changed state to down %LINK-5-CHANGED: Interface FastEthernet0/3, changed state to down %LINK-5-CHANGED: Interface FastEthernet0/4, changed state to down %LINK-5-CHANGED: Interface FastEthernet0/5, changed state to down S2(config-if-range)#exit S2(config)# Switch>enable Switch#erase startup-config Erasing the nvram filesystem will remove all configuration files! Continue? [confirm] [OK] Erase of nvram: complete %SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram Switch#enable Switch#config terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname S3 S3(config)#interface range fa0/1-24 S3(config-if-range)#shutdown %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/2, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/3, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/4, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/5, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/6, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/7, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/8, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/9, changed state to administratively down

MANEJO DE REDES
%LINK-5-CHANGED: Interface FastEthernet0/10, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/11, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/12, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/13, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/14, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/15, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/16, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/17, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/18, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/19, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/20, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/21, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/22, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/23, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/24, changed state to administratively down S3(config-if-range)#interface range gi1/1-2 S3(config-if-range)#shutdown %LINK-5-CHANGED: Interface GigabitEthernet1/1, changed state to administratively down %LINK-5-CHANGED: Interface GigabitEthernet1/2, changed state to administratively down S3(config-if-range)#exit S3(config)#no ip domain look up S3(config)#enable secret clase S3(config)#line console 0 S3(config-line)#password cisco S3(config-line)#loggin synchronous S3(config-line)#exit S3(config)#line vty 0 4 S3(config-line)#password cisco S3(config-line)#loggin synchronous S3(config-line)#exit S3(config)#banner motd y Enter TEXT message. End with the character 'y'.

MANEJO DE REDES
COMO YA VIERON ESTE ES UN MENSAJE SUBLIMINAL CONFIGUREN Y ASEGURENCE DE HACERLO BIEN SI NO FREDDY VENDRA POR USTEDES y S3(config)#vlan 10 S3(config-vlan)#name rojo S3(config-vlan)#vlan 20 S3(config-vlan)#name azul S3(config-vlan)#vlan 30 S3(config-vlan)#name verde S3(config-vlan)#vlan 99 S3(config-vlan)#name negro S3(config-vlan)#exit S3(config)#interface range fa0/6-10 S3(config-if-range)#switchport access vlan 30 S3(config-if-range)#interface range fa0/11-17 S3(config-if-range)#switchport access vlan 10 S3(config-if-range)#interface range fa0/18-24 S3(config-if-range)#switchport access vlan 20 S3(config-if-range)#exit S3(config)#interface vlan 99 S3(config-if)# %LINK-5-CHANGED: Interface Vlan99, changed state to up S3(config-if)#ip address 172.17.99.13 255.255.255.0 S3(config-if)#no shutdown S3(config-if)#exit S3(config)#interface range fa0/1-5 S3(config-if-range)#switchport mode trunk S3(config-if-range)#switchport trunk native vlan 99 S3(config-if-range)#no shutdown %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to down %LINK-5-CHANGED: Interface FastEthernet0/2, changed state to down %LINK-5-CHANGED: Interface FastEthernet0/3, changed state to down %LINK-5-CHANGED: Interface FastEthernet0/4, changed state to down %LINK-5-CHANGED: Interface FastEthernet0/5, changed state to down S3(config-if-range)#exit S3(config)#

MANEJO DE REDES
PRACTICA 11

CONFIGURACIONES: Switch>enable Switch#config terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname S1 S1(config)#no ip domain look up S1(config)#enable secret clase S1(config)#interface range FastEthernet0/1-5 S1(config-if-range)#switchport mode trunk S1(config-if-range)#exit S1(config)#interface range FastEthernet0/6-24 S1(config-if-range)#shutdown %LINK-5-CHANGED: Interface FastEthernet0/6, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/7, changed state to administratively down

MANEJO DE REDES
%LINK-5-CHANGED: Interface FastEthernet0/8, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/9, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/10, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/11, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/12, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/13, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/14, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/15, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/16, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/17, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/18, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/19, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/20, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/21, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/22, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/23, changed state to administratively down %LINK-5-CHANGED: Interface FastEthernet0/24, changed state to administratively down S1(config-if-range)#exit S1(config)#interface vlan1 S1(config-if)#no ip address S1(config-if)#exit S1(config)#interface vlan56

MANEJO DE REDES
S1(config-if)#ip address 192.168.56.11 255.255.255.0 S1(config-if)#exit S1(config)#line con 0 S1(config-line)#logging synchronous S1(config-line)#line vty 0 4 S1(config-line)#no login S1(config-line)#line vty 5 15 S1(config-line)#password cisco S1(config-line)#loggin % Incomplete command. S1(config-line)#loggin synchronous S1(config-line)#exit S1(config)# Switch>enable Switch#erase startup-config Erasing the nvram filesystem will remove all configuration files! Continue? [confirm] [OK] Erase of nvram: complete %SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram Switch#enable Switch#config terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname S2 S2(config)#no ip domain look up S2(config)#enable secret clase

MANEJO DE REDES
S2(config)#vlan 10 S2(config-vlan)#exit S2(config)#vlan 20 S2(config-vlan)#exit S2(config)#vlan 30 S2(config-vlan)#exit S2(config)#vlan 56 S2(config-vlan)#exit S2(config)#interface range FastEthernet0/1-5 S2(config-if-range)#switchport trunk native vlan 56 S2(config-if-range)#exit S2(config)#interface range FastEthernet0/6-10 S2(config-if-range)#switchport access vlan 30 S2(config-if-range)#switchport mode access S2(config-if-range)#exit S2(config)#interface range FastEthernet0/11-17 S2(config-if-range)#switchport access vlan 10 S2(config-if-range)#switchport mode access S2(config-if-range)#exit S2(config)#interface range FastEthernet0/18-24 S2(config-if-range)#switchport access vlan 20 S2(config-if-range)#switchport mode access S2(config-if-range)#exit S2(config)#interface GigabitEthernet0/1 %Invalid interface type and number

MANEJO DE REDES
S2(config)#interface GigabitEthernet1/1 S2(config-if)#exit S2(config)#interface GigabitEthernet1/2 S2(config-if)#exit S2(config)#interface vlan1 S2(config-if)#ip address 192.168.56.12 255.255.255.0 S2(config-if)#shutdown S2(config-if)#exit S2(config)#line con 0 S2(config-line)#password cisco S2(config-line)#loggin % Incomplete command. S2(config-line)#loggin synchronous S2(config-line)#line vty 0 4 S2(config-line)#password cisco S2(config-line)#loggin synchronous S2(config-line)#line vty 5 15 S2(config-line)#password cisco S2(config-line)#loggin synchronous S2(config-line)#exit S2(config)# Switch>enable Switch#erase startup-config Erasing the nvram filesystem will remove all configuration files! Continue? [confirm] [OK]

MANEJO DE REDES
Erase of nvram: complete %SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram Switch#enable Switch#config terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname S3 S3(config)#no ip domain look up S3(config)#enable secret clase S3(config)#vlan 10 S3(config-vlan)#exit S3(config)#vlan 20 S3(config-vlan)#exit S3(config)#vlan 30 S3(config-vlan)#exit S3(config)#interface range FastEthernet0/1-5 S3(config-if-range)#switchport trunk native vlan 56 S3(config-if-range)#switchport mode trunk S3(config-if-range)#exit S3(config)#interface range FastEthernet0/6-10 S3(config-if-range)#switchport mode access S3(config-if-range)#exit S3(config)#interface range FastEthernet0/11-17 S3(config-if-range)#switchport mode access S3(config-if-range)#exit S3(config)#interface range FastEthernet0/18-24

MANEJO DE REDES
S3(config-if-range)#switchport mode access S3(config-if-range)#exit S3(config)#interface GigabitEthernet1/1 S3(config-if)#exit S3(config)#interface GigabitEthernet1/2 S3(config-if)#exit S3(config)#interface vlan1 S3(config-if)#no ip address S3(config-if)#shutdown S3(config-if)#exit S3(config)#interface vlan56 S3(config-if)#exit S3(config)#line con 0 S3(config-line)#password cisco S3(config-line)#logging synchronous S3(config-line)#line vty 0 4 S3(config-line)#password cisco S3(config-line)#logging synchronous S3(config-line)#line vty 5 15 S3(config-line)#password cisco S3(config-line)#logging synchronous S3(config-line)#exit S3(config)#

Das könnte Ihnen auch gefallen