Redistribute OSPF routes into EIGRP
### Check what EIGRP routes R2 knows R2#show ip eigrp topology ### Set default metric R2(config-router)#default-metric 100000 10 255 1 1500 ### Redistribute OSPF routes into EIGRP R2(config)#router eigrp 10 R2(config-router)#redistribute ospf 1
Redistribute EIGRP routes into OSPF
### Before redistribute, check whether there is existing Type 5 LSA (redistributed) R2(config-router)#do show ip ospf database ### Redistribute EIGRP routes into OSPF R2(config)#router ospf 1 R2(config-router)#redistribute eigrp 10 subnets or R2(config-router)#redistribute eigrp 10 subnets metric-type 1 ### Default metric value is 2
Route Redistribution with Route Maps
Resume later for lab
“Emergency are critical errors which nobody is debugging”