Which two commands are needed to ensure that Cisco WLC can be managed only via a secure web browser, with a cipher of 128 bits or larger and without Telnet or SSH? (Choose two.)
A.
config network ssh disable
B.
config network secureweb enable
C.
config network secureweb cipher-option high enable
D.
config network secureweb cipher-option sslv2 disable
Correct answers are AC:
*config network ssh {enable | disable}
The default value is enabled.
So we need disable it.
*config network secureweb {enable | disable}
This command allows users to access the controller GUI using “https://ip-address.” The default value is enabled. Secure web mode is a secure connection.
So we don't need enable it
*config network secureweb cipher-option high {enable | disable}
This command allows users to access the controller GUI using “https://ip-address” but only from browsers that support 128-bit (or larger) ciphers. The default value is disabled.
So we need enable it.
*config network secureweb cipher-option sslv2 {enable | disable}
If you disable SSLv2, users cannot connect using a browser configured with SSLv2 only. They must use a browser that is configured to use a more secure protocol such as SSLv3 or later. The default value is disabled.
It is no important.
*config network webmode {enable | disable}
This command allows users to access the controller GUI using "http://ip-address." The default value is disabled. Web mode is not a secure connection.
So we don't need enable it.
Confusing question. Whay option A is not correct,. Question said we do not want to use SSH. ?
upvoted 2 times
...
This section is not available anymore. Please use the main Exam Page.200-355 Exam Questions
Log in to ExamTopics
Sign in:
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.
KZYL
5 years, 2 months agoJEVC
5 years, 3 months agokarora
5 years, 5 months ago