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
Mal-User is located. All other traffic should be permitted.

Which firewall filter configuration do you use?

PrepAway - Latest Free Exam Questions & Answers

A.
[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 accept;
}
term two {
then {
reject;
}
}

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

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

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;
}
}

Explanation:

One Comment on “Which firewall filter configuration do you use?

  1. humberto says:

    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