exam questions

Exam 100-105 All Questions

View all questions & answers for the 100-105 exam

Exam 100-105 topic 1 question 85 discussion

Actual exam question from Cisco's 100-105
Question #: 85
Topic #: 1
[All 100-105 Questions]

Instructions -
For both the Router and the Switch the simulated console mode needs to start and remain in enabled mode.
RouterA and SwitchA have been configured to operate in a private network which will connect to the Internet. You have been asked to review the configuration prior to cabling and implementation.
This task requires the use of various IOS commands to access and inspect the running configuration of RouterA and SwitchA. No configuration changes are necessary.
You will connect to RouterA and SwilchA via the console devices that are attached to each.
There are 4 multiple-choice questions with this task. Be sure to answer all of them before leaving this item. In order to score the maximum points you will need to have accessed both SwitchA and RouterA.
NOTE: The configuration command has been disabled for both the router and switch in this simulation.

Which two are security issues which need to be modified before RouterA is used? (Choose two.)

  • A. unencrypted weak password is configured to protect privilege mode
  • B. inappropriate wording in banner message
  • C. the virtual terminal lines have a weak password configured
  • D. virtual terminal lines have a password, but it will not be used
  • E. configuration supports un-secure web server access
Show Suggested Answer Hide Answer
Suggested Answer: AE 🗳️
ROUTER A CONFIGURATION:
!
no service password-encryption
!
enable password cisco
!
username ciscouser privilege 15 password 0 cisco
!
banner motd ^CWelcome! If you encountered any problem, please consult the administrator^C
!
line vty 0 4
password 4t&34rkf
login local
transport input telnet ssh
!
"no service password-encryption" displays the passwords in plain text, and here we see that the password is set to the easily guessable password of "cisco".
Never say "Welcome" in your banner message, it is basically an open invitation to access the device without permission.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
darkraven1984
5 years, 5 months ago
think it is a the banner
upvoted 1 times
mime
5 years, 5 months ago
transport input telnet ssh and no service password are more critical here than MOTD
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...