Question 77 of 92 from exam 300-410-ENARSI: Implementing Cisco Enterprise Advanced Routing and Services

Question 77 of 92 from exam 300-410-ENARSI: Implementing Cisco Enterprise Advanced Routing and Services

Question

ip access list extended EGRESS2
10 deny ip any any
!
interface GigabitEthernet0/0
ip address 209.165.201.1 255.255.255.0
ip access-group EGRESS2 out
duplex auto
speed auto
media-type rj45
ipv6 address 2001:DB8::1/64
!
line vty 04
no login

transport input telnet

Router2

ipv6 access list INGRESS

permit ipv6 2001:DB8::/64 any sequence 10
deny ipv6 2001:DB8::/32 any sequence 20

interface GigabitEthernet0/0

ip address 209.165.201.25 255.255.255.0
duplex auto

speed auto

media-type rj45

ipv6 address autoconfig

ipv6 nd autoconfig default-route

ipv6 nd cache expire 60

ipv6 nd ra suppress

ipv6 traffic-filter INGRESS in

ipv6 nd ra suppress

Refer to the exhibit.

The engineer configured and connected Router2 to Router1

The link came up but could not establish a Telnet connection to Router1 IPv6 address of 2001:DB8::1

Which configuration allows Router2 to establish a Telnet connection to Router1?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.