nerdexam
Cisco

300-320 · Question #291

Which command can you enter to inject BGP routes into an IGP?

The correct answer is A. redistribute bgp. The 'redistribute bgp' command is the correct IOS syntax used under an IGP process to import BGP-learned routes into the IGP routing table.

Advanced Addressing and Routing Solutions

Question

Which command can you enter to inject BGP routes into an IGP?

Options

  • Aredistribute bgp
  • Bredistribute static
  • Credistribute static subnet
  • Ddefault-information originate

How the community answered

(17 responses)
  • A
    94% (16)
  • C
    6% (1)

Why each option

The 'redistribute bgp' command is the correct IOS syntax used under an IGP process to import BGP-learned routes into the IGP routing table.

Aredistribute bgpCorrect

The 'redistribute bgp [AS-number]' command, entered under the IGP routing process (such as OSPF or EIGRP), instructs the router to take routes learned via BGP and inject them into the IGP, making them available to internal routers that do not run BGP.

Bredistribute static

'redistribute static' imports routes that were manually configured as static routes into the IGP, not routes learned dynamically via BGP.

Credistribute static subnet

'redistribute static subnet' is not a valid Cisco IOS command for any route redistribution purpose.

Ddefault-information originate

'default-information originate' advertises a default route (0.0.0.0/0) into the IGP, not specific BGP-learned prefixes.

Concept tested: BGP route redistribution into an IGP

Source: https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/5441-aggregation.html

Topics

#BGP redistribution#route redistribution#BGP into IGP

Community Discussion

No community discussion yet for this question.

Full 300-320 Practice