PrepAway - Latest Free Exam Questions & Answers

How many security policies are needed to connect from the client to the server across the logical tunnel link?

A branch SRX Series device in flow mode is forwarding between two virtual routers using a
paired set of logical tunnel interfaces. You have a server connected to one virtual router and
the client is on the other virtual router. How many security policies are needed to connect
from the client to the server across the logical tunnel link?

PrepAway - Latest Free Exam Questions & Answers

A.
2

B.
3

C.
0

D.
1

9 Comments on “How many security policies are needed to connect from the client to the server across the logical tunnel link?

  1. juniper says:

    its we need two policies :

    policies {
    from-zone Z1 to-zone Z1 {
    policy Z1-Z1 {
    match {
    source-address any;
    destination-address any;
    application any;
    }
    then {
    permit;
    }
    }
    }
    from-zone Z2 to-zone Z2 {
    policy Z2-Z2 {
    match {
    source-address any;
    destination-address any;
    application any;
    }
    then {
    permit;
    }
    }
    }




    0



    0
    1. Hassan says:

      on your LInk ,what about this?

      Note: To establish communication (bidirectional) between two hosts which are in two separate security zones and routing instances, connected though a logical tunnel interface – the SRX Branch Series does not require any inter-zone security policy, all that is needed is an intra-zone policy.




      0



      0
  2. MP says:

    only one policy is required. because srx branch series doesnt need interzone policy while using logical tunnel interface.so it would only need intra-zone which has only one policy .




    0



    0

Leave a Reply