You are on page 1of 2

hostname R1

!
!
!
enable secret class
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
!
!
!
!
!
!
interface FastEthernet0/0
description R1 LAN
ip address 192.168.1.1 255.255.255.0
no shutdown
duplex auto
speed auto
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Serial2/0
description link to R2
ip address 192.168.2.1 255.255.255.0
clock rate 64000
no shutdown
!
interface Serial3/0
no ip address
shutdown
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0

no ip address
shutdown
!
ip classless
!
ip flow-export version 9
!
!
!
banner motd ^C
==================================================
==================================================
=====> USTED VA A ACCEDER AL ROUTER 1 <=====
==================================================
==================================================
^C
!
!
!
!
line con 0
password cisco
login
!
line aux 0
!
line vty 0 4
password cisco
login
!
!
!
end

You might also like