单选题Given the following policy, what happens when the 1.1/17 route is evaluated?() [edit policy-options] policy-statement test { from { route-filter 0/0 orlonger accept; route-filter 1.1/17 upto /24 reject; route-filter 1.1/18 exact; } then { metric 6; accept; }AThe route does not match this policy.BThe route is accepted.CThe route is rejected.DThe route is accepted with a metric of 6.

单选题
Given the following policy, what happens when the 1.1/17 route is evaluated?() [edit policy-options] policy-statement test { from { route-filter 0/0 orlonger accept; route-filter 1.1/17 upto /24 reject; route-filter 1.1/18 exact; } then { metric 6; accept; }
A

The route does not match this policy.

B

The route is accepted.

C

The route is rejected.

D

The route is accepted with a metric of 6.


参考解析

解析: 暂无解析

相关考题:

What happens to the 66.66.66/24 route when it is evaluated by this policy? () A. The route does not match this policy.B. The route is rejected.C. The route is accepted.D. The route is accepted, then rejected.

Which action occurs when the static route 10.0.55.2/32 is evaluated by the policy main-policy? () A. The route is advertised into BGP.B. The route is suppressed from BGP.C. The route is advertised into BGP and goes only one hop.D. The route is advertised into BGP and can only propagate throughout the neighboring AS.

Whichactionoccurswhenthepolicymain-policyevaluatestheBGProute10.0.55.2/32?()[editpolicy-options]policy-statementtest{from{route-filter10.0.0.016/orlongeraccept;route-filter10.0.67.0/24orlangerreject;route-filter10.0.0.0/8orlanger;}then{metric10;communityaddno-advertise;accept;}}policy-statementmain-policy{termonly-want-certain-routes{from{policytest;}then{communityaddharry-402;accept;}}}communitynoadvertisemembersno-advertise;communityharry-402members666:402;[editprotocols]bgp{exportmain-policy;}

WhichactionoccurswhentheBGProute20.1.0.0/16isevaluatedbythepolicyexpression?()[editpolicy-options]policy-statementmy-filter{term-first{from{route-filter192.168.0.0/16orlongeraccept;route-filter192.168.1.0/24exactaccept;route-filter192.168.2.0/24exact;}then{metric10;accept;}termsecond{then{metric20;accept;}}policy-statementmain{termchange-attributesfrom{policymy-filter;}thenaccept;}termdefault{thenreject;}}[editprotocols]bgp{exportmain;}A.TherouteisnotadvertisedintoBGPB.TherouteisadvertisedintoBGPwithmetric10.C.TherouteisadvertisedintoBGPwithmetric20.D.TherouteisadvertisedintoBGPwithdefaultmetric.

Which two commands are needed to create and apply an export policy that advertises static routes to OSPF neighbors?() A.edit policy-options policy-statement policy-name set term 1 from protocol static set term 1 then acceptB.edit ospf policy set from protocol static set 1 then acceptC.set protocols OSPF export policy-nameD.set protocols OSPF policy policy-name

What happens when a route does not match any user configured policies?() A.The route is rejected.B.The route is accepted.C.The route is given a lower priority.D.The route is sent to the default policy.

下面哪个将正确表达比10.0.0.0/16更精确的所有路由()A、route-filter10.0.0.0/16longerB、route-filter10.0.0.0/16orlongerC、route-filter10.0.0.0/16upto/32D、route-filter10.0.0.0/17orlonger

What happens when a route does not match any user configured policies?()A、The route is rejected.B、The route is accepted.C、The route is given a lower priority.D、The route is sent to the default policy.

Which action occurs when the BGP route 20.1.0.0/16 is evaluated by the policy expression?() [editpolicy-options]  policy-statementreject_10 {  from{  route-filter20.1.0.0/16orlongerM  }  then{  communityadd 90-1;  accept  }}  policy-statementaccept_20 {  from{  route-filter20.1.0.0/16orlongerM  }  then{  communityadd 100-1;  reject;  }  }  community100-1 members 100:1;  community90-1 members 90:1  [editprotocols]  bgp{  groupebgp-group {  neighbor172.16.201.1 {  export(reject-10  accept-20);  }}}A、The route is not announced.B、The route is announced with 90:1 added.C、The route is announced with 100:1 added.D、The route is announced with communities 90:1 and 100:1 added.

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-ospfB、reject-allC、get-staticsD、get-aggregate

Given the following policy, what happens when the 1.1/17 route is evaluated?() [edit policy-options] policy-statement test { from { route-filter 0/0 orlonger accept; route-filter 1.1/17 upto /24 reject; route-filter 1.1/18 exact; } then { metric 6; accept; }A、The route does not match this policy.B、The route is accepted.C、The route is rejected.D、The route is accepted with a metric of 6.

Which configuration causes RIP-learned routes to be advertised to other RIP neighbors?()A、set protocol rip no-passiveB、top edit policy-options policy-statement demo set term 1 from protocol rip set term 1 then accept top set protocols rip group internal export demoC、set protocols rip advertise m-outD、top edit policy-options policy-statement demo set term 1 from active routes set term 1 then accept top set protocols rip group internal export demo

Which action occurs when the policy main-policy evaluates the BGP route 10.0.55.2/32?() [edit policy-options]  policy-statement test { from {  route-filter10.0.0.016/orlongeraccept;  route-filter10.0.67.0/24orlangerreject;  route-filter10.0.0.0/8orlanger;  }  then {  metric10;  community add no-advertise;  accept;  }  }  policy-statement main-policy {  term only-want-certain-routes {  from {  policytest;  }  then {  communityadd harry-402;  accept;  }  }  }  communityno advertise members no-advertise;  communityharry-402 members 666:402;  [edit protocols]  bgp {  exportmain-policy; }A、The route is not advertised into BGPB、The route is advertised into BGP with community harry-402.C、The route is advertised into BGP with community no-advertise.D、The route is advertised into BGP with community harry-402 and no-advertise.

Which two can be used to create and apply an export policy that advertises static routes to RIP neighbors?()A、set protocols rip export demoB、edit policy-options policy-statement demo set term 1 from protocol static set term 1 then acceptC、edit policy-options policy-statement demo set term 1 from protocol staticD、set policy-options policy-statement demo

Which two can be used to create and apply an export policy that advertises static routes to RIP neighbors?()A、set protocols rip export demoB、edit policy-options policy-statement demo set term 1 from protocol static set term 1 then acceptC、edit policy-options policy-statement demo set term 1 from protocol static acceptD、set protocols rip group internal export demo

Which two commands are needed to create and apply an export policy that advertises static routes to OSPF neighbors?()A、edit policy-options policy-statement policy-name set term 1 from protocol static set term 1 then acceptB、edit ospf policy set from protocol static set 1 then acceptC、set protocols OSPF export policy-nameD、set protocols OSPF policy policy-name

Which action occurs when the BGP route 20.1.0.0/16 is evaluated by the policy expression?() [editpolicy-options]  policy-statementmy-filter {  term-first{  from{  route-filter192.168.0.0/16orlongeraccept;  route-filter 192.168.1.0/24 exact accept;  route-filter 192.168.2.0/24 exact;  }  then{  metric10;  accept;  }  termsecond {  then{  metric20;  accept;  }}  policy-statementmain {  termchange-attributes  from{  policymy-filter;  }  thenaccept;  }  termdefault {  thenreject;  }}  [editprotocols]  bgp{  exportmain;  }A、The route is not advertised into BGPB、The route is advertised into BGP with metric 10.C、The route is advertised into BGP with metric 20.D、The route is advertised into BGP with default metric.

机械超速保护装置的动作转速是()。A、1.1~1.2n0;B、1.1~1.12n0;C、1.1~1.3n0;D、1.03~1.1n0。

单选题What happens when a route does not match any user configured policies?()AThe route is rejected.BThe route is accepted.CThe route is given a lower priority.DThe route is sent to the default policy.

单选题Which action occurs when the BGP route 20.1.0.0/16 is evaluated by the policy expression?() [editpolicy-options]  policy-statementmy-filter {  term-first{  from{  route-filter192.168.0.0/16orlongeraccept;  route-filter 192.168.1.0/24 exact accept;  route-filter 192.168.2.0/24 exact;  }  then{  metric10;  accept;  }  termsecond {  then{  metric20;  accept;  }}  policy-statementmain {  termchange-attributes  from{  policymy-filter;  }  thenaccept;  }  termdefault {  thenreject;  }}  [editprotocols]  bgp{  exportmain;  }AThe route is not advertised into BGPBThe route is advertised into BGP with metric 10.CThe route is advertised into BGP with metric 20.DThe route is advertised into BGP with default metric.

单选题Which action occurs when the policy main-policy evaluates the BGP route 10.0.55.2/32?() [edit policy-options]  policy-statement test { from {  route-filter10.0.0.016/orlongeraccept;  route-filter10.0.67.0/24orlangerreject;  route-filter10.0.0.0/8orlanger;  }  then {  metric10;  community add no-advertise;  accept;  }  }  policy-statement main-policy {  term only-want-certain-routes {  from {  policytest;  }  then {  communityadd harry-402;  accept;  }  }  }  communityno advertise members no-advertise;  communityharry-402 members 666:402;  [edit protocols]  bgp {  exportmain-policy; }AThe route is not advertised into BGPBThe route is advertised into BGP with community harry-402.CThe route is advertised into BGP with community no-advertise.DThe route is advertised into BGP with community harry-402 and no-advertise.

单选题Which action occurs when the BGP route 20.1.0.0/16 is evaluated by the policy expression?() [editpolicy-options]  policy-statementreject_10 {  from{  route-filter20.1.0.0/16orlongerM  }  then{  communityadd 90-1;  accept  }}  policy-statementaccept_20 {  from{  route-filter20.1.0.0/16orlongerM  }  then{  communityadd 100-1;  reject;  }  }  community100-1 members 100:1;  community90-1 members 90:1  [editprotocols]  bgp{  groupebgp-group {  neighbor172.16.201.1 {  export(reject-10  accept-20);  }}}AThe route is not announced.BThe route is announced with 90:1 added.CThe route is announced with 100:1 added.DThe route is announced with communities 90:1 and 100:1 added.

多选题Which two can be used to create and apply an export policy that advertises static routes to RIP neighbors?()Aset protocols rip export demoBedit policy-options policy-statement demo set term 1 from protocol static set term 1 then acceptCedit policy-options policy-statement demo set term 1 from protocol static acceptDset protocols rip group internal export demo

单选题Given the following policy: Which action occurs when the static route 192.168.0.0/25 is evaluated by the policy main-policy?()A The route is not advertised into BGP.A.The route is not advertised into BGP.B The route is advertised into BGP with metric 10.B.The route is advertised into BGP with metric 10.C The route is advertised into BGP with metric 20.C.The route is advertised into BGP with metric 20.D The route is advertised into BGP with default metric.D.The route is advertised into BGP with default metric.

单选题Given the configuration and routing table shown in die exhibit,which routes will be advertised to OSPF neighbors because of the demo policy?()A 192.168.0.0/16 onlyB 192.168.0.0/17 onlyC 192.168.50 0/24 and 192168.51.0/24D 192.168.0.0/17, 192.168.50 0/24. and 192.168.51.0/24

多选题Which two can be used to create and apply an export policy that advertises static routes to RIP neighbors?()Aset protocols rip export demoBedit policy-options policy-statement demo set term 1 from protocol static set term 1 then acceptCedit policy-options policy-statement demo set term 1 from protocol staticDset policy-options policy-statement demo

单选题Which configuration causes RIP-learned routes to be advertised to other RIP neighbors?()Aset protocol rip no-passiveBtop edit policy-options policy-statement demo set term 1 from protocol rip set term 1 then accept top set protocols rip group internal export demoCset protocols rip advertise in-outDtop edit policy-options policy-statement demo set term 1 from active routes set term 1 then accept top set protocols rip group internal export demo

单选题Given the following policy, what happens when the 1.1/17 route is evaluated?() [edit policy-options] policy-statement test { from { route-filter 0/0 orlonger accept; route-filter 1.1/17 upto /24 reject; route-filter 1.1/18 exact; } then { metric 6; accept; }AThe route does not match this policy.BThe route is accepted.CThe route is rejected.DThe route is accepted with a metric of 6.