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

Filtrado Redistribucin.

Router. (FR)
R2
R3
R4
R5
R6

Loopback0
2.2.2.2/32
3.3.3.3/32
4.4.4.4/32
5.5.5.5/32
6.6.6.6/32

Router (ATM)
BB3
827 (sw4)
BB1
BB2
R1

R5:
router eigrp 100
redistribute ospf 1 metric 100000 100 255 1 1500 route-map OSPF-TO-EIGRP
network 172.17.0.0
no auto-summary
!
router ospf 1
log-adjacency-changes
redistribute eigrp 100 subnets route-map EIGRP-TO-OSPF
network 5.5.5.5 0.0.0.0 area 0
network 10.10.10.0 0.0.0.3 area 0
!
ip access-list standard OSPF-NET
permit 10.10.10.0 0.0.0.3
permit 5.5.5.5 0.0.0.0
!
ip access-list standard EIGRP-NET
permit 172.17.0.0 0.0.255.255
permit 2.2.2.2 0.0.0.0
permit 3.3.3.3 0.0.0.0
permit 4.4.4.4 0.0.0.0
permit 6.6.6.6 0.0.0.0

Loopback 0
30.30.30.30/32
8.8.8.8/32
10.10.10.10/32
20.20.20.20/32
1.1.1./32

route-map OSPF-TO-EIGRP permit 10


description OSPF-TO-EIGRP
match ip address OSPF-NET
!
route-map EIGRP-TO-OSPF permit 10
description EIGRP-TO-OSPF
match ip address EIGRP-NET

BB3:
router RIP
redistribute ospf 1 metric 100000 100 255 1 1500 route-map OSPF-TO-RIP
network 172.17.0.0
no auto-summary
!
router ospf 1
log-adjacency-changes
redistribute eigrp 100 subnets route-map RIP-TO-OSPF
network 30.30.30.30 0.0.0.0 area 0
network 10.10.10.0 0.0.0.3 area 0
!
ip access-list standard OSPF-NET
permit 10.10.10.0 0.0.0.3
permit 172.17.0.0 0.0.255.255
permit 30.30.30.30 0.0.0.0
!
ip access-list standard RIP-NET
permit 8.8.8.8 0.0.0.0
permit 10.10.10.10 0.0.0.0
permit 20.20.20.20 0.0.0.0
permit 1.1.1.1 0.0.0.0

!
route-map OSPF-TO-RIP permit 10
description OSPF-TO-RIP
match ip address OSPF-NET
route-map RIP-TO-OSPF permit 10
description RIP-TO-OSPF
match ip address RIP-NET

Isaac Perdomo
Jos A. Ceballo

You might also like