Implementing Cisco IP Routing (CCNP ROUTE, legacy) — Question 194
Which traffic does the following configuration allow?
ipv6 access-list cisco
permit ipv6 host 2001:DB8:0:4::32 any eqssh
linevty 0 4
ipv6 access-class cisco in
Answer options
- A. all traffic to vty 0 4 from source 2001:DB8:0:4::32
- B. only ssh traffic to vty 0 4 from source all
- C. only ssh traffic to vty 0 4 from source 2001:DB8:0:4::32
Correct answer:
Explanation
The correct answer is C because the access list specifically permits SSH traffic from the host 2001:DB8:0:4::32. Option A is incorrect as it suggests all traffic is allowed, while option B is incorrect because it implies traffic from any source is permitted, rather than just the specified host.