PrepAway - Latest Free Exam Questions & Answers

how should an export policy be configured to export only the 50.50.1.0/24 RIP summary route into OSPF?

— Exhibit –user@router> show route receive-protocol rip 2.2.2.2
inet.0: 15 destinations, 15 routes (15 active, 0 holddown, 0 hidden)
+ = Active Route, – = Last Active, * = Both
50.50.0.0/26 *[RIP/100] 00:09:12, metric 2, tag 0
> to 2.2.2.2 via fe-3/0/0.2
50.50.1.0/24 *[RIP/100] 00:32:24, metric 2, tag 0
> to 2.2.2.2 via fe-3/0/0.2
50.50.2.0/24 *[RIP/100] 00:32:24, metric 2, tag 0
> to 2.2.2.2 via fe-3/0/0.2
50.50.3.0/25 *[RIP/100] 00:32:24, metric 2, tag 0
> to 2.2.2.2 via fe-3/0/0.2
50.50.4.0/25 *[RIP/100] 00:32:24, metric 2, tag 0
> to 2.2.2.2 via fe-3/0/0.2
50.50.4.128/25 *[RIP/100] 00:32:24, metric 2, tag 0
> to 2.2.2.2 via fe-3/0/0.2
50.50.5.0/26 *[RIP/100] 00:32:24, metric 2, tag 0
> to 2.2.2.2 via fe-3/0/0.2
50.50.5.64/26 *[RIP/100] 00:32:24, metric 2, tag 0
> to 2.2.2.2 via fe-3/0/0.2
50.50.5.128/26 *[RIP/100] 00:32:24, metric 2, tag 0
> to 2.2.2.2 via fe-3/0/0.2

— Exhibit —

Referring to the exhibit, how should an export policy be configured to export only the 50.50.1.0/24
RIP summary route into OSPF?

PrepAway - Latest Free Exam Questions & Answers

A.
[edit policy-options policy-statement RIP-redist]
user@router# show
term 1 {
from {
protocol rip;
route-filter 50.50.1.0/24 exact;
}
then accept;
}
term 2 {
from {
protocol rip;
route-filter 50.50.0.0/24 upto /27;
}
then reject;
}
term 3 {
from protocol rip;
then accept;
}

B.
[edit policy-options policy-statement RIP-redist]
user@router# show
term 1 {
from {
protocol rip;
route-filter 50.50.0.0/24 upto /27;
}
then reject;
}
term 2 {
from {
protocol rip;
route-filter 50.50.1.0/24 exact;
}
then accept;
}
term 3 {
from protocol rip;
then accept;
}

C.
[edit policy-options policy-statement RIP-redist]
user@router# show
term 1 {
from {
protocol rip;
route-filter 50.50.0.0/16 prefix-length-range /24-/26;
}
then reject;
}
term 2 {
from {
protocol rip;
route-filter 50.50.1.0/24 exact;
}
then accept;
}

D.
[edit policy-options policy-statement RIP-redist]
user@router# show
term 1 {
from {
protocol rip;
route-filter 50.50.1.0/24 exact;
}
then accept;
}
term 2 {
from {
protocol rip;
route-filter 50.50.0.0/16 prefix-length-range /24-/26;
}
then reject;
}

Explanation:

3 Comments on “how should an export policy be configured to export only the 50.50.1.0/24 RIP summary route into OSPF?


Leave a Reply