PrepAway - Latest Free Exam Questions & Answers

Which firewall filter configuration do you use?

Referring to the exhibit, you want to block HTTP access to Web-Server from the subnet where Mai-User is located. All other traffic should be permitted.
Which firewall filter configuration do you use?

PrepAway - Latest Free Exam Questions & Answers

A.
[edit firewal family inet filter STOP-MAL-USER] user@router# show
term one{
from{
source-address{
200.200.0/24;
continues

B.
don’t know

C.
don’t know

D.
[edit firewal family inet filter STOP-MAL-USER] user@router# show
term one{
from{
source-address{
200.200.200.0/24;
}
destination-address{
100.100.100.10/32;
}
protocol tcp;
destination-port http;
}
term two {
then {
accept;
}
}

3 Comments on “Which firewall filter configuration do you use?

  1. Luis Villalobos says:

    I think the answer should be:

    [edit firewall family inet filter STOP-MAL-USER] user@router# show
    term one {
    from {
    source-address {
    200.200.200.0/24;
    }
    destination-address {
    100.100.100.10/32;
    }
    protocol tcp;
    destination-port http;
    }
    then reject;
    }
    term two {
    then {
    accept;
    }
    }

    But this config is not present on the choices.




    0



    0
  2. Flavio says:

    Look like this a typo here as well. I have found this question in another place and the answer is correct:

    D. [edit firewall family inet filter STOP-MAL-USER] user@router# show
    term one {
    from {
    source-address {
    200.200.200.0/24;
    }
    destination-address {
    100.100.100.10/32;
    }
    protocol tcp;
    destination-port http;
    }
    then reject;
    }
    term two {
    then {
    accept;
    }
    }




    0



    0

Leave a Reply