网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
多选题
Which two statements are true regarding routing policy processing?()
A

The Junos OS verifies the match criteria of each policy in order and performs the associated action when a match occurs.

B

Policies are evaluated from right to left as displayed in the Junos OS configuration file.

C

Polices are evaluated based on the order in which they are applied to a routing protocol.

D

Policy processing stops once the last statement in the policy is evaluated.


参考答案

参考解析
解析: 暂无解析
更多 “多选题Which two statements are true regarding routing policy processing?()AThe Junos OS verifies the match criteria of each policy in order and performs the associated action when a match occurs.BPolicies are evaluated from right to left as displayed in the Junos OS configuration file.CPolices are evaluated based on the order in which they are applied to a routing protocol.DPolicy processing stops once the last statement in the policy is evaluated.” 相关考题
考题 Which two statements about Junos software packet handling are correct?()(Choose two.) A. The Junos OS applies service ALGs only for the first packet of a flow.B. The Junos OS uses fast-path processing only for the first packet of a flow.C. The Junos OS performs policy lookup only for the first packet of a flow.D. The Junos OS applies SCREEN options for both first and consecutive packets of a flow.

考题 Which two statements are true regarding routing policy processing?() A. The Junos OS verifies the match criteria of each policy in order and performs the associated action when a match occurs.B. Policies are evaluated from right to left as displayed in the Junos OS configuration file.C. Polices are evaluated based on the order in which they are applied to a routing protocol.D. Policy processing stops once the last statement in the policy is evaluated.

考题 Which two statements are true regarding routing tables?() A. The routing table is populated by the forwarding table.B. Devices running the Junos OS can accommodate multiple routing tables.C. Information learned from routing protocols is stored in the routing table.D. The primary routing table for IPv4 unicast routes is inet.4.

考题 Which three statements are true about terms in a policy?()A、The order of the terms in a policy is irrelevantB、The action is specified in a then statementC、Ters are optional in a policyD、The match condition can be identified with a from statementE、Every policy must contain at least one term

考题 Assume the default-policy has not been configured.Given the configuration shown in the exhibit, which two statements about traffic from host_a inthe HR zone to host_b in the trust zone are true?() [edit security policies from-zone HR to-zone trust] user@host# show policy one { match { source-address any; destination-address any; application [ junos-http junos-ftp ]; } then { permit; } } policy two { match { source-address host_a; destination-address host_b; application [ junos-http junos-smtp ]; } then { deny; } }A、DNS traffic is denied.B、HTTP traffic is denied.C、FTP traffic is permitted.D、SMTP traffic is permitted.

考题 What are two valid match criteria for a routing policy?()A、OSPF area IDB、prefix listC、portD、time-to-live (TTL)

考题 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.

考题 What are two valid match criteria for a routing policy? ()A、OSPF are a IDB、prefix listC、portD、time-to-live(TTL)

考题 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.

考题 Which two statements are true about terms in a routing policy?()A、A then statement is mandatory in a termB、If a term does not contain a from statement, all routers matchC、If a term does not contain a from statement, the Junos OS will not commitD、A then statement is not mandatory in a term

考题 Which two statements are true regarding routing policy processing?()A、The Junos OS verifies the match criteria of each policy in order and performs the associated action when a match occurs.B、Policies are evaluated from right to left as displayed in the Junos OS configuration file.C、Polices are evaluated based on the order in which they are applied to a routing protocol.D、Policy processing stops once the last statement in the policy is evaluated.

考题 What is true when designing OSPF import routing policy in JUNOS software?()A、Import policies are not possible.B、Import policies only match on external routes.C、Import policies only match on internal routes.D、Import policies can cause inconsistent link state databases.

考题 Which two statements are true regarding the default behavior of the ORDER BY clause? ()A、Null values are left out of the sort.B、Character values are displayed from Z to AC、Date values are displayed with the earliest value first.D、Null values are displayed last for descending sequences.E、Numeric values are displayed with the lowest values first.

考题 多选题Which of the following statements are true?()AThe equals() method determines if reference values refer to the same object.BThe == operator determines if the contents and type of two separate objects match.CThe equals() method returns true only when the contents of two objects match.DThe class File overrides equals() to return true if the contents and type of two separate objects match.

考题 多选题Assume the default-policy has not been configured.Given the configuration shown in the exhibit, which two statements about traffic from host_a inthe HR zone to host_b in the trust zone are true?() [edit security policies from-zone HR to-zone trust] user@host# show policy one { match { source-address any; destination-address any; application [ junos-http junos-ftp ]; } then { permit; } } policy two { match { source-address host_a; destination-address host_b; application [ junos-http junos-smtp ]; } then { deny; } }ADNS traffic is denied.BHTTP traffic is denied.CFTP traffic is permitted.DSMTP traffic is permitted.

考题 多选题Which two statements about Junos software packet handling are correct?()(Choose two.)AThe Junos OS applies service ALGs only for the first packet of a flow.BThe Junos OS uses fast-path processing only for the first packet of a flow.CThe Junos OS performs policy lookup only for the first packet of a flow.DThe Junos OS applies SCREEN options for both first and consecutive packets of a flow.

考题 多选题Which two statements are true with regard to policy ordering? ()(Choose two.)AThe last policy is the default policy, which allows all traffic.BThe order of policies is not important.CNew policies are placed at the end of the policy list.DThe insert command can be used to change the order.

考题 多选题Which three statements are true about terms in a policy?()AThe order of the terms in a policy is irrelevantBThe action is specified in a then statementCTers are optional in a policyDThe match condition can be identified with a from statementEEvery policy must contain at least one term

考题 多选题What are two valid match criteria for a routing policy? ()AOSPF are a IDBprefix listCportDtime-to-live(TTL)

考题 多选题Which two statements are true regarding the default behavior of the ORDER BY clause? ()ANull values are left out of the sort.BCharacter values are displayed from Z to ACDate values are displayed with the earliest value first.DNull values are displayed last for descending sequences.ENumeric values are displayed with the lowest values first.

考题 多选题What are two valid match criteria for a routing policy?()AOSPF area IDBprefix listCportDtime-to-live (TTL)

考题 多选题Which two statements are true about terms in a routing policy?()AA then statement is mandatory in a termBIf a term does not contain a from statement, all routers matchCIf a term does not contain a from statement, the Junos OS will not commitDA then statement is not mandatory in a term

考题 多选题Which three statements are true about terms in a policy?()AThe order of the terms in a policy is irrelevant.BThe action is specified in a then statement.CTerms are optional in a policy.DThe match condition can be identified with a from statement.EA from statement is mandatory in a term.

考题 多选题Which two statements are true about terms in a routing policy?()AA routing policy cannot have more than one term.BIf a term does not contain a from statement, all routes match.CIf a term does not contain a from statement, the Junos OS will not commit.DA then statement is not mandatory in a term.

考题 多选题Which two statements are true regarding routing tables?()AThe routing table is populated by the forwarding table.BDevices running the Junos OS can accommodate multiple routing tables.CInformation learned from routing protocols is stored in the routing table.DThe primary routing table for IPv4 unicast routes is inet.4.

考题 多选题Which two statements are true regarding the system-default security policy [edit security policies default-policy]?()(Choose two.)ATraffic is permitted from the trust zone to the untrust zone.BIntrazone traffic in the trust zone is permitted.CAll traffic through the device is denied.DThe policy is matched only when no other matching policies are found.

考题 多选题Assume the default-policy has not been configured.Given the configuration shown in the exhibit, which two statements about traffic from host_a inthe HR zone to host_b in the trust zone are true?() [edit security policies from-zone HR to-zone trust] user@host# show policy one { match { source-address any; destination-address any; application [ junos-http junos-ftp ]; } then { permit; } } policy two { match { source-address host_a; destination-address host_b; application [ junos-http junos-smtp ]; } then { deny; } }ADNS traffic is denied.BHTTP traffic is denied.CFTP traffic is permitted.DSMTP traffic is permitted.