Sunteți pe pagina 1din 5

Sumarizacin de Rutas en EIGRP

Router 1
!
hostname R1
!
interface Loopback0
ip address 192.168.10.1 255.255.255.248
!
interface Loopback1
ip address 192.168.10.9 255.255.255.248
!
interface Loopback2
ip address 192.168.10.17 255.255.255.248
!
interface FastEthernet1/0

ip address 192.168.10.66 255.255.255.248


ip summary-address eigrp 100 192.168.10.0 255.255.255.224 5
!
router eigrp 100
network 192.168.10.0
no auto-summary
!
!
line con 0
logging synchronous
end
Router 2
hostname R2
!
interface Loopback0
ip address 192.168.10.33 255.255.255.248
!
interface Loopback1
ip address 192.168.10.41 255.255.255.248
!
interface Loopback2
ip address 192.168.10.49 255.255.255.248
!

interface FastEthernet1/0
ip address 192.168.10.67 255.255.255.248
ip summary-address eigrp 100 192.168.10.32 255.255.255.224 5
!
router eigrp 100
network 192.168.10.0
no auto-summary
!
line con 0
logging synchronous
!
end
Router 3
!
hostname R3
interface FastEthernet1/0
ip address 192.168.10.65 255.255.255.248
!
interface FastEthernet1/1
ip address 192.168.10.129 255.255.255.252
ip summary-address eigrp 100 192.168.10.0 255.255.255.0 5
!
router eigrp 100
network 192.168.10.0

no auto-summary
!
line con 0
logging synchronous
end

Router 4
!
hostname R4
interface Loopback0
ip address 200.1.1.1 255.255.255.0
!
interface FastEthernet1/0
ip address 192.168.10.130 255.255.255.252
duplex auto
speed auto
!
router eigrp 100
network 192.168.10.0
network 200.1.1.0
no auto-summary
!
line con 0

logging synchronous
!
end

S-ar putea să vă placă și