单选题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/8orlang

题目
单选题
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 BGP

B

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 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/8orlang”相关问题
  • 第1题:

    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 accept

    B.edit ospf policy set from protocol static set 1 then accept

    C.set protocols OSPF export policy-name

    D.set protocols OSPF policy policy-name


    参考答案:A, C

  • 第2题:

    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

  • 第3题:

    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.

    正确答案:A

  • 第4题:

    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 BGP
    • B、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.

    正确答案:B

  • 第5题:

    Which two can be used to create and apply an export policy that advertises static routes to RIP neighbors?()

    • A、set protocols rip export demo
    • B、edit policy-options policy-statement demo   set term 1 from protocol static   set term 1 then accept
    • C、edit policy-options policy-statement demo   set term 1 from protocol static accept
    • D、set protocols rip group internal export demo

    正确答案:B,D

  • 第6题:

    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 BGP
    • B、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.

    正确答案:D

  • 第7题:

    单选题
    In which hierarchy are routing policies defined?()
    A

    [edit policy-options]

    B

    [edit routing-options]

    C

    [edit forwarding-options]

    D

    [edit protocols]


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

  • 第8题:

    单选题
    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 BGP

    B

    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.


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

  • 第9题:

    单选题
    Under which Junos hierarchy level are security policies configured?()
    A

    [edit security]

    B

    [edit protocols]

    C

    [edit firewall]

    D

    [edit policy-options]


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

  • 第10题:

    单选题
    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.


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

  • 第11题:

    单选题
    Which configuration causes RIP-learned routes to be advertised to other RIP neighbors?()
    A

    set protocol rip no-passive

    B

    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 demo

    C

    set protocols rip advertise in-out

    D

    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


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

  • 第12题:

    单选题
    If the policies shown below evaluate as described, which action will occur for the listed policy expression?() Policy A=True Policy B=True Policy C=True Policy D=False Policy Expression: !(A&&B)||C
    A

    The policy evaluates to True (a&&n).

    B

    The policy evaluates to True because of c.

    C

    The policy evaluates to False because of c.

    D

    The policy evaluates to False because of !(a&&b).


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

  • 第13题:

    If the policies shown below evaluate as described, which action will occur for the listed policy expression?() Policy A=True Policy B=True Policy C=True Policy D=False Policy Expression: !(A&&B)||C

    • A、The policy evaluates to True (a&&n).
    • B、The policy evaluates to True because of c.
    • C、The policy evaluates to False because of c.
    • D、The policy evaluates to False because of !(a&&b).

    正确答案:B

  • 第14题:

    In which hierarchy are routing policies defined?()

    • A、[edit policy-options]
    • B、[edit routing-options]
    • C、[edit forwarding-options]
    • D、[edit protocols]

    正确答案:A

  • 第15题:

    Which configuration causes RIP-learned routes to be advertised to other RIP neighbors?()

    • A、set protocol rip no-passive
    • B、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 demo
    • C、set protocols rip advertise m-out
    • D、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

    正确答案:B

  • 第16题:

    Which two can be used to create and apply an export policy that advertises static routes to RIP neighbors?()

    • A、set protocols rip export demo
    • B、edit policy-options policy-statement demo set term 1 from protocol static set term 1 then accept
    • C、edit policy-options policy-statement demo set term 1 from protocol static
    • D、set policy-options policy-statement demo

    正确答案:A,B

  • 第17题:

    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 accept
    • B、edit ospf policy set from protocol static set 1 then accept
    • C、set protocols OSPF export policy-name
    • D、set protocols OSPF policy policy-name

    正确答案:A,C

  • 第18题:

    Under which Junos hierarchy level are security policies configured?()

    • A、[edit security]
    • B、[edit protocols]
    • C、[edit firewall]
    • D、[edit policy-options]

    正确答案:A

  • 第19题:

    单选题
    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 BGP

    B

    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.


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

  • 第20题:

    单选题
    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.


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

  • 第21题:

    多选题
    Which two can be used to create and apply an export policy that advertises static routes to RIP neighbors?()
    A

    set protocols rip export demo

    B

    edit policy-options policy-statement demo   set term 1 from protocol static   set term 1 then accept

    C

    edit policy-options policy-statement demo   set term 1 from protocol static accept

    D

    set protocols rip group internal export demo


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

  • 第22题:

    多选题
    Which two can be used to create and apply an export policy that advertises static routes to RIP neighbors?()
    A

    set protocols rip export demo

    B

    edit policy-options policy-statement demo set term 1 from protocol static set term 1 then accept

    C

    edit policy-options policy-statement demo set term 1 from protocol static

    D

    set policy-options policy-statement demo


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

  • 第23题:

    多选题
    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 accept

    B

    edit ospf policy set from protocol static set 1 then accept

    C

    set protocols OSPF export policy-name

    D

    set protocols OSPF policy policy-name


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

  • 第24题:

    单选题
    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.


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