You are on page 1of 1

enable

clock set 16:09:00 1 December 2018


configure terminal
banner motd "Equipo Protegido!"
no ip domain-lookup
ipv6 unicast-routing
hostname R1
!
enable secret execp
line console 0
password consola
login
exit
line vty 0 15
password telnet
login
exit
service password-encryption
!
interface gigabitethernet 0/0
description Enlace a la LAN-1
ip address 192.168.10.1 255.255.255.0
ipv6 address 2001:db8:acad:1::1/64
no shutdown
exit
!
interface gigabitethernet 0/1
description Enlace a la LAN-2
ip address 192.168.11.1 255.255.255.0
ipv6 address 2001:db8:acad:2::1/64
no shutdown
exit
!
interface serial 0/0/0
description Enlace WAN R1-R2
ip address 209.168.220.225 255.255.255.252
ipv6 address 2001:db8:acad:3::1/64
clock rate 128000
no shutdown
exit
interface loopback 0
ip address 10.0.0.1 255.255.255.0
exit
!
ip route 0.0.0.0 0.0.0.0 serial 0/0/0
ipv6 route ::0/0 se0/0/0
!
exit
copy running-config startup-config

You might also like