ExamGecko
Home Home / Cisco / 300-410

Cisco 300-410 Practice Test - Questions Answers, Page 2

Question list
Search
Search

Related questions











Refer to the exhibit.

An engineer is trying to redistribute OSPF to BGP, but not all of the routes are redistributed. What is the reason for this issue?

A.

By default, only internal routes and external type 1 routes are redistributed into BGP

A.

By default, only internal routes and external type 1 routes are redistributed into BGP

Answers
B.

Only classful networks are redistributed from OSPF to BGP

B.

Only classful networks are redistributed from OSPF to BGP

Answers
C.

BGP convergence is slow, so the route will eventually be present in the BGP table

C.

BGP convergence is slow, so the route will eventually be present in the BGP table

Answers
D.

By default, only internal OSPF routes are redistributed into BGP

D.

By default, only internal OSPF routes are redistributed into BGP

Answers
Suggested answer: D

Explanation:

If you configure the redistribution of OSPF into BGP without keywords, only OSPF intra-area and inter-area routes are redistributed into BGP, by default.

You can redistribute both internal and external (type-1 & type-2) OSPF routes via this command:

?Router(config-router)#redistribute ospf 1 match internal external 1 external 2?

Reference: https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/5242-bgp-ospf-redis.html

Refer to the exhibit.

In which circumstance does the BGP neighbor remain in the idle condition?

A.

if prefixes are not received from the BGP peer

A.

if prefixes are not received from the BGP peer

Answers
B.

if prefixes reach the maximum limit

B.

if prefixes reach the maximum limit

Answers
C.

if a prefix list is applied on the inbound direction

C.

if a prefix list is applied on the inbound direction

Answers
D.

if prefixes exceed the maximum limit

D.

if prefixes exceed the maximum limit

Answers
Suggested answer: D

Explanation:

https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/25160-bgpmaximum-prefix.html#b

Which attribute eliminates LFAs that belong to protected paths in situations where links in a network are connected through a common fiber?

A.

shared risk link group-disjoint

A.

shared risk link group-disjoint

Answers
B.

linecard-disjoint

B.

linecard-disjoint

Answers
C.

lowest-repair-path-metric

C.

lowest-repair-path-metric

Answers
D.

interface-disjoint

D.

interface-disjoint

Answers
Suggested answer: A

Explanation:

Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_eigrp/configuration/xeQuestions& Answers PDF P-183s/asr1000/ire-xe-3s-asr1000/ire-ipfrr.html

Refer to the exhibit.

An engineer is troubleshooting BGP on a device but discovers that the clock on the device does not correspond to the time stamp of the log entries. Which action ensures consistency between the two times?

A.

Configure the service timestamps log uptime command in global configuration mode.

A.

Configure the service timestamps log uptime command in global configuration mode.

Answers
B.

Configure the logging clock synchronize command in global configuration mode.

B.

Configure the logging clock synchronize command in global configuration mode.

Answers
C.

Configure the service timestamps log datetime localtime command in global configuration mode.

C.

Configure the service timestamps log datetime localtime command in global configuration mode.

Answers
D.

Make sure that the clock on the device is synchronized with an NTP server.

D.

Make sure that the clock on the device is synchronized with an NTP server.

Answers
Suggested answer: C

Explanation:

https://www.cisco.com/c/en/us/td/docs/routers/xr12000/software/xr12k_r3-9/system_management/command/reference/yr39xr12k_chapter4.html#wp1784026936By default, syslog and debug messages are stamped by UTC, regardless of the time zone that deviceconfigured. You should append localtime key word to "service timestamp {log | debug} datetimemsec" global command to change that behavior.

https://community.cisco.com/t5/networking-documents/router-log-timestamp-entries-aredifferent-from-the-system-clock/ta-p/3132258

https://www.cisco.com/ELearning/bulk/public/tac/cim/cib/using_cisco_ios_software/cmdrefs/service_timestamps.htm

Refer to the exhibit.

What is the result of applying this configuration?

A.

The router can form BGP neighborships with any other device.

A.

The router can form BGP neighborships with any other device.

Answers
B.

The router cannot form BGP neighborships with any other device.

B.

The router cannot form BGP neighborships with any other device.

Answers
C.

The router cannot form BGP neighborships with any device that is matched by the access list named "BGP".

C.

The router cannot form BGP neighborships with any device that is matched by the access list named "BGP".

Answers
D.

The router can form BGP neighborships with any device that is matched by the access list named "BGP".

D.

The router can form BGP neighborships with any device that is matched by the access list named "BGP".

Answers
Suggested answer: C

Explanation:

after bgp session are UP.I configured the CoPP to drop 10.3.3.3 bgp traffic (R3).

R3 bgp traffic that matched the ACL 100 is dropped and the state is in IDLE -------------------------------------------- access-list 100 permit tcp host 10.3.3.3 any eq bgp access-list 100 permit tcp host 10.3.3.3 eq bgp any ! class-map match-all class-bgp match access-group 100 ! policy-map policy-bgp class class-bgp drop ! control-plane service-policy input policy-bgp ! The 10.3.3.3 neighbor goes to IDLE

Which command displays the IP routing table information that is associated with VRF-Lite?

A.

show ip vrf

A.

show ip vrf

Answers
B.

show ip route vrf

B.

show ip route vrf

Answers
C.

show run vrf

C.

show run vrf

Answers
D.

show ip protocols vrf

D.

show ip protocols vrf

Answers
Suggested answer: B

Explanation:

Reference: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/12-2/50sg/configuration/guide/Wrapper-46SG/vrf.html#wp1045708

Refer to the exhibit.

Which subnet is redistributed from EIGRP to OSPF routing protocols?

A.

10.2.2.0/24

A.

10.2.2.0/24

Answers
B.

10.1.4.0/26

B.

10.1.4.0/26

Answers
C.

10.1.2.0/24

C.

10.1.2.0/24

Answers
D.

10.2.3.0/26

D.

10.2.3.0/26

Answers
Suggested answer: A

Which configuration adds an IPv4 interface to an OSPFv3 process in OSPFv3 address family configuration?

A.

Router ospf3 1 address-family ipv4

A.

Router ospf3 1 address-family ipv4

Answers
B.

Router(config-router)#ospfv3 1 ipv4 area 0

B.

Router(config-router)#ospfv3 1 ipv4 area 0

Answers
C.

Router(config-if)#ospfv3 1 ipv4 area 0

C.

Router(config-if)#ospfv3 1 ipv4 area 0

Answers
D.

Router ospfv3 1 address-family ipv4 unicast

D.

Router ospfv3 1 address-family ipv4 unicast

Answers
Suggested answer: C

Explanation:

Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/xe-3s/iro-xe-3s-book/ip6-route-ospfv3-add-fam-xe.html

Refer to the exhibit.

Which statement about R1 is true?

A.

OSPF redistributes RIP routes only if they have a tag of one.

A.

OSPF redistributes RIP routes only if they have a tag of one.

Answers
B.

RIP learned routes are distributed to OSPF with a tag value of one.

B.

RIP learned routes are distributed to OSPF with a tag value of one.

Answers
C.

R1 adds one to the metric for RIP learned routes before redistributing to OSPF.

C.

R1 adds one to the metric for RIP learned routes before redistributing to OSPF.

Answers
D.

RIP routes are redistributed to OSPF without any changes.

D.

RIP routes are redistributed to OSPF without any changes.

Answers
Suggested answer: B

Refer to the exhibit.

An IP SLA was configured on router R1 that allows the default route to be modified in the event that Fa0/0 loses reachability with the router R3 Fa0/0 interface. The route has changed to flow through router R2. Which debug command is used to troubleshoot this issue?

A.

debug ip flow

A.

debug ip flow

Answers
B.

debug ip sla error

B.

debug ip sla error

Answers
C.

debug ip routing

C.

debug ip routing

Answers
D.

debug ip packet

D.

debug ip packet

Answers
Suggested answer: C

Explanation:

debug ip routing This command enables debugging messages related to the routing table.

Total 570 questions
Go to page: of 57