You are on page 1of 11

CONFIGURACION BASICA

1. Asignacin de nombre routers. enable configure terminal hostname [nombre]

2. Contrasea de enable y consola enable conf t enable secret ******** enable password *********

Consola enable conf t line con 0 password ****** login exit

3. Configuracin de Banner Mensaje de ingreso Enable Conf t Banner motd & Mensaje

Esta configuracin se realizara a cada router implementado en la red

CONFIGURACION SSH 1. Se implementara en todos los router con el propsito de tener acceso a ellos de forma remota a travs de los router vecinos enable conf t ip domain-name [nombre del dominio] crypto key generate rsa [se coloca 1024] ip ssh time-out 15 ip ssh authentication-retries 2 username [usaurio] privelege 15 password [contrasea]

Se liga al line vty 0 4 line vty 0 4 transport input ssh login local end

Para probar ingresamos a otro router y escribimos SSH l [nombre del router a ingresar] [ip]

CONFIGURACION DE VLAN 1. Ahora configuraremos las VLAN en el switch Enable Conf t Vlan 10

CONFIGURACION DE VTP 1. Configuraremos el switch como server Enable Conf t Vtp domain bamapo.org Vtp mode server Vtp password ****** Vtp versin 2

2. Ahora configuraremos el segundo switch como cliente Enable Conf t Vtp domain bamapo.org Vtp mode cliente Vtp password ****** Vtp versin 2

ENRUTAMIENTO CON OSPF para realizar el enrutamiento se debera seguir los siguientes pasos 1. Ingresaremos las direcciones de red Enable Conf t Route ospf 1 Network (direccin de red) (wilcard) rea 1- 65535

CONFIGURACION DE PORT-SECURITY 1. configuraremos los puestos para que ningun host no autorizado ingres enable conf t interface fastEthernet 0/1 switchport mode Access switchport port-security switchport port-security maximum 1 switchport port-security violation shutdown switchport port-security mac-address 0030.A38A.B68D switchport port-security mac-address sticky

CONFIGURACION DE LISTAS DE ACCESO 1. configuraremos la siguiente regla para permitir y denegar el acceso de una red enable conf t Access-list 1 permit (direccin que se le permite entrar) (mascara) Access-list 1 deny (direccin que se le niega la entrada) (mascara)

You might also like