Difficulty: Easy
Correct Answer: 5
Explanation:
Introduction / Context:
Remote CLI access to Cisco routers and switches is provided via virtual terminal (VTY) lines. Knowing the default number of VTY lines helps plan concurrent administrative access and configure AAA, access-class filters, and transport settings.
Given Data / Assumptions:
Concept / Approach:
If VTY lines are numbered 0,1,2,3,4, that yields five concurrent sessions. Administrators can view this with show running-config which lists a line vty 0 4 stanza by default.
Step-by-Step Solution:
Verification / Alternative check:
Issue show line or show users to verify active lines and sessions. Config guides show the default block as 0 4.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing console/aux lines with VTY lines; forgetting to secure all VTYs with passwords or AAA, leaving some lines open.
Final Answer:
5
Discussion & Comments