PrepAway - Latest Free Exam Questions & Answers

what will happen to traffic from source 10.10.10.25 destined to 200.200.200.1?

user@router> show configuration firewall
familyinet {
filter demo {
term example {
from {
source-address {
100.100.100.0/24;
}
destination-address {
200.200.200.0/24;
} }
then {
reject;
} }
term testing {
from {
source-address {
10.10.10.0/28;
}
destination-address {
200.200.200.0/24;
}

}
then sample;
}
term results {
from {
address {
200.200.200.0/24;
} }
then accept;
}
term final {
thenpolicer LAPD;
} }
}

Given the configuration shown in the exhibit, what will happen to traffic from source 10.10.10.25
destined to 200.200.200.1?

PrepAway - Latest Free Exam Questions & Answers

A.
The traffic will be rejected.

B.
The traffic will be dropped.

C.
The traffic will be forwarded.

D.
The traffic will be policed.

Explanation:

One Comment on “what will happen to traffic from source 10.10.10.25 destined to 200.200.200.1?

  1. Martin says:

    Not sure about this, the traffic only matches the final term so would be forwarded (as where no termination is stated there is an implicit accept) however the traffic would also be policed as stated.




    0



    0

Leave a Reply