How2pass.com Forums

Full Version: QID: AR240
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can you please look at QID: AR240?  The practice exam is showing the correct answer as:
I believe this is wrong.  A dead give away is the misspelling of the "aaa" portion of the command (ie. it only has "aa).
-----------------------
line console 0
aa authorization console authorization priv15

line vty 0 4
transport input ssh
-------------------------

I believe the correct answer should be this (as backed up by google search results):

----------------------------
line con 0
aaa authorization console
authorization exec

line vty 0 4
transport input ssh
-----------------------------