SlideShare a Scribd company logo
1 of 12
PRACTICAS CISCO CCNA


        INTEGRANTES:
RUBEN DAVID SUAREZ CAÑIZARES
     JESUS ARTURO PAEZ


       LABORATORIO.

CONFIGURACION DE UN SWITCH



SENA REGIONAL N. D SANTANDER

     CUCUTA COLOMBIA
Objetivos

Crear una configuración de switch y verificarla
Determina la versión firmware del switch
Crear 6 Vlans, asignarles nombre y asignarles puertos de asociado




Designacion     Nombre del Dirección IP VLAN         Mascara de subred Puertos
del Switch      Switch                                                 asignados

Switch 2        Contabilidad 192.168.90.33           255.255.255.224   Fa 0/1

Switch 3        Almacén        192.168.90.65         255.255.255.224   Fa 0/3

Switch 4        Personal       192.168.90.97         255.255.255.224   Fa 0/4

Switch 5        Ventas         192.168.90.129        255.255.255.224   Fa 0/5

Switch 6        Tesorería      192.168.90.161        255.255.255.224   Fa 0/6

Switch 7                       192.168.90.193        255.255.255.224   Fa 0/7
                Gerencia
Switch          Control        192.168.90.2          255.255.255.224   Fa 0/2
Multilayer
3560
1) VISUALICE LA INFORMACION DEL IOS


Switch>SHOW VERSION



Cisco IOS Software, C3560 Software (C3560-ADVIPSERVICESK9-M), Version
12.2(37)SE1, RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Thu 05-Jul-07 22:22 by pt_team
Image text-base: 0x00003000, data-base: 0x01500000
ROM: C3560 Boot Loader (C3560-HBOOT-M) Version 12.2(25r)SEC, RELEASE
SOFTWARE (fc4)

System returned to ROM by power-on

This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
export@cisco.com.
cisco WS-C3560-24PS (PowerPC405) processor (revision P0) with 122880K/8184K
bytes of memory.
Processor board ID CAT1037RJF7
24 FastEthernet/IEEE 802.3 interface(s)
2 Gigabit Ethernet/IEEE 802.3 interface(s)

512K bytes of flash-simulated non-volatile configuration memory.
Base ethernet MAC Address          : 0050.0F8D.CD43
Motherboard assembly number : 73-9673-09
Power supply part number         : 341-0029-05
Motherboard serial number        : CAT103758VY
Power supply serial number : DTH1036C7UB
Model revision number          : P0
Motherboard revision number : A0
Model number               : WS-C3560-24PS-E
System serial number         : CAT1037RJF7
Top Assembly Part Number           : 800-26380-04
Top Assembly Revision Number : B0
Version ID              : V06
CLEI Code Number               : COM1100ARC
Hardware Board Revision Number : 0x01




Switch Ports Model              SW Version           SW Image
------ ----- -----        ----------      ----------
* 1 26 WS-C3560-24PS 12.2(37)SE1                       C3560-ADVIPSERVICESK
Configuration register is 0xF
2) CREAR Y ASIGNAR NOMBRE A LAS VLANS DE DEPARTAMENTOS

Switch#vlan database
Switch#vlan 2 name Contabilidad
Switch#vlan 3 name Almacen
Switch#vlan 4 name Ventas
Switch#vlan 5 name Personal
Switch#vlan 6 name Tesoreria
Switch#vlan 7 name Gerencia
Switch#exit


   3) ASIGNAR PUERTOS A VLAS VLANS



Switch#config t

VLAN2
Switch(config)interface fastethernet 0/1
Switch(config-if)switchport mode access
Switch(config-if)switchport access vlan 2
Switch(config-if)end

VLAN3
Switch(config)interface fastethernet 0/3
Switch(config-if)switchport mode access
Switch(config-if)switchport access vlan 3
Switch(config-if)end

VLAN 4
Switch(config)interface fastethernet 0/4
Switch(config-if)switchport mode access
Switch(config-if)switchport access vlan 4
Switch(config-if)end

VLAN 5
Switch(config)interface fastethernet 0/5
Switch(config-if)switchport mode access
Switch(config-if)switchport access vlan 5
Switch(config-if)end

VLAN 6
Switch(config)interface fastethernet 0/6
Switch(config-if)switchport mode access
Switch(config-if)switchport access vlan 6
Switch(config-if)end


VLAN7
Switch(config)interface fastethernet 0/7
Switch(config-if)switchport mode access
Switch(config-if)switchport access vlan 7
Switch(config-if)end


    4) AHORA VISUALIZAMOS LAS VLANS

Switch#show Vlan

A continuación deben aparecer todas las Vlans creadas, y las Vlans x default


VLAN Name                     Status        Ports
---- -------------------------------- --------- -------------------------------
1 default                     active         Fa0/2, Fa0/8, Fa0/9, Fa0/10
                                           Fa0/11, Fa0/12, Fa0/13, Fa0/14
                                           Fa0/15, Fa0/16, Fa0/17, Fa0/18
                                           Fa0/19, Fa0/20, Fa0/21, Fa0/22
                                           Fa0/23, Fa0/24, Gig0/1, Gig0/2
2 contabilidad                  active      Fa0/1
3 almacen                       active Fa0/3
4 personal                      active Fa0/4
5 ventas                         active Fa0/5
6 tesoreria                      active Fa0/6
7 gerencia                      active Fa0/7
1002 fddi-default                active
1003 token-ring-default active
1004 fddinet-default              active
1005 trnet-default                active


    5) CONFIGURAR PROTOCOLO RIP SWITCH MULTILAYER

Switch>enable
Switch# config t
Switch(config)Router rip
Switch(config-router)network 192.168.90.0

         VISUALISAR LOS CAMBIOS REALISADOS

Switch#show running-config

interface FastEthernet0/1
 switchport access vlan 2
!
interface FastEthernet0/2
 switchport mode access
!
interface FastEthernet0/3
switchport access vlan 3
 switchport mode access
!
interface FastEthernet0/4
 switchport access vlan 4
 switchport mode access
!
interface FastEthernet0/5
 switchport access vlan 5
 switchport mode access
!
interface FastEthernet0/6
 switchport access vlan 6
 switchport mode access
!
interface FastEthernet0/7
 switchport access vlan 7
 switchport mode access


interface Vlan1
 ip address 192.168.90.2 255.255.255.224
!
interface Vlan2
 ip address 192.168.90.33 255.255.255.224
!
interface Vlan3
 ip address 192.168.90.65 255.255.255.224
!
interface Vlan4
 ip address 192.168.90.97 255.255.255.224
!
interface Vlan5
 ip address 192.168.90.129 255.255.255.224
!
interface Vlan6
 ip address 192.168.90.161 255.255.255.224
!
interface Vlan7
 ip address 192.168.90.193 255.255.255.224

router rip
 network 192.168.90.0

COMPROBANDO CONECTIVIDAD.

Comando Ping


Packet Tracer PC Command Line 1.0
PC>ping 192.168.90.2

Pinging 192.168.90.2 with 32 bytes of data:

Reply from 192.168.90.2: bytes=32 time=78ms TTL=255
Reply from 192.168.90.2: bytes=32 time=17ms TTL=255
Reply from 192.168.90.2: bytes=32 time=31ms TTL=255
Reply from 192.168.90.2: bytes=32 time=32ms TTL=255

Ping statistics for 192.168.90.2:
  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
  Minimum = 17ms, Maximum = 78ms, Average = 39ms

PC>ping 192.168.90.33

Pinging 192.168.90.33 with 32 bytes of data:

Reply from 192.168.90.33: bytes=32 time=16ms TTL=255
Reply from 192.168.90.33: bytes=32 time=31ms TTL=255
Reply from 192.168.90.33: bytes=32 time=17ms TTL=255
Reply from 192.168.90.33: bytes=32 time=2ms TTL=255

Ping statistics for 192.168.90.33:
  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
  Minimum = 2ms, Maximum = 31ms, Average = 16ms

PC>ping 192.168.90.655
Ping request could not find host 192.168.90.655. Please check the name and try again.
PC>ping 192.168.90.65

Pinging 192.168.90.65 with 32 bytes of data:

Reply from 192.168.90.65: bytes=32 time=47ms TTL=255
Reply from 192.168.90.65: bytes=32 time=31ms TTL=255
Reply from 192.168.90.65: bytes=32 time=31ms TTL=255
Reply from 192.168.90.65: bytes=32 time=31ms TTL=255

Ping statistics for 192.168.90.65:
  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
  Minimum = 31ms, Maximum = 47ms, Average = 35ms

PC>ping 192.168.90.97

Pinging 192.168.90.97 with 32 bytes of data:

Reply from 192.168.90.97: bytes=32 time=63ms TTL=255
Reply from 192.168.90.97: bytes=32 time=31ms TTL=255
Reply from 192.168.90.97: bytes=32 time=31ms TTL=255
Reply from 192.168.90.97: bytes=32 time=31ms TTL=255

Ping statistics for 192.168.90.97:
  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
  Minimum = 31ms, Maximum = 63ms, Average = 39ms

PC>ping 192.168.90.161

Pinging 192.168.90.161 with 32 bytes of data:

Reply from 192.168.90.161: bytes=32 time=46ms TTL=255
Reply from 192.168.90.161: bytes=32 time=47ms TTL=255
Reply from 192.168.90.161: bytes=32 time=31ms TTL=255
Reply from 192.168.90.161: bytes=32 time=47ms TTL=255

Ping statistics for 192.168.90.161:
  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
  Minimum = 31ms, Maximum = 47ms, Average = 42ms

PC>ping 192.168.90.193

Pinging 192.168.90.193 with 32 bytes of data:

Reply from 192.168.90.193: bytes=32 time=78ms TTL=255
Reply from 192.168.90.193: bytes=32 time=31ms TTL=255
Reply from 192.168.90.193: bytes=32 time=31ms TTL=255
Reply from 192.168.90.193: bytes=32 time=18ms TTL=255

Ping statistics for 192.168.90.193:
  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
  Minimum = 18ms, Maximum = 78ms, Average = 39ms

PC>ping 192.168.90.192

Pinging 192.168.90.192 with 32 bytes of data:

Reply from 192.168.90.2: bytes=32 time=31ms TTL=255
Reply from 192.168.90.2: bytes=32 time=44ms TTL=255
Reply from 192.168.90.2: bytes=32 time=42ms TTL=255
Reply from 192.168.90.2: bytes=32 time=31ms TTL=255

Ping statistics for 192.168.90.192:
  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
  Minimum = 31ms, Maximum = 44ms, Average = 37ms
PC>ping 192.168.90.194

Pinging 192.168.90.194 with 32 bytes of data:

Request timed out.
Reply from 192.168.90.194: bytes=32 time=188ms TTL=127
Reply from 192.168.90.194: bytes=32 time=156ms TTL=127
Reply from 192.168.90.194: bytes=32 time=96ms TTL=127

Ping statistics for 192.168.90.194:
 Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
  Minimum = 96ms, Maximum = 188ms, Average = 146ms

PC>ping 192.168.90.194

Pinging 192.168.90.194 with 32 bytes of data:

Reply from 192.168.90.194: bytes=32 time=141ms TTL=127
Reply from 192.168.90.194: bytes=32 time=90ms TTL=127
Reply from 192.168.90.194: bytes=32 time=107ms TTL=127
Reply from 192.168.90.194: bytes=32 time=93ms TTL=127

Ping statistics for 192.168.90.194:
  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
  Minimum = 90ms, Maximum = 141ms, Average = 107ms

PC>ping 192.168.90.67

Pinging 192.168.90.67 with 32 bytes of data:

Request timed out.
Reply from 192.168.90.67: bytes=32 time=156ms TTL=127
Reply from 192.168.90.67: bytes=32 time=94ms TTL=127
Reply from 192.168.90.67: bytes=32 time=94ms TTL=127

Ping statistics for 192.168.90.67:
  Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
  Minimum = 94ms, Maximum = 156ms, Average = 114ms

PC>ping 192.168.90.67

Pinging 192.168.90.67 with 32 bytes of data:

Reply from 192.168.90.67: bytes=32 time=125ms TTL=127
Reply from 192.168.90.67: bytes=32 time=94ms TTL=127
Reply from 192.168.90.67: bytes=32 time=94ms TTL=127
Reply from 192.168.90.67: bytes=32 time=81ms TTL=127

Ping statistics for 192.168.90.67:
  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
  Minimum = 81ms, Maximum = 125ms, Average = 98ms




PC>ping 192.168.90.38

Pinging 192.168.90.38 with 32 bytes of data:

Request timed out.
Reply from 192.168.90.38: bytes=32 time=156ms TTL=127
Reply from 192.168.90.38: bytes=32 time=78ms TTL=127
Reply from 192.168.90.38: bytes=32 time=78ms TTL=127

Ping statistics for 192.168.90.38:
  Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
  Minimum = 78ms, Maximum = 156ms, Average = 104ms

PC>ping 192.168.90.38

Pinging 192.168.90.38 with 32 bytes of data:

Reply from 192.168.90.38: bytes=32 time=172ms TTL=127
Reply from 192.168.90.38: bytes=32 time=91ms TTL=127
Reply from 192.168.90.38: bytes=32 time=98ms TTL=127
Reply from 192.168.90.38: bytes=32 time=105ms TTL=127

Ping statistics for 192.168.90.38:
  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
  Minimum = 91ms, Maximum = 172ms, Average = 116ms

PC>ping 192.168.90.36

Pinging 192.168.90.36 with 32 bytes of data:

Request timed out.
Reply from 192.168.90.36: bytes=32 time=144ms TTL=127
Reply from 192.168.90.36: bytes=32 time=81ms TTL=127
Reply from 192.168.90.36: bytes=32 time=64ms TTL=127

Ping statistics for 192.168.90.36:
  Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
  Minimum = 64ms, Maximum = 144ms, Average = 96ms

PC>ping 192.168.90.36

Pinging 192.168.90.36 with 32 bytes of data:

Reply from 192.168.90.36: bytes=32 time=172ms TTL=127
Reply from 192.168.90.36: bytes=32 time=78ms TTL=127
Reply from 192.168.90.36: bytes=32 time=62ms TTL=127
Reply from 192.168.90.36: bytes=32 time=62ms TTL=127

Ping statistics for 192.168.90.36:
  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
  Minimum = 62ms, Maximum = 172ms, Average = 93ms

PC>ping 192.168.90.3

Pinging 192.168.90.3 with 32 bytes of data:

Reply from 192.168.90.3: bytes=32 time=47ms TTL=128
Reply from 192.168.90.3: bytes=32 time=2ms TTL=128
Reply from 192.168.90.3: bytes=32 time=3ms TTL=128
Reply from 192.168.90.3: bytes=32 time=15ms TTL=128

Ping statistics for 192.168.90.3:
  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
  Minimum = 2ms, Maximum = 47ms, Average = 16ms

More Related Content

What's hot

Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)Shanxi Cai
 
IS-IS Routing Lab WorkBook
IS-IS Routing Lab WorkBookIS-IS Routing Lab WorkBook
IS-IS Routing Lab WorkBookRHC Technologies
 
Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructionstrayyoo
 
Olive Introduction for TOI
Olive Introduction for TOIOlive Introduction for TOI
Olive Introduction for TOIJohnson Liu
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2Kris Mofu
 
How to create and delete vlan on cisco catalyst switch
How to create and delete vlan on cisco catalyst switchHow to create and delete vlan on cisco catalyst switch
How to create and delete vlan on cisco catalyst switchIT Tech
 
6to4tunnel sample config
6to4tunnel sample config6to4tunnel sample config
6to4tunnel sample configjebong03
 
Cisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer SwitchCisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer SwitchHamed Moghaddam
 
Cisco CCNA-Router on Stick
Cisco CCNA-Router on StickCisco CCNA-Router on Stick
Cisco CCNA-Router on StickHamed Moghaddam
 
Access Control List 1
Access Control List 1Access Control List 1
Access Control List 1Kishore Kumar
 
6.5.1.2 packet tracer layer 2 security instructor
6.5.1.2 packet tracer   layer 2 security instructor6.5.1.2 packet tracer   layer 2 security instructor
6.5.1.2 packet tracer layer 2 security instructorSalem Trabelsi
 

What's hot (20)

DMVPN Lab WorkBook
DMVPN Lab WorkBookDMVPN Lab WorkBook
DMVPN Lab WorkBook
 
VRF Lab WorkBook
VRF Lab WorkBookVRF Lab WorkBook
VRF Lab WorkBook
 
Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)
 
IS-IS Routing Lab WorkBook
IS-IS Routing Lab WorkBookIS-IS Routing Lab WorkBook
IS-IS Routing Lab WorkBook
 
R1
R1R1
R1
 
IPv6 Basics
IPv6 BasicsIPv6 Basics
IPv6 Basics
 
Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructions
 
Olive Introduction for TOI
Olive Introduction for TOIOlive Introduction for TOI
Olive Introduction for TOI
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
 
portfolio2
portfolio2portfolio2
portfolio2
 
How to create and delete vlan on cisco catalyst switch
How to create and delete vlan on cisco catalyst switchHow to create and delete vlan on cisco catalyst switch
How to create and delete vlan on cisco catalyst switch
 
Ccna4 cs diaz_&_romero
Ccna4 cs diaz_&_romeroCcna4 cs diaz_&_romero
Ccna4 cs diaz_&_romero
 
Practice Lab CSC
Practice Lab CSCPractice Lab CSC
Practice Lab CSC
 
6to4tunnel sample config
6to4tunnel sample config6to4tunnel sample config
6to4tunnel sample config
 
Cisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer SwitchCisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer Switch
 
Vo ip avanzado pt
Vo ip avanzado ptVo ip avanzado pt
Vo ip avanzado pt
 
Cisco CCNA-Router on Stick
Cisco CCNA-Router on StickCisco CCNA-Router on Stick
Cisco CCNA-Router on Stick
 
Access Control List 1
Access Control List 1Access Control List 1
Access Control List 1
 
6.5.1.2 packet tracer layer 2 security instructor
6.5.1.2 packet tracer   layer 2 security instructor6.5.1.2 packet tracer   layer 2 security instructor
6.5.1.2 packet tracer layer 2 security instructor
 

Viewers also liked

Intalacion De Cable Coaxial[1].
Intalacion De Cable Coaxial[1].Intalacion De Cable Coaxial[1].
Intalacion De Cable Coaxial[1].rubendavidsuarez
 
What's Next in Growth? 2016
What's Next in Growth? 2016What's Next in Growth? 2016
What's Next in Growth? 2016Andrew Chen
 
The Six Highest Performing B2B Blog Post Formats
The Six Highest Performing B2B Blog Post FormatsThe Six Highest Performing B2B Blog Post Formats
The Six Highest Performing B2B Blog Post FormatsBarry Feldman
 
The Outcome Economy
The Outcome EconomyThe Outcome Economy
The Outcome EconomyHelge Tennø
 
32 Ways a Digital Marketing Consultant Can Help Grow Your Business
32 Ways a Digital Marketing Consultant Can Help Grow Your Business32 Ways a Digital Marketing Consultant Can Help Grow Your Business
32 Ways a Digital Marketing Consultant Can Help Grow Your BusinessBarry Feldman
 

Viewers also liked (7)

Intalacion De Cable Coaxial[1].
Intalacion De Cable Coaxial[1].Intalacion De Cable Coaxial[1].
Intalacion De Cable Coaxial[1].
 
Herrajes
HerrajesHerrajes
Herrajes
 
Redes HFC
Redes HFCRedes HFC
Redes HFC
 
What's Next in Growth? 2016
What's Next in Growth? 2016What's Next in Growth? 2016
What's Next in Growth? 2016
 
The Six Highest Performing B2B Blog Post Formats
The Six Highest Performing B2B Blog Post FormatsThe Six Highest Performing B2B Blog Post Formats
The Six Highest Performing B2B Blog Post Formats
 
The Outcome Economy
The Outcome EconomyThe Outcome Economy
The Outcome Economy
 
32 Ways a Digital Marketing Consultant Can Help Grow Your Business
32 Ways a Digital Marketing Consultant Can Help Grow Your Business32 Ways a Digital Marketing Consultant Can Help Grow Your Business
32 Ways a Digital Marketing Consultant Can Help Grow Your Business
 

Similar to PROYECTO VLANS

Ccna lab manual 640 802
Ccna lab manual 640 802Ccna lab manual 640 802
Ccna lab manual 640 802manikkan
 
Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02A.S.M Shmimul Islam.
 
Cisco asa active,active failover configuration
Cisco asa active,active failover configurationCisco asa active,active failover configuration
Cisco asa active,active failover configurationIT Tech
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configurationsamreenghauri786
 
CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2alan moreno
 
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...SilvioDias29
 
Exercise 4c stp rapid pvst+ question
Exercise 4c   stp rapid pvst+ questionExercise 4c   stp rapid pvst+ question
Exercise 4c stp rapid pvst+ questionsufi1248
 
Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 33c telecom
 
Ccna 4 final lab switchi
Ccna 4 final lab switchiCcna 4 final lab switchi
Ccna 4 final lab switchiLeandro Uglar
 
ACIT - CCNA Training Course Topic - Switch Stp ACIT
ACIT - CCNA Training Course Topic - Switch Stp ACITACIT - CCNA Training Course Topic - Switch Stp ACIT
ACIT - CCNA Training Course Topic - Switch Stp ACITSleek International
 
Fttx configuration-577 k-_ver_31072011
Fttx configuration-577 k-_ver_31072011Fttx configuration-577 k-_ver_31072011
Fttx configuration-577 k-_ver_31072011Igors Cardoso
 
CCIE R&S Real Lab Workbbok 2018 updated
CCIE R&S Real Lab Workbbok 2018 updatedCCIE R&S Real Lab Workbbok 2018 updated
CCIE R&S Real Lab Workbbok 2018 updatedCCIERNSTRICKS.COM
 

Similar to PROYECTO VLANS (20)

Ccna lab manual 640 802
Ccna lab manual 640 802Ccna lab manual 640 802
Ccna lab manual 640 802
 
Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02
 
Aruba mobility access switch useful commands v2
Aruba mobility access switch useful commands v2Aruba mobility access switch useful commands v2
Aruba mobility access switch useful commands v2
 
Cisco asa active,active failover configuration
Cisco asa active,active failover configurationCisco asa active,active failover configuration
Cisco asa active,active failover configuration
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configuration
 
CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2
 
Lab6.4.1
Lab6.4.1Lab6.4.1
Lab6.4.1
 
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
 
Exercise 4c stp rapid pvst+ question
Exercise 4c   stp rapid pvst+ questionExercise 4c   stp rapid pvst+ question
Exercise 4c stp rapid pvst+ question
 
Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3
 
Ccna 4 final lab switchi
Ccna 4 final lab switchiCcna 4 final lab switchi
Ccna 4 final lab switchi
 
Day 13.1..1 catalyst switch
Day 13.1..1 catalyst switchDay 13.1..1 catalyst switch
Day 13.1..1 catalyst switch
 
ACIT - CCNA Training Course Topic - Switch Stp ACIT
ACIT - CCNA Training Course Topic - Switch Stp ACITACIT - CCNA Training Course Topic - Switch Stp ACIT
ACIT - CCNA Training Course Topic - Switch Stp ACIT
 
Day 14.2 configuringvla ns
Day 14.2 configuringvla nsDay 14.2 configuringvla ns
Day 14.2 configuringvla ns
 
Fttx configuration-577 k-_ver_31072011
Fttx configuration-577 k-_ver_31072011Fttx configuration-577 k-_ver_31072011
Fttx configuration-577 k-_ver_31072011
 
CCIE R&S Real Lab Workbbok 2018 updated
CCIE R&S Real Lab Workbbok 2018 updatedCCIE R&S Real Lab Workbbok 2018 updated
CCIE R&S Real Lab Workbbok 2018 updated
 
CCIE R&S Real Lab H3 Config
CCIE R&S Real Lab H3 ConfigCCIE R&S Real Lab H3 Config
CCIE R&S Real Lab H3 Config
 
CCIE R&S Real Lab H1 Config
CCIE R&S Real Lab H1 ConfigCCIE R&S Real Lab H1 Config
CCIE R&S Real Lab H1 Config
 
CCIE R&S Real Lab H2 Config
CCIE R&S Real Lab H2 ConfigCCIE R&S Real Lab H2 Config
CCIE R&S Real Lab H2 Config
 
CCIE R&S Real TS-1 Config
CCIE R&S Real TS-1 ConfigCCIE R&S Real TS-1 Config
CCIE R&S Real TS-1 Config
 

Recently uploaded

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 

Recently uploaded (20)

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 

PROYECTO VLANS

  • 1. PRACTICAS CISCO CCNA INTEGRANTES: RUBEN DAVID SUAREZ CAÑIZARES JESUS ARTURO PAEZ LABORATORIO. CONFIGURACION DE UN SWITCH SENA REGIONAL N. D SANTANDER CUCUTA COLOMBIA
  • 2. Objetivos Crear una configuración de switch y verificarla Determina la versión firmware del switch Crear 6 Vlans, asignarles nombre y asignarles puertos de asociado Designacion Nombre del Dirección IP VLAN Mascara de subred Puertos del Switch Switch asignados Switch 2 Contabilidad 192.168.90.33 255.255.255.224 Fa 0/1 Switch 3 Almacén 192.168.90.65 255.255.255.224 Fa 0/3 Switch 4 Personal 192.168.90.97 255.255.255.224 Fa 0/4 Switch 5 Ventas 192.168.90.129 255.255.255.224 Fa 0/5 Switch 6 Tesorería 192.168.90.161 255.255.255.224 Fa 0/6 Switch 7 192.168.90.193 255.255.255.224 Fa 0/7 Gerencia Switch Control 192.168.90.2 255.255.255.224 Fa 0/2 Multilayer 3560
  • 3. 1) VISUALICE LA INFORMACION DEL IOS Switch>SHOW VERSION Cisco IOS Software, C3560 Software (C3560-ADVIPSERVICESK9-M), Version 12.2(37)SE1, RELEASE SOFTWARE (fc1) Copyright (c) 1986-2007 by Cisco Systems, Inc. Compiled Thu 05-Jul-07 22:22 by pt_team Image text-base: 0x00003000, data-base: 0x01500000
  • 4. ROM: C3560 Boot Loader (C3560-HBOOT-M) Version 12.2(25r)SEC, RELEASE SOFTWARE (fc4) System returned to ROM by power-on This product contains cryptographic features and is subject to United States and local country laws governing import, export, transfer and use. Delivery of Cisco cryptographic products does not imply third-party authority to import, export, distribute or use encryption. Importers, exporters, distributors and users are responsible for compliance with U.S. and local country laws. By using this product you agree to comply with applicable laws and regulations. If you are unable to comply with U.S. and local laws, return this product immediately. A summary of U.S. laws governing Cisco cryptographic products may be found at: http://www.cisco.com/wwl/export/crypto/tool/stqrg.html If you require further assistance please contact us by sending email to export@cisco.com. cisco WS-C3560-24PS (PowerPC405) processor (revision P0) with 122880K/8184K bytes of memory. Processor board ID CAT1037RJF7 24 FastEthernet/IEEE 802.3 interface(s) 2 Gigabit Ethernet/IEEE 802.3 interface(s) 512K bytes of flash-simulated non-volatile configuration memory. Base ethernet MAC Address : 0050.0F8D.CD43 Motherboard assembly number : 73-9673-09 Power supply part number : 341-0029-05 Motherboard serial number : CAT103758VY Power supply serial number : DTH1036C7UB Model revision number : P0 Motherboard revision number : A0 Model number : WS-C3560-24PS-E System serial number : CAT1037RJF7 Top Assembly Part Number : 800-26380-04 Top Assembly Revision Number : B0 Version ID : V06 CLEI Code Number : COM1100ARC Hardware Board Revision Number : 0x01 Switch Ports Model SW Version SW Image ------ ----- ----- ---------- ---------- * 1 26 WS-C3560-24PS 12.2(37)SE1 C3560-ADVIPSERVICESK Configuration register is 0xF
  • 5. 2) CREAR Y ASIGNAR NOMBRE A LAS VLANS DE DEPARTAMENTOS Switch#vlan database Switch#vlan 2 name Contabilidad Switch#vlan 3 name Almacen Switch#vlan 4 name Ventas Switch#vlan 5 name Personal Switch#vlan 6 name Tesoreria Switch#vlan 7 name Gerencia Switch#exit 3) ASIGNAR PUERTOS A VLAS VLANS Switch#config t VLAN2 Switch(config)interface fastethernet 0/1 Switch(config-if)switchport mode access Switch(config-if)switchport access vlan 2 Switch(config-if)end VLAN3 Switch(config)interface fastethernet 0/3 Switch(config-if)switchport mode access Switch(config-if)switchport access vlan 3 Switch(config-if)end VLAN 4 Switch(config)interface fastethernet 0/4 Switch(config-if)switchport mode access Switch(config-if)switchport access vlan 4 Switch(config-if)end VLAN 5 Switch(config)interface fastethernet 0/5 Switch(config-if)switchport mode access Switch(config-if)switchport access vlan 5 Switch(config-if)end VLAN 6 Switch(config)interface fastethernet 0/6 Switch(config-if)switchport mode access Switch(config-if)switchport access vlan 6 Switch(config-if)end VLAN7
  • 6. Switch(config)interface fastethernet 0/7 Switch(config-if)switchport mode access Switch(config-if)switchport access vlan 7 Switch(config-if)end 4) AHORA VISUALIZAMOS LAS VLANS Switch#show Vlan A continuación deben aparecer todas las Vlans creadas, y las Vlans x default VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1 default active Fa0/2, Fa0/8, Fa0/9, Fa0/10 Fa0/11, Fa0/12, Fa0/13, Fa0/14 Fa0/15, Fa0/16, Fa0/17, Fa0/18 Fa0/19, Fa0/20, Fa0/21, Fa0/22 Fa0/23, Fa0/24, Gig0/1, Gig0/2 2 contabilidad active Fa0/1 3 almacen active Fa0/3 4 personal active Fa0/4 5 ventas active Fa0/5 6 tesoreria active Fa0/6 7 gerencia active Fa0/7 1002 fddi-default active 1003 token-ring-default active 1004 fddinet-default active 1005 trnet-default active 5) CONFIGURAR PROTOCOLO RIP SWITCH MULTILAYER Switch>enable Switch# config t Switch(config)Router rip Switch(config-router)network 192.168.90.0 VISUALISAR LOS CAMBIOS REALISADOS Switch#show running-config interface FastEthernet0/1 switchport access vlan 2 ! interface FastEthernet0/2 switchport mode access ! interface FastEthernet0/3
  • 7. switchport access vlan 3 switchport mode access ! interface FastEthernet0/4 switchport access vlan 4 switchport mode access ! interface FastEthernet0/5 switchport access vlan 5 switchport mode access ! interface FastEthernet0/6 switchport access vlan 6 switchport mode access ! interface FastEthernet0/7 switchport access vlan 7 switchport mode access interface Vlan1 ip address 192.168.90.2 255.255.255.224 ! interface Vlan2 ip address 192.168.90.33 255.255.255.224 ! interface Vlan3 ip address 192.168.90.65 255.255.255.224 ! interface Vlan4 ip address 192.168.90.97 255.255.255.224 ! interface Vlan5 ip address 192.168.90.129 255.255.255.224 ! interface Vlan6 ip address 192.168.90.161 255.255.255.224 ! interface Vlan7 ip address 192.168.90.193 255.255.255.224 router rip network 192.168.90.0 COMPROBANDO CONECTIVIDAD. Comando Ping Packet Tracer PC Command Line 1.0
  • 8. PC>ping 192.168.90.2 Pinging 192.168.90.2 with 32 bytes of data: Reply from 192.168.90.2: bytes=32 time=78ms TTL=255 Reply from 192.168.90.2: bytes=32 time=17ms TTL=255 Reply from 192.168.90.2: bytes=32 time=31ms TTL=255 Reply from 192.168.90.2: bytes=32 time=32ms TTL=255 Ping statistics for 192.168.90.2: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 17ms, Maximum = 78ms, Average = 39ms PC>ping 192.168.90.33 Pinging 192.168.90.33 with 32 bytes of data: Reply from 192.168.90.33: bytes=32 time=16ms TTL=255 Reply from 192.168.90.33: bytes=32 time=31ms TTL=255 Reply from 192.168.90.33: bytes=32 time=17ms TTL=255 Reply from 192.168.90.33: bytes=32 time=2ms TTL=255 Ping statistics for 192.168.90.33: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 2ms, Maximum = 31ms, Average = 16ms PC>ping 192.168.90.655 Ping request could not find host 192.168.90.655. Please check the name and try again. PC>ping 192.168.90.65 Pinging 192.168.90.65 with 32 bytes of data: Reply from 192.168.90.65: bytes=32 time=47ms TTL=255 Reply from 192.168.90.65: bytes=32 time=31ms TTL=255 Reply from 192.168.90.65: bytes=32 time=31ms TTL=255 Reply from 192.168.90.65: bytes=32 time=31ms TTL=255 Ping statistics for 192.168.90.65: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 31ms, Maximum = 47ms, Average = 35ms PC>ping 192.168.90.97 Pinging 192.168.90.97 with 32 bytes of data: Reply from 192.168.90.97: bytes=32 time=63ms TTL=255
  • 9. Reply from 192.168.90.97: bytes=32 time=31ms TTL=255 Reply from 192.168.90.97: bytes=32 time=31ms TTL=255 Reply from 192.168.90.97: bytes=32 time=31ms TTL=255 Ping statistics for 192.168.90.97: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 31ms, Maximum = 63ms, Average = 39ms PC>ping 192.168.90.161 Pinging 192.168.90.161 with 32 bytes of data: Reply from 192.168.90.161: bytes=32 time=46ms TTL=255 Reply from 192.168.90.161: bytes=32 time=47ms TTL=255 Reply from 192.168.90.161: bytes=32 time=31ms TTL=255 Reply from 192.168.90.161: bytes=32 time=47ms TTL=255 Ping statistics for 192.168.90.161: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 31ms, Maximum = 47ms, Average = 42ms PC>ping 192.168.90.193 Pinging 192.168.90.193 with 32 bytes of data: Reply from 192.168.90.193: bytes=32 time=78ms TTL=255 Reply from 192.168.90.193: bytes=32 time=31ms TTL=255 Reply from 192.168.90.193: bytes=32 time=31ms TTL=255 Reply from 192.168.90.193: bytes=32 time=18ms TTL=255 Ping statistics for 192.168.90.193: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 18ms, Maximum = 78ms, Average = 39ms PC>ping 192.168.90.192 Pinging 192.168.90.192 with 32 bytes of data: Reply from 192.168.90.2: bytes=32 time=31ms TTL=255 Reply from 192.168.90.2: bytes=32 time=44ms TTL=255 Reply from 192.168.90.2: bytes=32 time=42ms TTL=255 Reply from 192.168.90.2: bytes=32 time=31ms TTL=255 Ping statistics for 192.168.90.192: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 31ms, Maximum = 44ms, Average = 37ms
  • 10. PC>ping 192.168.90.194 Pinging 192.168.90.194 with 32 bytes of data: Request timed out. Reply from 192.168.90.194: bytes=32 time=188ms TTL=127 Reply from 192.168.90.194: bytes=32 time=156ms TTL=127 Reply from 192.168.90.194: bytes=32 time=96ms TTL=127 Ping statistics for 192.168.90.194: Packets: Sent = 4, Received = 3, Lost = 1 (25% loss), Approximate round trip times in milli-seconds: Minimum = 96ms, Maximum = 188ms, Average = 146ms PC>ping 192.168.90.194 Pinging 192.168.90.194 with 32 bytes of data: Reply from 192.168.90.194: bytes=32 time=141ms TTL=127 Reply from 192.168.90.194: bytes=32 time=90ms TTL=127 Reply from 192.168.90.194: bytes=32 time=107ms TTL=127 Reply from 192.168.90.194: bytes=32 time=93ms TTL=127 Ping statistics for 192.168.90.194: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 90ms, Maximum = 141ms, Average = 107ms PC>ping 192.168.90.67 Pinging 192.168.90.67 with 32 bytes of data: Request timed out. Reply from 192.168.90.67: bytes=32 time=156ms TTL=127 Reply from 192.168.90.67: bytes=32 time=94ms TTL=127 Reply from 192.168.90.67: bytes=32 time=94ms TTL=127 Ping statistics for 192.168.90.67: Packets: Sent = 4, Received = 3, Lost = 1 (25% loss), Approximate round trip times in milli-seconds: Minimum = 94ms, Maximum = 156ms, Average = 114ms PC>ping 192.168.90.67 Pinging 192.168.90.67 with 32 bytes of data: Reply from 192.168.90.67: bytes=32 time=125ms TTL=127 Reply from 192.168.90.67: bytes=32 time=94ms TTL=127 Reply from 192.168.90.67: bytes=32 time=94ms TTL=127
  • 11. Reply from 192.168.90.67: bytes=32 time=81ms TTL=127 Ping statistics for 192.168.90.67: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 81ms, Maximum = 125ms, Average = 98ms PC>ping 192.168.90.38 Pinging 192.168.90.38 with 32 bytes of data: Request timed out. Reply from 192.168.90.38: bytes=32 time=156ms TTL=127 Reply from 192.168.90.38: bytes=32 time=78ms TTL=127 Reply from 192.168.90.38: bytes=32 time=78ms TTL=127 Ping statistics for 192.168.90.38: Packets: Sent = 4, Received = 3, Lost = 1 (25% loss), Approximate round trip times in milli-seconds: Minimum = 78ms, Maximum = 156ms, Average = 104ms PC>ping 192.168.90.38 Pinging 192.168.90.38 with 32 bytes of data: Reply from 192.168.90.38: bytes=32 time=172ms TTL=127 Reply from 192.168.90.38: bytes=32 time=91ms TTL=127 Reply from 192.168.90.38: bytes=32 time=98ms TTL=127 Reply from 192.168.90.38: bytes=32 time=105ms TTL=127 Ping statistics for 192.168.90.38: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 91ms, Maximum = 172ms, Average = 116ms PC>ping 192.168.90.36 Pinging 192.168.90.36 with 32 bytes of data: Request timed out. Reply from 192.168.90.36: bytes=32 time=144ms TTL=127 Reply from 192.168.90.36: bytes=32 time=81ms TTL=127 Reply from 192.168.90.36: bytes=32 time=64ms TTL=127 Ping statistics for 192.168.90.36: Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
  • 12. Approximate round trip times in milli-seconds: Minimum = 64ms, Maximum = 144ms, Average = 96ms PC>ping 192.168.90.36 Pinging 192.168.90.36 with 32 bytes of data: Reply from 192.168.90.36: bytes=32 time=172ms TTL=127 Reply from 192.168.90.36: bytes=32 time=78ms TTL=127 Reply from 192.168.90.36: bytes=32 time=62ms TTL=127 Reply from 192.168.90.36: bytes=32 time=62ms TTL=127 Ping statistics for 192.168.90.36: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 62ms, Maximum = 172ms, Average = 93ms PC>ping 192.168.90.3 Pinging 192.168.90.3 with 32 bytes of data: Reply from 192.168.90.3: bytes=32 time=47ms TTL=128 Reply from 192.168.90.3: bytes=32 time=2ms TTL=128 Reply from 192.168.90.3: bytes=32 time=3ms TTL=128 Reply from 192.168.90.3: bytes=32 time=15ms TTL=128 Ping statistics for 192.168.90.3: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 2ms, Maximum = 47ms, Average = 16ms