niusouti.com

单选题A routing policy has three terms and the first term of the policy does not contain a terminating action. What will become of the routes after they have been evaluated by the first term?()A In the absence of a terminating action, all routes are accepted

题目
单选题
A routing policy has three terms and the first term of the policy does not contain a terminating action. What will become of the routes after they have been evaluated by the first term?()
A

In the absence of a terminating action, all routes are accepted.

B

The route will be evaluated by the second term in the policy.

C

The default action will be applied.

D

In the absence of a termination action, all routes are rejected.


相似考题
更多“单选题A routing policy has three terms and the first term of the policy does not contain a terminating action. What will become of the routes after they have been evaluated by the first term?()A In the absence of a terminating action, all routes are accepted”相关问题
  • 第1题:

    Which three statements are true about terms in a policy?()

    • A、The order of the terms in a policy is irrelevant
    • B、The action is specified in a then statement
    • C、Ters are optional in a policy
    • D、The match condition can be identified with a from statement
    • E、Every policy must contain at least one term

    正确答案:B,D,E

  • 第2题:

    There are three static routes in the routing table that need to be announced to your OSPF peers. Which method is used to accomplish this?()

    • A、Apply an import policy to OSPF that injects the static routes into OSPF
    • B、Apply an import policy to the static routes that injects the static routes into OSPF
    • C、Apply an export policy to the static routes that injects the static routes into OSPF
    • D、Apply an export policy to OSPF that injects the static routes into OSPF

    正确答案:D

  • 第3题:

    A BGP router has the following configuration:  protocols{  bgp{  export[policy-1 policy-2 policy-3];  }}  policy-options{  policy-statementpolicy-2 {  termget-statics{  fromprotocol static;  thenaccept;  }  termreject-all {  thenreject;  }  }  policy-statementpolicy-1 {  termget-aggregate {  fromprotocol aggregate;  thenaccept;  }  termreject-all {  thenreject;  }  }  policy-statementpolicy-3 {  termget-ospf {  fromprotocol ospf;  thenaccept;  }  termreject-all {  thenreject;  }  }  }   Which policy term is evaluated first when exporting routes?()

    • A、get-ospf
    • B、reject-all
    • C、get-statics
    • D、get-aggregate

    正确答案:D

  • 第4题:

    Which two statements are true about terms in a routing policy?()

    • A、A routing policy cannot have more than one term.
    • B、If a term does not contain a from statement, all routes match.
    • C、If a term does not contain a from statement, the Junos OS will not commit.
    • D、A then statement is not mandatory in a term.

    正确答案:B,D

  • 第5题:

    Which two statements are true about firewall filter configurations?()

    • A、Multiple action modifiers can be included in the same term.
    • B、Only a single action modifier can be included in the same term.
    • C、If an action modifier exists without a terminating action, matching packets will be accepted.
    • D、If an action modifier exists without a terminating action, matching packets will be discarded.

    正确答案:A,C

  • 第6题:

    What is the default export routing policy for RIP?()

    • A、Accept all local routes.
    • B、Accept all RIP routes.
    • C、Accept no routes.
    • D、Accept all direct routes.

    正确答案:C

  • 第7题:

    单选题
    What is the default export routing policy for RIP?()
    A

    Accept all local routes.

    B

    Accept all RIP routes.

    C

    Accept no routes.

    D

    Accept all direct routes.


    正确答案: C
    解析: 暂无解析

  • 第8题:

    多选题
    Which three statements are true about terms in a policy?()
    A

    The order of the terms in a policy is irrelevant

    B

    The action is specified in a then statement

    C

    Ters are optional in a policy

    D

    The match condition can be identified with a from statement

    E

    Every policy must contain at least one term


    正确答案: C,D
    解析: 暂无解析

  • 第9题:

    多选题
    Which two statements are true about firewall filter configurations?()
    A

    Multiple action modifiers can be included in the same term.

    B

    Only a single action modifier can be included in the same term.

    C

    If an action modifier exists without a terminating action, matching packets will be accepted.

    D

    If an action modifier exists without a terminating action, matching packets will be discarded.


    正确答案: D,A
    解析: 暂无解析

  • 第10题:

    单选题
    What is the default export routing policy for RIP?()
    A

    Accept all local routes

    B

    Accept all RIP routes

    C

    Accept no routes

    D

    Accept all direct routes


    正确答案: B
    解析: 暂无解析

  • 第11题:

    单选题
    A routing policy has three terms and the first term of the policy does not contain a terminating action. What will become of the routes after they have been evaluated by the first term?()
    A

    In the absence of a terminating action, all routes are accepted.

    B

    The route will be evaluated by the second term in the policy.

    C

    The default action will be applied.

    D

    In the absence of a termination action, all routes are rejected.


    正确答案: A
    解析: 暂无解析

  • 第12题:

    单选题
    A BGP router has the following configuration:  protocols{  bgp{  export[policy-1 policy-2 policy-3];  }}  policy-options{  policy-statementpolicy-2 {  termget-statics{  fromprotocol static;  thenaccept;  }  termreject-all {  thenreject;  }  }  policy-statementpolicy-1 {  termget-aggregate {  fromprotocol aggregate;  thenaccept;  }  termreject-all {  thenreject;  }  }  policy-statementpolicy-3 {  termget-ospf {  fromprotocol ospf;  thenaccept;  }  termreject-all {  thenreject;  }  }  }   Which policy term is evaluated first when exporting routes?()
    A

    get-ospf

    B

    reject-all

    C

    get-statics

    D

    get-aggregate


    正确答案: C
    解析: 暂无解析

  • 第13题:

    A routing policy has three terms and the first term of the policy does not contain a terminating action. What will become of the routes after they have been evaluated by the first term?()

    • A、In the absence of a terminating action, all routes are accepted.
    • B、The route will be evaluated by the second term in the policy.
    • C、The default action will be applied.
    • D、In the absence of a termination action, all routes are rejected.

    正确答案:B

  • 第14题:

    Which statement is true about terms in a policy?()

    • A、A single term can be applied to a protocol or interface, independent of the policy
    • B、Every policy must contain at least one term
    • C、The name of a term is limited to five characters
    • D、Terms are optional

    正确答案:B

  • 第15题:

    What is the default export routing policy for EBGP?()

    • A、Accept all active BGP routes.
    • B、Accept all BGP routes.
    • C、Accept no routes.
    • D、Accept all active IGP routes.

    正确答案:A

  • 第16题:

    Which statement is correct about a Routing Policy term?()

    • A、A term must contain a "from" statement.
    • B、A term acts like "if" and "then" statements.
    • C、The most specific term has precedence.
    • D、Terms can be written in any order to achieve the same behavior.

    正确答案:B

  • 第17题:

    Which three statements are true about terms in a policy?()

    • A、The order of the terms in a policy is irrelevant.
    • B、The action is specified in a then statement.
    • C、Terms are optional in a policy.
    • D、The match condition can be identified with a from statement.
    • E、A from statement is mandatory in a term.

    正确答案:B,C,D

  • 第18题:

    Which two statements are true about terms in a routing policy?()

    • A、A then statement is mandatory in a term
    • B、If a term does not contain a from statement, all routers match
    • C、If a term does not contain a from statement, the Junos OS will not commit
    • D、A then statement is not mandatory in a term

    正确答案:A,B

  • 第19题:

    多选题
    What are two default routing policies on Junos devices?()
    A

    The BGP import policy accepts all BGP routes.

    B

    The BGP export policy rejects all active BGP routes.

    C

    The OSPF import policy accepts all OSPF routes.

    D

    The OSPF export policy accepts all active OSPF routes.


    正确答案: A,D
    解析: 暂无解析

  • 第20题:

    单选题
    There are three static routes in the routing table that need to be announced to your OSPF peers.Which method is used to accomplish this?()
    A

    Apply an import policy to OSPF that injects the static routes into OSPF

    B

    Apply an import policy to the static routes that injects the static routes into OSPF

    C

    Apply an export policy to the static routes that injects the static routes into OSPF

    D

    Apply an export policy to OSPF that injects the static routes into OSPF


    正确答案: C
    解析: 暂无解析

  • 第21题:

    多选题
    Which two statements are true about terms in a routing policy?()
    A

    A then statement is mandatory in a term

    B

    If a term does not contain a from statement, all routers match

    C

    If a term does not contain a from statement, the Junos OS will not commit

    D

    A then statement is not mandatory in a term


    正确答案: C,B
    解析: 暂无解析

  • 第22题:

    多选题
    Which two statements are true about terms in a routing policy?()
    A

    A routing policy cannot have more than one term.

    B

    If a term does not contain a from statement, all routes match.

    C

    If a term does not contain a from statement, the Junos OS will not commit.

    D

    A then statement is not mandatory in a term.


    正确答案: D,C
    解析: 暂无解析

  • 第23题:

    单选题
    What is the default export routing policy for EBGP?()
    A

    Accept all active BGP routes.

    B

    Accept all BGP routes.

    C

    Accept no routes.

    D

    Accept all active IGP routes.


    正确答案: C
    解析: 暂无解析

  • 第24题:

    单选题
    What is the default import routing policy for OSPF?()
    A

    Accept all OSPF routes and install them into the inet.3 routing table.

    B

    Accept all OSPF routes and install them into the inet7.0 routing table.

    C

    Accept all OSPF routes and install them into the inet4.0 routing table.

    D

    Accept all OSPF routes and install them into the inet.0 routing table.


    正确答案: B
    解析: 暂无解析