You are on page 1of 2

ROUTER 1

-----------------------------------------hostname R1
!
interface Loopback0
ip address 10.1.1.1 255.255.255.0
!
interface Serial0/0
ip address 172.16.21.1 255.255.255.0---------(ip mal puesta 172.16.12.1)
clock rate 64000
bandwidth 64
no shutdown
!
router eigrp 1
network 10.1.1.0 0.0.0.255
network 172.16.12.0 0.0.0.255
auto-summary----------------------- no auto-summary (falla)
end
------------------------------------------Router 2
hostname R2
!
interface Loopback0
ip address 172.16.2.1 255.255.255.0
!
interface Serial0/0
ip address 172.16.12.2 255.255.255.0
bandwidth 64
no shutdown
!
interface Serial0/1
ip address 172.16.23.2 255.255.255.0
clock rate 64000
bandwidth 64
no shutdown
!
router eigrp 1
network 172.16.2.0 0.0.0.255
network 172.16.12.0 0.0.0.255
network 172.16.23.0 0.0.0.255
no auto-summary
end
------------------------------------------Router 3
hostname R3
!
interface Loopback0
ip address 172.16.3.1 255.255.255.0
!
interface Serial0/1
ip address 172.16.23.3 255.255.255.0
bandwidth 64
no shutdown
!
interface Serial0/0

ip address 172.16.34.3 255.255.255.0


clock rate 64000
bandwidth 64
no shutdown
!
router eigrp 1
network 172.16.3.1 0.0.0.255--------------------(falto agregar)
network 172.16.23.0 0.0.0.255
network 172.16.30.0 0.0.0.255-------------------(esta demas)
network 172.16.34.0 0.0.0.255
no auto-summary
end
------------------------------------------ROUTER 4
hostname R4
!
interface Loopback0
ip address 10.1.4.1 255.255.255.0
!
interface Serial0/0
ip address 172.16.34.4 255.255.255.0
bandwidth 64
no shutdown
!
router eigrp 100--------------------------------(es EIGRP 1)
network 10.1.4.0 0.0.0.255
network 172.16.34.0 0.0.0.255
auto-summary--------------------------(no auto-summary)
end

You might also like