OK, I've seen task answers in the SG for access to vty lines vary. I would like some some clarification.

This task's answer is to leave off the eq telnet at the end of the permit line. I'm so OK with that. If the ACL is on a vty line, it shouldn't make a difference if the telnet protocol is specified.

I have seen it this way on other IE pracice labs. This is what I have for this task. Which way is correct?

ipv6 access-list TELNET
permit tcp host 2002:9604:606:0:209:6BFF:FE06:47EF any eq telnet

line vty 0 4
password cisco
ipv6 access-class TELNET in
login
line vty 5 871
ipv6 access-class TELNET in
login

Acer0001