PrepAway - Latest Free Exam Questions & Answers

Which configuration will resolve this problem?

[edit policy-options]
user@router# show
policy-statement block-routes {
term 1 {

from {
route-filter 172.27.0.0/24 longer;
}
then reject;
}
term 2 {
then accept;
}
}

You are asked to ensure that your device does not accept any prefixes within the 172.27.0.0/24
network. You have applied the policy shown in the exhibit, but the 172.27.0.0/24 route is still
present on your device.
Which configuration will resolve this problem?

PrepAway - Latest Free Exam Questions & Answers

A.
[edit policy-options policy-statement block-routes]

B.
user@router# set term 1 from route-filter 172.27.0.0/24 orlonger
[edit policy-options policy-statement block-routes]

C.
user@router# set term 1 from route-filter 172.27.0.0/24 upto /30
[edit policy-options policy-statement block-routes]

D.
user@router# set term 2 from route-filter 172.27.0.0/24 longer
[edit policy-options policy-statement block-routes]

E.
user@router# set term 2 from route-filter 172.27.0.0/24 orlonger

3 Comments on “Which configuration will resolve this problem?

  1. raxo says:

    A is correct since there is no answer E. Correct answer list is following:

    A.
    [edit policy-options policy-statement block-routes]
    user@router# set term 1 from route-filter 172.27.0.0/24 orlonger

    B
    [edit policy-options policy-statement block-routes]
    user@router# set term 1 from route-filter 172.27.0.0/24 upto /30

    C
    [edit policy-options policy-statement block-routes]
    user@router# set term 2 from route-filter 172.27.0.0/24 longer

    D
    [edit policy-options policy-statement block-routes]
    user@router# set term 2 from route-filter 172.27.0.0/24 orlonger




    0



    0

Leave a Reply