ExamGecko
Home Home / Cisco / 300-410

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

Question list
Search
Search

List of questions

Search

Related questions











Refer to the exhibit. The ISP router is fully configured for customer A and customer B using the VRFLite feature. What is the minimum configuration required for customer A to communicate between routers A1 and A2?

A.

A1:

interface fa0/0

description To->ISP

ip vrf forwarding A

ip add 172.31.100.1 255.255.255.0

no shut

!

router ospf 100

net 172.31.100.1 0.0.0.255 area 0

A2:

interface fa0/0

description To->ISP

ip vrf forwarding A

ip add 172.31.200.1 255.255.255.0

no shut

!

router ospf 100

net 172.31.200.1 0.0.0.255 area 0

A.

A1:

interface fa0/0

description To->ISP

ip vrf forwarding A

ip add 172.31.100.1 255.255.255.0

no shut

!

router ospf 100

net 172.31.100.1 0.0.0.255 area 0

A2:

interface fa0/0

description To->ISP

ip vrf forwarding A

ip add 172.31.200.1 255.255.255.0

no shut

!

router ospf 100

net 172.31.200.1 0.0.0.255 area 0

Answers
B.

A1:

interface fa0/0

description To->ISP

ip add 172.31.200.1 255.255.255.0

no shut

!

router ospf 100

net 172.31.200.1 0.0.0.255 area 0

A2:

interface fa0/0

description To->ISP

ip add 172.31.100.1 255.255.255.0

no shut

router ospf 100

net 172.31.100.1 0.0.0.255 area 0

B.

A1:

interface fa0/0

description To->ISP

ip add 172.31.200.1 255.255.255.0

no shut

!

router ospf 100

net 172.31.200.1 0.0.0.255 area 0

A2:

interface fa0/0

description To->ISP

ip add 172.31.100.1 255.255.255.0

no shut

router ospf 100

net 172.31.100.1 0.0.0.255 area 0

Answers
C.

A1:

interface fa0/0

description To->ISP

ip vrf forwarding A

ip add 172.31.100.1 255.255.255.0

no shut

router ospf 100 vrf A

net 172.31.100.1 0.0.0.255 area 0

A2:

interface fa0/0

description To->ISP

ip vrf forwarding A

ip add 172.31.200.1 255.255.255.0

no shut

router ospf 100 vrf A

net 172.31.200.1 0.0.0.255 area 0

C.

A1:

interface fa0/0

description To->ISP

ip vrf forwarding A

ip add 172.31.100.1 255.255.255.0

no shut

router ospf 100 vrf A

net 172.31.100.1 0.0.0.255 area 0

A2:

interface fa0/0

description To->ISP

ip vrf forwarding A

ip add 172.31.200.1 255.255.255.0

no shut

router ospf 100 vrf A

net 172.31.200.1 0.0.0.255 area 0

Answers
D.

A1:

interface fa0/0

description To->ISP

ip add 172.31.100.1 255.255.255.0

no shut

router ospf 100

net 172.31.100.1 0.0.0.255 area 0

A2:

interface fa0/0

description To->ISP

ip add 172.31.200.1 255.255.255.0

no shut

router ospf 100

net 172.31.200.1 0.0.0.255 area 0

D.

A1:

interface fa0/0

description To->ISP

ip add 172.31.100.1 255.255.255.0

no shut

router ospf 100

net 172.31.100.1 0.0.0.255 area 0

A2:

interface fa0/0

description To->ISP

ip add 172.31.200.1 255.255.255.0

no shut

router ospf 100

net 172.31.200.1 0.0.0.255 area 0

Answers
Suggested answer: C

Explanation:

A1 and A2 routers do not know they belong to VRF A. The two interfaces of ISP (which are connected to A1 & A2) should be configured like this (we only show the configure of one interface): ISP router: interface g0/0 description ISP- >To_CustomerA ip vrf forwarding A ip address 172.31.100.2 255.255.255.0 router ospf 100 vrf A network 172.31.200.2 0.0.0.255 area 0

The network administrator configured R1 for Control Plane Policing so that the inbound Telnet traffic is policed to 100 kbps. This policy must not apply to traffic coming in from 10.1.1.1/32 and 172.16.1.1/32. The administrator has configured this:

The network administrator is not getting the desired results. Which set of configurations resolves this issue?

A.

control-plane

no service-policy input PM-CoPP

!

interface Ethernet 0/0

service-policy input PM-CoPP

A.

control-plane

no service-policy input PM-CoPP

!

interface Ethernet 0/0

service-policy input PM-CoPP

Answers
B.

control-plane

no service-policy input PM-CoPP

service-policy input PM-CoPP

B.

control-plane

no service-policy input PM-CoPP

service-policy input PM-CoPP

Answers
C.

no access-list 101

access-list 101 deny tcp host 10,1,1.1 any eq 23

access-list 101 deny tcp host 172,16.1.1 any eq 23

access-list 101 permit ip any any

C.

no access-list 101

access-list 101 deny tcp host 10,1,1.1 any eq 23

access-list 101 deny tcp host 172,16.1.1 any eq 23

access-list 101 permit ip any any

Answers
D.

no access-list 101

access-list 101 deny tcp host 10,1.1.1 any eq 23

access-list 101 deny tcp host 172.16.1.1 any eq 23

access-list 101 permit ip any any

!

interface E0/0

service-policy input PM-CoPP

D.

no access-list 101

access-list 101 deny tcp host 10,1.1.1 any eq 23

access-list 101 deny tcp host 172.16.1.1 any eq 23

access-list 101 permit ip any any

!

interface E0/0

service-policy input PM-CoPP

Answers
Suggested answer: C

Explanation:

ackets that match a deny rule are excluded from that class and cascade to the next class (if one exists) for classification. Therefore if we donít want to CoPP traffic from 10.1.1.1/32 and 172.16.1.1/32, we must ìdenyî them in the ACL.

Refer to the exhibit.

An OSPF neighbor relationship between R2 and R3 is showing stuck in EXCHANGE/EXSTART state.

The neighbor is established between R1 and R2. The network engineer can ping from R2 to R3 and vice versa, but the neighbor is still down. Which action resolves the issue?

A.

Restore the Layer 2/Layer 3 conectivity issue in the ISP network.

A.

Restore the Layer 2/Layer 3 conectivity issue in the ISP network.

Answers
B.

Match MTU on both router interfaces or ignore MTU.

B.

Match MTU on both router interfaces or ignore MTU.

Answers
C.

Administrative "shut then no shut" both router interfaces.

C.

Administrative "shut then no shut" both router interfaces.

Answers
D.

Enable OSPF on the interface, which is required.

D.

Enable OSPF on the interface, which is required.

Answers
Suggested answer: B

Refer to the exhibit.

An engineer is troubleshooting a failed Telnet session from PC to the DHCP server. Which action resolves the issue?

A.

Remove sequence 30 and add it back to the IPv6 traffic filter as sequence 5.

A.

Remove sequence 30 and add it back to the IPv6 traffic filter as sequence 5.

Answers
B.

Remove sequence 20 and add it back to the IPv6 traffic filter as sequence 5.

B.

Remove sequence 20 and add it back to the IPv6 traffic filter as sequence 5.

Answers
C.

Remove sequence 10 to add the PC source IP address and add it back as sequence 10.

C.

Remove sequence 10 to add the PC source IP address and add it back as sequence 10.

Answers
D.

Remove sequence 20 for sequence 40 in the access list to allow Telnet.

D.

Remove sequence 20 for sequence 40 in the access list to allow Telnet.

Answers
Suggested answer: C

Refer to the exhibit.

The administrator noticed that the connection was flapping between the two ISPs instead of switching to ISP2 when the ISP1 failed. Which action resolves the issue?

A.

Include a valid source-interface keyword in the icmp-echo statement.

A.

Include a valid source-interface keyword in the icmp-echo statement.

Answers
B.

Reference the track object 1 on the default route through ISP2 instead of ISP1.

B.

Reference the track object 1 on the default route through ISP2 instead of ISP1.

Answers
C.

Modify the static routes to refer both to the next hop and the outgoing intertace.

C.

Modify the static routes to refer both to the next hop and the outgoing intertace.

Answers
D.

Modify the threshold to match the administrative distance of the ISP2 route.

D.

Modify the threshold to match the administrative distance of the ISP2 route.

Answers
Suggested answer: D

Refer to the exhibit.

After a security audit, the administrator implemented an ACL in the route reflector. The RR became unreachable from any router in the network. Which two actions resolve the issue? (Choose two.)

A.

Enable the ND proxy feature on the default gateway.

A.

Enable the ND proxy feature on the default gateway.

Answers
B.

Configure a link-local address on the Ethernet0/1 interface.

B.

Configure a link-local address on the Ethernet0/1 interface.

Answers
C.

Permit ICMPv6 neighbor discovery traffic in the ACL.

C.

Permit ICMPv6 neighbor discovery traffic in the ACL.

Answers
D.

Remove the ACL entry 80.

D.

Remove the ACL entry 80.

Answers
E.

Change the next hop of the default route to the link-local address of the default gateway.

E.

Change the next hop of the default route to the link-local address of the default gateway.

Answers
Suggested answer: C, D

Refer to the exhibit.

Which command must be configured to make VRF CCNP work?

A.

interface Loopback0 vrf forwarding CCNP

A.

interface Loopback0 vrf forwarding CCNP

Answers
B.

interface Loopback0 ip address 10.1.1.1 255.255.255.0

B.

interface Loopback0 ip address 10.1.1.1 255.255.255.0

Answers
C.

interface Loopback0 ip address 10.1.1.1 255.255.255.0 vrf forwarding CCNP

C.

interface Loopback0 ip address 10.1.1.1 255.255.255.0 vrf forwarding CCNP

Answers
D.

interface Loopback0 ip address 10.1.1.1 255.255.255.0 ip vrf forwarding CCNP

D.

interface Loopback0 ip address 10.1.1.1 255.255.255.0 ip vrf forwarding CCNP

Answers
Suggested answer: B

Refer to the exhibit.

The administrator configured the network devise for end-to-end reachability, but the ASBRs are not propagation routes to each other. Which set of configuration resolves this issue?

A.


A.


Answers
B.


B.


Answers
C.


C.


Answers
D.


D.


Answers
Suggested answer: A

A company is expanding business by opening 35 branches over the Internet. A network engineer must configure DMVPN at the branch routers to connect with the hub router and allow NHRP to add spoke routers securely to the multicast NHRP mappings automatically Which configuration meets this requirement at the hub router?

A.


A.


Answers
B.


B.


Answers
C.


C.


Answers
D.


D.


Answers
E.

Option A

E.

Option A

Answers
F.

Option B

F.

Option B

Answers
G.

Option C

G.

Option C

Answers
H.

Option D

H.

Option D

Answers
Suggested answer: C

What is an advantage of implementing BFD?

A.

BFD provides faster updates for any flapping route.

A.

BFD provides faster updates for any flapping route.

Answers
B.

BFD provides millisecond failure detection

B.

BFD provides millisecond failure detection

Answers
C.

BFD is deployed without the need to run any routing protocol

C.

BFD is deployed without the need to run any routing protocol

Answers
D.

BFD provides better capabilities to maintain the routing table

D.

BFD provides better capabilities to maintain the routing table

Answers
Suggested answer: B
Total 570 questions
Go to page: of 57