300-410 Exam QuestionsBrowse all questions from this exam

300-410 Exam - Question 146


Refer to the exhibit. A client is concerned that passwords are visible when running this show archive log config all.

Which router configuration is needed to resolve this issue?

Show Answer
Correct Answer: D

To resolve the issue of passwords being visible when running the command 'show archive log config all', the appropriate configuration command is 'hidekeys' under the archive log configuration. This command hides passwords from being displayed in configuration log files, thereby enhancing security by preventing sensitive information from being exposed.

Discussion

11 comments
Sign in to comment
MjesticOption: D
Sep 1, 2021

Read the statement carefully. We are not talking about the "show run" (where passwords are not in plain-text) but about the "show archive log config all" (where passwords are visible). Answer is D.

inteldarvidOption: D
Jul 11, 2023

D is correct: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/config-mgmt/configuration/15-sy/config-mgmt-15-sy-book/cm-config-logger.html

toni2Option: D
Feb 14, 2022

Correct Answer D Last but not least, it might be a good idea not to store any passwords in the configuration change logs. You can use the following command to disable this: Router(config-archive-log-cfg)#hidekeys https://networklessons.com/cisco/ccie-routing-switching/configuration-change-notification-logging

GreatDaneOption: D
Jul 28, 2022

Ref: Solved: Archive Command Question - Cisco Community Post by Latchum Naidu “Hi Pat, Router(config-archive-log-config)# hidekeys (hides passwords from being shown / logged) …” A. MASS-RTR(config)#aaa authentication arap Wrong answer. B. MASS-RTR(config-archive-log-cfg)#password encryption aes Wrong answer. C. MASS-RTR(config)#service password-encryption Wrong answer. D. MASS-RTR(config-archive-log-cfg)#hidekeys Correct answer.

inteldarvidOption: D
Jul 11, 2023

option D correct

puggy88Option: C
Jun 12, 2021

i think its C

Hodepine77Option: D
Jul 22, 2021

Tested this on some live equipment, it's the hidekeys command.

examSharkOption: C
Aug 5, 2021

The given answer is correct

Dejjie
Feb 24, 2023

All answers are always right to you.

irukmana97Option: C
Oct 23, 2021

Tested on the lab, the given answer is correct

leecharxosOption: D
Jan 26, 2022

Totally agree : (Optional) Suppresses the display of password information in configuration log files.Enabling the "hidekeys command" increases security by preventing password information from being displayed in configuration log files.....https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/config-mgmt/configuration/15-sy/config-mgmt-15-sy-book/cm-config-logger.pdf

SeMo0o0o0Option: D
Jul 19, 2024

D is correct