Informe configuracion 3com.docx

Embed Size (px)

Citation preview

  • 8/13/2019 Informe configuracion 3com.docx

    1/7

    DEPARTAMENTO DE CIENCIAS DE LA COMPUTACIN

    REDES DE DATOS III

    CONFIGURACIN DEL HYPERTERMINAL

    RESPONSABLES

    BENALCAZAR SANTIAGO GARCIA LUIS LLUMIQUINGA GERARDO LATACUNGA JORGE GUAMAN JOSE PEAHERRERA GABRIELA

  • 8/13/2019 Informe configuracion 3com.docx

    2/7

    HIPERTERMINAL

    Programa que puede utilizarse para conectar con otrosequipos sitios telnet de internet, servicios en lnea y equipos

    hosts con un modem.

    PASOS:

    1- Ingresamos a hiperterminal

  • 8/13/2019 Informe configuracion 3com.docx

    3/7

    2.-Introducimos el nombre a la conexin del terminal

    3.- Elegimos el puerto de comunicaciones en el que hemosrealizado la conexin

    4.- En la ventana propiedades elegimos la configuracin bitspor segundo dependiendo del equipo y control de flujo

  • 8/13/2019 Informe configuracion 3com.docx

    4/7

    5.- Realizamos la configuracin del elemento que estamosconectados

    Configuracin bsica de un Switch 3COM

    Configuracin contrasea

    system-view

    [Sysname] user-interface aux 0# Especificar para autenticar usuarios que se conectan a travs del puerto de consolautilizando la contrasea local.

    [Sysname-ui-aux0] authentication-mode password

    [Sysname-ui-aux0] set authentication password simple 123456

    [Sysname-ui-aux0] user privilege level 2

    [Sysname-ui-aux0] speed 19200

  • 8/13/2019 Informe configuracion 3com.docx

    5/7

    [Sysname-ui-aux0] screen-length 30

    [Sysname-ui-aux0] history-command max-size 20

    [Sysname-ui-aux0] idle-timeout 6

    ----------------------------------------------------------------------------------------------------------------

    Procedimiento de configuracin Usuario Invitado

    system-view

    [Sysname] local-user guest

    [Sysname-luser-guest] password simple 123456

    [Sysname-luser-guest] service-type terminal level 2

    [Sysname-luser-guest] quit

    [Sysname] user-interface aux 0

    [Sysname-ui-aux0] authentication-mode scheme

    [Sysname-ui-aux0] speed 19200

    [Sysname-ui-aux0] screen-length 30

    [Sysname-ui-aux0] history-command max-size 20

    [Sysname-ui-aux0] idle-timeout 6

    ----------------------------------------------------------------------------------------------------------------

    Procedimiento de configuracin VTY

    system-view

    [Sysname] user-interface vty 0

    [Sysname-ui-vty0] authentication-mode password

    [Sysname-ui-vty0] set authentication password simple 123456

  • 8/13/2019 Informe configuracion 3com.docx

    6/7

    [Sysname-ui-vty0] user privilege level 2

    [Sysname-ui-vty0] protocol inbound telnet

    [Sysname-ui-vty0] screen-length 30

    [Sysname-ui-vty0] history-command max-size 20

    [Sysname-ui-vty0] idle-timeout 6

    ----------------------------------------------------------------------------------------------------------------

    Configuration Procedure Mensaje de inicio web

    # Enter system view.

    system-view

    # Configure the banner Welcome to be displayed when a user logs into theswitch through Web.

    [Sysname] header login %Welcome%

    ----------------------------------------------------------------------------------------------------------------

    Vlan Trunk[SwitchA] interface Ethernet 1/0/3

    [SwitchA-Ethernet1/0/3] port l ink-type trunk

    [SwitchA-Ethernet1/0/3] port trunk permit vlan 101

    [SwitchA-Ethernet1/0/3] port trunk permit vlan 201

    [SwitchA-Ethernet1/0/3] port trunk permit vlan all

    ----------------------------------------------------------------------------------------------------------------

    Crear vlan administrative y asignar ip administrative

    system-view

    [SwitchA] vlan 10

  • 8/13/2019 Informe configuracion 3com.docx

    7/7

    [SwitchA] management-vlan 10

    [SwitchA] interface vlan-interface 10

    [SwitchA-Vlan-interface10] ip address 1.1.1.1 255.255.255.0

    [SwitchA-Vlan-interface10] quit

    ----------------------------------------------------------------------------------------------------------------

    Asignar ip

    system-view

    [Switch] interface Vlan-interface 1

    [Switch-Vlan-interface1] ip address 192.168.1.4 255.255.255.0

    ----------------------------------------------------------------------------------------------------------------

    Definir puertos turnk y permitir vlans

    system-view

    [Sysname] interface Ethernet 1/0/1

    [Sysname-Ethernet1/0/1] port link-type trunk

    Para permitir todas la vlan

    [SwitchA-Ethernet1/0/3] port trunk permit vlan all

    ----------------------------------------------------------------------------------------------------------------