You must apply the policy shown in the exhibit to readvertise BGP routes to OSPF neighbors. Which action will accomplish this task?
You must apply the policy shown in the exhibit to readvertise BGP routes to OSPF neighbors. Which action will accomplish this task?
To accomplish the task of readvertising BGP routes to OSPF neighbors, you should apply the policy as an export policy within the OSPF configuration. In Junos OS, export policies are used to control which routes are advertised to neighboring routing protocols. The specified policy matches routes originating from BGP and then indicates that these routes should be accepted. By configuring this policy as an export within the OSPF configuration, it ensures that the BGP routes are advertised to OSPF neighbors.
A is the correct answer.
the correct answer is A it is not cisco ios, policy export into ospf, but, locally ospf table. it is export to ospf neighbor
A. You must apply the policy as an export policy within the OSPF configuration. Export policies in Junos OS are used to control the routes that are advertised to neighboring routing protocols. In this case, the policy "BGP-INTO-OSPF" is defined in the policy-options hierarchy and contains a term "BGP-ONLY" that matches routes from the BGP protocol. The "then" statement "accept" indicates that routes matching this term should be accepted. To make the BGP routes available to OSPF neighbors, you need to configure the export policy within the OSPF configuration and apply it to the appropriate OSPF routing instance. This export policy will specify that BGP routes should be advertised into OSPF
Policy should be applied with export in the OSPF protocol https://community.juniper.net/communities/community-home/digestviewer/viewthread?MID=70842
1. Create an Export-policy to match the BGP routes in the routing-table: [edit policy-options] user@srx# show policy-statement BGP-INTO-OSPF { term BGP-ONLY { from protocol bgp; then { accept; } 2. Apply the Export-policy under OSPF: [edit protocols] user@srx# show ospf { export BGP-INTO-OSPF;
A is Correct
Redistribute OSPF routes from Area 1 only into BGP, and do not advertise routes learned by BGP. [edit] routing-options { autonomous-system 56; } protocols { bgp { export ospf-into-bgp; group { type external; peer-as 23; allow { 0.0.0.0/0;
FROM means import and here BGP routes need to be imported to OSPF, so option C is correct.
import bgp routes into ospf, under ospf import
i would say C
I would agree with C
agree C
C IS CORRECT
from is for import and to is for export
A is the correct Answer
We are looking at the exportation of BGP routes from the device routing table to OSPF RIB.