Está en la página 1de 6

UNIVERSIDAD PRIVADA FRANZ TAMAYO

FACULTAD DE INGENIERÍA
CARRERA INGENIERÍA DE SISTEMAS

Actividad 1: Implementación de una red IP-DHCP en


Router Cisco con el Simulador GNS3.

INTEGRANTES:
ÁLVAREZ QUISBERT ISAAC SAUL
DOCENTE:
MARCOS ENRIQUE ALCON ASTETE
LA PAZ – BOLIVIA
2022
Link:
https://drive.google.com/drive/folders/1cn01-lThXPgYxIoxNxlh0x8NlJGLVUdJ
?usp=sharing

Codigo de la Configuración del Router


R1#
R1#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#
R1(config)#hostname R1-DHCP
R1-DHCP(config)#
R1-DHCP(config)#end
R1-DHCP#
R1-DHCP#
R1-DHCP#
*Mar 1 00:02:42.410: %SYS-5-CONFIG_I: Configured from console by console
R1-DHCP#
R1-DHCP#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
R1-DHCP(config)#interface fastEthernet 1/0
R1-DHCP(config-if)#ip address 192.168.120.1 255.255.255.0
R1-DHCP(config-if)#no shutdown
R1-DHCP(config-if)#
*Mar 1 00:03:40.152: %LINK-3-UPDOWN: Interface FastEthernet1/0, changed state to up
*Mar 1 00:03:41.154: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet1/0, changed state to up
R1-DHCP(config-if)#
R1-DHCP(config-if)#exit
R1-DHCP(config)#ip dhcp pool LAN1
R1-DHCP(dhcp-config)#network 192.168.120.1 255.255.255.0
R1-DHCP(dhcp-config)#default-route 192.168.120.1
R1-DHCP(dhcp-config)#dns-server 8.8.8.8
R1-DHCP(dhcp-config)#end
R1-DHCP#
*Mar 1 00:07:04.231: %SYS-5-CONFIG_I: Configured from console by console
R1-DHCP#
R1-DHCP#

R1-DHCP#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
R1-DHCP(config)#aaa new-model
R1-DHCP(config)#username SAUL password saul
R1-DHCP(config)#aaa authentication login default local
R1-DHCP(config)#end
R1-DHCP#
*Mar 1 00:08:40.084: %SYS-5-CONFIG_I: Configured from console by console
R1-DHCP#write
Building configuration...
[OK]
R1-DHCP#
R1-DHCP#
R1-DHCP#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
R1-DHCP(config)#end
R1-DHCP#show
*Mar 1 00:09:10.842: %SYS-5-CONFIG_I: Configured from console by console
R1-DHCP#show run
Building configuration...

Current configuration : 1122 bytes


!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1-DHCP
!
boot-start-marker
boot-end-marker
!
!
aaa new-model
!
!
aaa authentication login default local
!
aaa session-id common
no ip icmp rate-limit unreachable
ip cef
!
!
no ip dhcp use vrf connected
!
ip dhcp pool LAN1
network 192.168.120.0 255.255.255.0
default-router 192.168.120.1
dns-server 8.8.8.8
!
!
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
username SAUL password 0 saul
!
!
ip tcp synwait-time 5
!
!
!
!
!
interface Ethernet0/0
no ip address
shutdown
half-duplex
!
interface Serial0/0
no ip address
shutdown
!
interface Serial0/1
no ip address
shutdown
!
interface FastEthernet1/0
ip address 192.168.120.1 255.255.255.0
duplex auto
speed auto
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
!
!
end

R1-DHCP#
R1-DHCP#
R1-DHCP#

R1-DHCP#
R1-DHCP#exit

R1-DHCP con0 is now available

Press RETURN to get started.

User Access Verification

Username: SAUL
Password:

% Authentication failed

Username: SAUL
Password:

R1-DHCP#
R1-DHCP#

También podría gustarte