SPROUTE question of the day

PlAwAnSaI

Administrator
Refer to the exhibit.

image.php


Which two configuration options can be used to optimize the IS-IS network scenario?

A. Change the R1 and R2 IS type to Level 2.

B. Change the Gi0/0 interface IS-IS circuit type on R1 and R2 to Level 2 only.

C. Change the IS-IS network type for all the routers to point-to-point.

D. Change the R1 and R2 IS type to Level 1.

E. Change the IS type for all the routers to Level-1-2.

F. Change the Gi0/1 interface IS-IS circuit type on R1 and R2 to Level 1.
 

PlAwAnSaI

Administrator
Refer to the network diagram in the exhibit.

image.php


Assuming the IBGP session within AS 64500 was established using the loopback 0 interface between the two routers, by default, what will be the next hop of the routes from AS 64501 when the routes appear on the router running IBGP only in AS 64500?

A. 10.1.10.1

B. 10.0.1.1

C. 192.168.101.10

D. 10.1.1.1

E. 192.168.101.11
 

PlAwAnSaI

Administrator
What is defined by using the Cisco IOS XR policy-global configuration command?

A. nested route policy

B. global variables that can be referenced by any route policy

C. the default BGP route policy

D. the global default route policy

E. hierarchical route policy
 

PlAwAnSaI

Administrator
How can you prevent multihomed customers with connections to two service providers from acting as a transit AS?

A. Use MED to influence the inbound traffic from the ISPs.

B. Use conditional advertisements when sending BGP updates to the ISPs.

C. Enable BGP synchronization on all the customer routers.

D. Use static routing to the ISPs.

E. Use an AS-path access-list to filter the BGP updates to the ISPs.
 

PlAwAnSaI

Administrator
Refer to the Cisco IOS XR route policy exhibit.

route-policy new
if community matches-any test then
set local-preference 10
elseif community matches-every foo then
set local-preference 20
else
pass
endif
end-policy

Which two statement are correct?

A. The "match-any" option indicates matching either the standard community or extended community.

B. "test" and "foo" are references to the community sets.

C. Routes that match both the "test" and "foo" conditions will have their local preference set to 20.

D. All non-matching routes will be permitted.
 

PlAwAnSaI

Administrator
When redistributing routes into OSPF, which kind of routes will be redistributed by default on Cisco IOS XR Software but will not be automatically redistributed by default on Cisco IOS Software and Cisco IOS XE Software?

A. subnetted routes

B. /32 host routes

C. Type 1 external routes

D. tagged static routes

E. Type 2 external routes
 

PlAwAnSaI

Administrator
When redistributing EIGRP routes into OSPF as type E2 external OSPF routes, what is the default OSPF seed metric?

A. 20

B. Infinite

C. 10

D. 0

E. 1
 

PlAwAnSaI

Administrator
Refer to the exhibit. Which Cisco IOS XR configuration is missing to complete the configuration task of enabling BFD with only the OSPF peer over the gi0/3/0/1 interface in area 0?

router ospf 100
bfd minimum-interval 2
bfd multiplier 20
area 0
interface GigabitEthernet0/3/0/1
interface GigabitEthernet0/3/0/2
end

A. bfd fast-detect also needs to be enabled for the OSPF area under area 0.
RP/0/RSP0/CPU0:p1(config-ospf-ar)#bfd fast-detect

B. bfd fast-detect also needs to be enabled globally on the router.
RP/0/RSP0/CPU0:p1(config)#bfd fast-detect

C. bfd fast-detect also needs to be enabled globally under router ospf 100.
RP/0/RSP0/CPU0:p1(config-ospf)#bfd fast-detect

D. bfd fast-detect also needs to be enabled on the gi0/3/0/1 interface under interface gi0/3/0/1.
RP/0/RSP0/CPU0:p1(config-if)#bfd fast-detect

E. bfd fast-detect also needs to be enabled for the OSPF interface under area 0 interface gi0/3/0/1.
RP/0/RSP0/CPU0:p1(config-ospf-ar-if)#bfd fast-detect
 

PlAwAnSaI

Administrator
Which high-availability routing feature requires the neighbor router to support the graceful restart capability?

A. NSR

B. NSF

C. MTR

D. BFD
 

PlAwAnSaI

Administrator
Which high-availability mechanism is a detection protocol that is enabled at the interface and at the routing protocol levels?

A. BFD

B. NSR

C. SDR

D. SSO

E. NSF
 

PlAwAnSaI

Administrator
Refer to the Cisco IOS show command output shown in the exhibit.

R1# show ip bgp 10.2.10.1
BGP routing table entry for 10.2.10.1/32, version 32
Paths: (2 available, best #2, table default)
Advertised to update-groups:
2
64500 64500 64502
192.168.103.30 from 192.168.103.30 (10.3.1.1)
Origin IGP, localpref 100, weight 100, valid, external
64500 64500 64502
192.168.134.40 (metric 11) from 192.168.134.40 (10.4.1.1)
Origin IGP, localpref 100, weight 200, valid, external, best

R1# show ip bgp
BGP table version is 89, local router ID is 11.0.0.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
*> 10.2.10.1/32 192.168.201.20 200 64500 64500 64500 64500 64502 i
192.168.101.10 100 64500 64500 64502 i

Which of the following statement is correct?

A. The best path to 10.2.10.1/32 was chosen because of the route origin.

B. The best path to 10.2.10.1/32 was chosen because of the weight.

C. The best path to 10.2.10.1/32 was chosen because of the AS path.

D. The best path to 10.2.10.1/32 was chosen because of the local preference.

E. The best path to 10.2.10.1/32 was chosen because of the MED.
 
Top