ExamGecko
Question list
Search
Search

Question 21 - JN0-280 discussion

Report
Export

Which three actions are required to implement filter-based forwarding? (Choose three.)

A.

You must create an instance-type forwarding routing instance.

Answers
A.

You must create an instance-type forwarding routing instance.

B.

You must create an instance-type vrf routing instance.

Answers
B.

You must create an instance-type vrf routing instance.

C.

You must create a match filter.

Answers
C.

You must create a match filter.

D.

You must create a security policy.

Answers
D.

You must create a security policy.

E.

You must create a RIB group.

Answers
E.

You must create a RIB group.

Suggested answer: A, C, E

Explanation:

Filter-Based Forwarding (FBF) in Junos OS allows traffic to be routed based on specific criteria such as source address, rather than just the destination address. This is useful in scenarios like policy routing or providing multiple paths for different types of traffic.

Step-by-Step Breakdown:

Instance-Type Forwarding:

You must create an instance-type forwarding routing instance. This routing instance allows for different routing tables based on the incoming packet filter.

Command:

set routing-instances FBF-instance instance-type forwarding

Match Filter:

You need to create a filter to match the traffic that will be forwarded according to your custom routing policy. This filter is applied to an interface to determine which traffic will use the custom forwarding instance.

Command Example:

set firewall family inet filter FBF-filter term 1 from source-address

set firewall family inet filter FBF-filter term 1 then routing-instance FBF-instance

RIB Group:

A RIB (Routing Information Base) group is necessary to share routes between the primary routing table and the custom routing instance. This allows FBF traffic to use the routing information from other routing tables.

Command Example:

set routing-options rib-groups FBF-group import-rib inet.0

set routing-instances FBF-instance routing-options rib-group FBF-group

Juniper

Reference:

FBF Configuration: Filter-based forwarding requires these specific steps to redirect traffic to a custom routing table based on filter criteria.

asked 10/10/2024
Rob Versteeg
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first