Which command will cause the router to match this traffic?

You are configuring the router at the [edit services stateful-firewall rule my-rule term my-term] hierarchy. You want to match connections from all source addresses except 10.10.10.17 through 10.10.10.32. Which command will cause the router to match this traffic?

You are configuring the router at the [edit services stateful-firewall rule my-rule term my-term] hierarchy. You want to match connections from all source addresses except 10.10.10.17 through 10.10.10.32. Which command will cause the router to match this traffic?

A.
set from source-address-range-except 10.10.10.17 through 10.10.10.32

B.
set from source-address-range-except low 10.10.10.17 high 10.10.10.32

C.
set from source-address-range 10.10.10.17 through 10.10.10.32 except

D.
set from source-address-range low 10.10.10.17 high 10.10.10.32 except



Leave a Reply 1

Your email address will not be published. Required fields are marked *


dgeo

dgeo

nope. It doesn’t work on M7i !

The only working way to do it is two rules:
– one that allow traffic from (adresses|range)
– another that blocks traffic from all

“except” seems bugged