Configuracion de Router Switch

22
COMANDOS BASICOS PARA CONFIGURAR UN ROUTER POR INTERFAZ DE LINEAS DE COMANDOS (CLI)

description

configuracion de router y switch

Transcript of Configuracion de Router Switch

  • COMANDOS BASICOS PARA CONFIGURAR UN ROUTER POR

    INTERFAZ DE LINEAS DE COMANDOS (CLI)

  • 1. INTERFAZ GRAFICAS PARA CONFIGURAR DISPOSITIVOS DE RED

    (CONFIG)

  • INTERFAZ DE LINEAS DE COMANDOS

  • CONFIGURACION DE SWITCH

    SWITCH > SWITCH > enable SWITCH # SWITCH # configure terminal SWITCH (config) #

  • SWITCH (config) # line consola 0 SWITCH (config) # password cisco 1 SWITCH (config) # login SWITCH (config) # line vty 0 4 SWITCH (config) # password cisco 2 SWITCH (config) # login SWITCH (config) # enable secret cisco3 SWITCH (config) # username admin privilege 15 password admin SWITCH (config) # hostname sw1 SWITCH (config) # ip domain- name cisco.com SWITCH (config) # crypto key generate rsa SWITCH (config) # line vty 0 4 SWITCH (config) # login local SWITCH (config) # transport input ssh SWITCH (config) # do write

    COMANDOS PARA CONTRASEAS DE UN SWITCH

  • COMANDOS PARA COLOCAR IP A LAS INTERFACES

    Sw1 (config-line) exit Sw1 (config) interface vlan 1 Sw1 (config) ip address 192.168.10.10 255.255.255.128 Sw1 (config) no shutdown Sw1 (config) ip default-gateway 192.168.10 126 Sw1 (config) # do write