Practica Básica 1: Prof. Llep Avilan

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 4

Practica Básica 1

Prof. Llep Avilan.


Acceso remoto.

 Router(config)#hostname lan1
 lan1(config)#ip domain-name llep.com
 lan1(config)#crypto key generate rsa
 How many bits in the modulus [512]: 1024
 lan1(config)#ip ssh time-out 30
 lan1(config)#ip ssh authentication-retries 3
 lan1(config)#ip ssh version 2
 lan1(config)#username llep privilege 15 password cisco
 lan1(config)#line vty 0 4
 lan1(config-line)#transport input all
 lan1(config-line)#exit
 lan1(config)#enable secret miclaveenable
 lan1(config)#service password-encryption
Interfaces.

 lan1(config)# interface GigabitEthernet0/0


 lan1(config-if)# ip address 10.0.0.1 255.0.0.0
 lan1(config-if)# ipv6 address abcd::1/64
 lan1(config-if)#description . Red lan 10.0.0.0 .
 lan1(config-if)#duplex full
 lan1(config-if)# no shutdown
Topología

You might also like