nerdexam
Cisco

300-410 · Question #4

Refer to the exhibit. Which configuration denies Telnet traffic to router 2 from 198A:0:200C::1/64?

The correct answer is A. ipv6 access-list Deny_Telnet sequence 10 deny tcp host 198A:0:200C::1/64 host 201A:0:205C::1/64 ! int Gi0/0 ipv6 traffic-filter Deny_Telnet in. To deny IPv6 Telnet traffic, an IPv6 access list must be configured with a deny statement for TCP traffic on the Telnet port and then applied to the interface using the 'ipv6 traffic-filter' command.

Infrastructure Security

Question

Refer to the exhibit. Which configuration denies Telnet traffic to router 2 from 198A:0:200C::1/64?

Options

  • Aipv6 access-list Deny_Telnet sequence 10 deny tcp host 198A:0:200C::1/64 host 201A:0:205C::1/64 ! int Gi0/0 ipv6 traffic-filter Deny_Telnet in
  • Bipv6 access-list Deny_Telnet sequence 10 deny tcp host 198A:0:200C::1/64 host 201A:0:205C::1/64 ! int Gi0/0 ipv6 access-map Deny_Telnet in
  • Cipv6 access-list Deny_Telnet sequence 10 deny tcp host 198A:0:200C::1/64 host 201A:0:205C::1/64 ! int Gi0/0 ipv6 access-map Deny_Telnet in
  • Dipv6 access-list Deny_Telnet sequence 10 deny tcp host 198A:0:200C::1/64 host 201A:0:205C::1/64 ! int Gi0/0 ipv6 traffic-filter Deny_Telnet in

How the community answered

(43 responses)
  • A
    72% (31)
  • B
    14% (6)
  • C
    9% (4)
  • D
    5% (2)

Why each option

To deny IPv6 Telnet traffic, an IPv6 access list must be configured with a deny statement for TCP traffic on the Telnet port and then applied to the interface using the 'ipv6 traffic-filter' command.

Aipv6 access-list Deny_Telnet sequence 10 deny tcp host 198A:0:200C::1/64 host 201A:0:205C::1/64 ! int Gi0/0 ipv6 traffic-filter Deny_Telnet inCorrect

The 'ipv6 access-list' command correctly defines an access list, and the crucial part for application is 'ipv6 traffic-filter Deny_Telnet in', which is the correct command to apply an IPv6 access list as an ingress filter on an interface in Cisco IOS.

Bipv6 access-list Deny_Telnet sequence 10 deny tcp host 198A:0:200C::1/64 host 201A:0:205C::1/64 ! int Gi0/0 ipv6 access-map Deny_Telnet in

The 'ipv6 access-map' command is used for policy-based routing or QoS configurations, not for directly applying an IPv6 access list to filter traffic on an interface.

Cipv6 access-list Deny_Telnet sequence 10 deny tcp host 198A:0:200C::1/64 host 201A:0:205C::1/64 ! int Gi0/0 ipv6 access-map Deny_Telnet in

The 'ipv6 access-map' command is used for policy-based routing or QoS configurations, not for directly applying an IPv6 access list to filter traffic on an interface.

Dipv6 access-list Deny_Telnet sequence 10 deny tcp host 198A:0:200C::1/64 host 201A:0:205C::1/64 ! int Gi0/0 ipv6 traffic-filter Deny_Telnet in

This option is identical to A; however, since A is provided as the singular correct answer, it represents the correct application method for an IPv6 ACL.

Concept tested: IPv6 ACL configuration and application

Source: https://www.cisco.com/c/en/us/td/docs/ios/ipv6/configuration/guide/ipv6_access_control_lists_psg_c17-660233.html

Topics

#IPv6 Access List#ACL Application#Traffic Filtering#Infrastructure Security

Community Discussion

No community discussion yet for this question.

Full 300-410 Practice