0% found this document useful (0 votes)
58 views3 pages

? All All Protocols None No Protocols SSH TCP/IP SSH Protocol Telnet TCP/IP Telnet Protocol

The document provides configuration details for devices SW1, R1 and R2. For each device, it configures the hostname, passwords, virtual terminal lines, IP addresses and default routes. It also configures SVI and management interfaces on SW1, and IPv4 and IPv6 unicast routing on all devices.

Uploaded by

Dani Dominguez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views3 pages

? All All Protocols None No Protocols SSH TCP/IP SSH Protocol Telnet TCP/IP Telnet Protocol

The document provides configuration details for devices SW1, R1 and R2. For each device, it configures the hostname, passwords, virtual terminal lines, IP addresses and default routes. It also configures SVI and management interfaces on SW1, and IPv4 and IPv6 unicast routing on all devices.

Uploaded by

Dani Dominguez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

CURSO: CCNA VERSION 7.

0
MATERIA: CONFIGURACION BASICA DE DISPOSITIVOS

CONEXIÓN INICIAL AL DISPOSITIVO


Conectamos mediante un cable de consola (rollover) y utilizamos un
programa de emulación de terminal con los siguientes parámetros

Configuración de SW1
Switch>enable
Switch#
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname SW1
SW1(config)#username admin password cisco
SW1(config)#enable secret cisco1
SW1(config)#line console 0
SW1(config-line)#login local
SW1(config)#line vty 0 4
SW1(config-line)#login local
SW1(config-line)#transport input ?
all All protocols
none No protocols
ssh TCP/IP SSH protocol
telnet TCP/IP Telnet protocol

1
Editado por Jesus Lazcano Cisco CCAI para Unireg CK. Todos los derechos reservados
SW1(config-line)#transport input all
SW1(config)#interface vlan 1
SW1(config-if)#ip address 192.168.1.2 255.255.255.0

SW1(config-if)#description INTERFACE SWITCH VIRTUAL INTERFACE (SVI) DE


GESTION REMOTA DEL SWITCH
SW1(config)#ip default-gateway 192.168.1.1
SW1(config)#exit
SW1#
SW1#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
SW1#copy running-config tftp
Address or name of remote host []? 192.168.1.5
Destination filename [SW1-confg]?
CONFIGURACION DE R1
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R1
R1(config)#username admin password cisco
R1(config)#enable secret cisco1
R1(config)#service password-encryption
R1(config)#line console 0
R1(config-line)#login local
R1(config-line)#exit
R1(config)#line vty 0 4
R1(config-line)#login local
R1(config-line)#transport input all
R1(config)#ipv6 unicast-routing
R1(config)#interface fastEthernet 0/0
R1(config-if)#ip address 192.168.1.1 255.255.255.0
R1(config-if)#ipv6 address 2001:a:a:a::1/64
R1(config-if)#description INTERFACE LAN R1
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface fastEthernet 0/1
R1(config-if)#ip address 192.168.2.1 255.255.255.0
R1(config-if)#ipv6 address 2001:a:a:b::1/64
R1(config-if)#description LINK R1-R2
R1(config-if)#no shutdown
R1(config)#ip route 192.168.3.0 255.255.255.0 192.168.2.2
R1(config)#ipv6 route 2001:a:a:c::/64 2001:a:a:b::2

2
Editado por Jesus Lazcano Cisco CCAI para Unireg CK. Todos los derechos reservados
CONFIGURACION DE R2
Router>en
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R2
R2(config)#username admin password cisco
R2(config)#enable secret cisco1
R2(config)#service password-encryption
R2(config)#line console 0
R2(config-line)#login local
R2(config-line)#exit
R2(config)#line vty 0 4
R2(config-line)#login local
R2(config-line)#transport input all
R2(config-line)#exit
R2(config)#interface fast 0/1
R2(config-if)#exit
R2(config)#ipv6 unicast-routing
R2(config)#interface fastEthernet 0/1
R2(config-if)#ip address 192.168.2.2 255.255.255.0
R2(config-if)#ipv6 address 2001:a:a:b::2/64
R2(config-if)#description LINK R2-R1
R2(config-if)#no shut
R2(config)#interface fast 0/0
R2(config-if)#ip address 192.168.3.1 255.255.255.0
R2(config-if)#ipv6 address 2001:a:a:c::1/64
R2(config-if)#description LAN R2
R2(config-if)#ip helper-address 192.168.1.5
R2(config-if)#no shutdown
R2(config)#ip route 192.168.1.0 255.255.255.0 192.168.2.1
R2(config)#ipv6 route 2001:a:a:a::/64 2001:a:a:b::1

3
Editado por Jesus Lazcano Cisco CCAI para Unireg CK. Todos los derechos reservados

You might also like