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

!

enable secret cisco


enable password cisco
username cisco secret cisco
no username emmanuel
no ip domain-lookup
ip domain-name cisco.com

line vty 0 4
exec-timeout 5 0
password cisco
logging synchronous
login
line vty 5
exec-timeout 5 0
password cisco
logging synchronous
login
!
!

!
interface GigabitEthernet0/0/0
description LAN-DHCPSERVER
ip address 10.26.80.9 255.255.255.252
duplex auto
speed auto

interface Serial0/1/0
description R3-R1
ip address 10.26.80.1 255.255.255.252
clock rate 2000000
!
interface Serial0/1/1
description R3-R2
ip address 10.26.80.5 255.255.255.252
clock rate 2000000
!
interface Vlan1
no ip address
!
ip classless
no ip route 10.24.0.0 255.255.128.0 10.24.192.6
no ip route 10.24.128.0 255.255.224.0 10.24.192.6
no ip route 10.24.0.0 255.255.128.0 10.24.192.10 150
no ip route 10.24.128.0 255.255.224.0 10.24.192.10 150
no ip route 10.26.0.0 255.255.128.0 10.26.160.6
no ip route 10.26.128.0 255.255.224.0 10.26.160.6
no ip route 10.26.0.0 255.255.128.0 10.26.160.10 150
no ip route 10.26.128.0 255.255.254.0 10.26.160.10 150
ip route 10.26.0.0 255.255.192.0 10.26.80.2 10
ip route 10.26.0.0 255.255.192.0 10.26.80.6 20
ip route 10.26.64.0 255.255.240.0 10.26.80.2 10
ip route 10.26.64.0 255.255.240.0 10.26.80.6 20

You might also like