CCNP 300-101 Route (LAB)

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”

Keyword Level Description Syslog Definition
emergencies0System unstableLOG_EMERG
alerts1Immediate action neededLOG_ALERT
critical2Critical conditionsLOG_CRIT
errors3Error conditionsLOG_ERR
warnings4Warning conditionsLOG_WARNING
notifications5Normal but significant conditionLOG_NOTICE
informational6Informational messages onlyLOG_INFO
debugging7Debugging messagesLOG_DEBUG

Leave a Comment

Your email address will not be published. Required fields are marked *