What are two valid match criteria for a routing policy? (Choose two.)
Click on the arrows to vote for the correct answer
A. B. C. D.AB
Routing policies in Junos are used to control the flow of network traffic and to manipulate the routing information that is exchanged between routing protocols. Routing policies can be defined using various match criteria, which define the conditions under which the policy will be applied to the traffic.
The two valid match criteria for a routing policy are:
For example, a prefix list may be used to match all traffic destined for a specific subnet or network range, and then apply a policy to route the traffic to a different next-hop or routing protocol.
When a routing policy is configured with an OSPF area ID match condition, it matches the routes that are learned from OSPF routers within the specified area. This allows the policy to apply different routing policies to traffic depending on which area it originated from or is destined for.
In contrast, port and time-to-live (TTL) are not valid match criteria for routing policies. Port numbers are used to identify specific applications or services running on a network, but they are not used to identify or route network traffic. Similarly, TTL is a field in the IP packet header that is used to prevent packets from looping indefinitely in the network, but it is not used to match or filter routes in routing policies.