Option invalid redistribute from EIGRP into OSPF

Option invalid redistribute from EIGRP into OSPF
A. ACL
B. tag
C. metric
D. route map

cisco-exams

4 thoughts on “Option invalid redistribute from EIGRP into OSPF

  1. Answer A:
    E1-ASN11(config-router)#redistribute ospf 1 ?
    match Redistribution of OSPF routes
    metric Metric for redistributed routes
    route-map Route map reference
    vrf VPN Routing/Forwarding Instance

    1. Actually, you have to redistribute routes from EIGRP into OSPF

      These are the options IOS gives you

      R1(config-router)#redistribute eigrp 1 ?
      metric Metric for redistributed routes
      metric-type OSPF/IS-IS exterior metric type for redistributed routes
      nssa-only Limit redistributed routes to NSSA areas
      route-map Route map reference
      subnets Consider subnets for redistribution into OSPF
      tag Set tag for routes redistributed into OSPF

      Anyway, the correct answer is A

      1. Thanks Akam for highlighting this – u r correct. This is case for redistributing EIGRP into OSPF

        So the command should goes:

        ‘Redistribute eigrp’

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.