Dear Scott
I was asking about the idea behind the configurations of r5 and r6 in section 28 regarding optimizing routing between the OSPF and
EIGRP domain?
 
On R5
 
router eigrp 1
 redistribute connected route-map connect2eigrp
 redistribute ospf 1 route-map ospf2eigrp
 network 150.50.50.0 0.0.0.255
 distance 109 0.0.0.0 255.255.255.255
 no auto-summary
!
router ospf 1
 log-adjacency-changes
 redistribute connected subnets route-map connect2ospf
 redistribute eigrp 1 subnets tag 555
 network 150.50.5.5 0.0.0.0 area 0
 network 150.50.100.0 0.0.0.255 area 0
 network 150.50.101.4 0.0.0.3 area 0
!
 
On R6
 
router eigrp 1
 redistribute connected route-map connect2eigrp
 redistribute ospf 1 route-map ospf2eigrp
 network 150.50.60.0 0.0.0.255
 no auto-summary
!
router ospf 1
 log-adjacency-changes
 redistribute connected subnets route-map connect2ospf
 redistribute eigrp 1 subnets tag 666
 network 150.50.70.0 0.0.0.3 area 9
 network 150.50.71.0 0.0.0.3 area 9
 network 150.50.100.0 0.0.0.255 area 0
!
 
I am seeing that you set tags but you didn't match on it anywhere.
 
I did it blindly and it worked perfectly but i don't yet got the idea behind doing such configuration.
It will be great if you just give an illustration about this subject.
 
Thanks/Regards
 

Reply via email to