210-060 · Question #350
An engineer must set the unlock time for the current Cisco Unified Communications Manager admin account to 2 minutes. Which CLI command accomplishes this task?
The correct answer is A. set accountlocking unlocktime 120. The CUCM CLI command for account unlock time uses seconds as its unit, so 2 minutes must be expressed as 120 seconds using the 'set accountlocking unlocktime' command.
Question
An engineer must set the unlock time for the current Cisco Unified Communications Manager admin account to 2 minutes. Which CLI command accomplishes this task?
Options
- Aset accountlocking unlocktime 120
- Bset accountlocking count 2
- Cset accountlocking count 120
- Dset accountlocking unlocktime 2
How the community answered
(40 responses)- A90% (36)
- B3% (1)
- C3% (1)
- D5% (2)
Why each option
The CUCM CLI command for account unlock time uses seconds as its unit, so 2 minutes must be expressed as 120 seconds using the 'set accountlocking unlocktime' command.
The correct CUCM CLI command is 'set accountlocking unlocktime <seconds>', where the value is expressed in seconds. Since the requirement is 2 minutes, the value must be converted to 120 seconds, making 'set accountlocking unlocktime 120' the accurate command. Using the value 2 directly would set the unlock time to only 2 seconds, not 2 minutes.
'set accountlocking count' configures the number of failed login attempts before an account is locked, not the duration of the lock or unlock time.
'set accountlocking count 120' incorrectly uses the 'count' parameter, which controls failed attempt thresholds, not time, and 120 would be an unreasonably high attempt count.
'set accountlocking unlocktime 2' uses the correct command keyword but passes 2 as the value, which would set the unlock time to only 2 seconds rather than the required 2 minutes.
Concept tested: CUCM CLI account locking unlock time configuration
Source: https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/cli_ref/12_5_1/cucm_b_cli-reference-guide-1251/cucm_b_cli-reference-guide-1251_chapter_00.html
Topics
Community Discussion
No community discussion yet for this question.