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


参考解析

解析: 暂无解析

相关考题:

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.

Which three attributes are advertised to the remote PE in BGP-based VPNs?() A. circuit IDB. VPN labelC. route targetD. VPN numberE. route distinguisher

Which action occurs when the BGP route 20.1.0.0/16 is evaluated by the policy expression?() A. The route is not announced.B. The route is announced with community 90:1 added.C. The route is announced with community 100:1 added.C.The route is announced with community 100:1 added.D. The route is announced with communities 90:1 and 100:1 added.D.The route is announced with communities 90:1 and 100:1 added.

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.

A company has a BGP network and a BGP route of 196.27.125.0/24 that should be propagated toall of the devices. The route is not now in any of the routing tables. The administrator determinesthat an access list is the cause of the problem. The administrator changes the access list to allowthis route, but the route still does not appear in any of the routing tables. What should be done topropagate this route?()A、Clear the BGP sessionB、Change both the inbound and outbound policy related to this routeC、Use the service-policy command to adjust the QOS policy to allow the route to propagateD、Use the release BGP routing command

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.

哪个命令使你能看到import policy应用在BGP相邻体的效果()A、show route protocol bgpB、show route protocol bgp next-hop address C、show route protocol bgp export-policy D、show route advertising-protocol bgp neighbor-address

Which three attributes are advertised to the remote PE and BGP-based VPNs?()A、Circuit IDB、VPN labelC、Route targetD、VPN numberE、Route distinguisher

在BGP中引入缺省路由,以下哪些命令是必须的()。A、default-route importedB、import-route staticC、peerx.x.x.x default-route-advertiseD、import default

what type of route can be advertised to OSPF totally stubby area?

Which statements about the Route Target Rewrite feature are not true? ()A、After the route target replacement policy is applied to the target router, the BGP session need not be refreshed manually to put the policy into operation.B、Route Target Rewrite allows the administration of the routing policy to stay local to the AS.C、Route target replacement is always done by the ASBR.D、Route target rewrites are supported for VRF export maps.E、Route target replacement can be done on incoming and outgoing BGP updates.

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.

Regarding a route-based versus policy-based IPsec VPN, which statement is true?()A、A route-based VPN generally uses less resources than a policy-based VPN.B、A route-based VPN cannot have a deny action in a policy; a policy-based VPN can have a deny action.C、A route-based VPN is better suited for dialup or remote access compared to a policy-based VPN.D、A route-based VPN uses a policy referencing the IPsec VPN; a policy-based VPN policy does not use apolicy referencing the IPsec VPN

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

单选题PassGuide has a BGP network and a BGP route of 197.22.129.0/24 that should be propagated to all of the devices. The route is currently not in any of the routing tables. The PassGuide administrator determines that an access list is the cause of the problem. The administrator changes the access list to allow this route, but the route still doesnot appear in any of the routing tables. What should be done to propagate this route()AUse the service-policy command to adjust the QOS policy to allow the route to propagate.BClear the BGP session.CUse the release BGP routing command.DChange both the inbound and outbound policy related to this route.ENone of the other alternatives apply

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

单选题A company has a BGP network and a BGP route of 196.27.125.0/24 that should be propagated toall of the devices. The route is not now in any of the routing tables. The administrator determinesthat an access list is the cause of the problem. The administrator changes the access list to allowthis route, but the route still does not appear in any of the routing tables. What should be done topropagate this route?()AClear the BGP sessionBChange both the inbound and outbound policy related to this routeCUse the service-policy command to adjust the QOS policy to allow the route to propagateDUse the release BGP routing command

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

问答题what type of route can be advertised to OSPF totally stubby area?

单选题Regarding a route-based versus policy-based IPsec VPN, which statement is true?()AA route-based VPN generally uses less resources than a policy-based VPN.BA route-based VPN cannot have a deny action in a policy; a policy-based VPN can have a deny action.CA route-based VPN is better suited for dialup or remote access compared to a policy-based VPN.DA route-based VPN uses a policy referencing the IPsec VPN; a policy-based VPN policy does not use apolicy referencing the IPsec VPN

单选题Refer to the exhibit. Which statement is true about the 6.6.6.0/24 prefix?()A If another path advertises the 6.6.6.0/24 path and has the default local preference, that path is more preferredB The command neighbor send-community is configured on BGP neighbor 10.10.23.3C The route 10.10.23.3 is not being advertised to other BGP neighborsD Route 6.6.6.0/24 is learned by an IBGP peer

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