exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 972 discussion

Actual exam question from Cisco's 200-301
Question #: 972
Topic #: 1
[All 200-301 Questions]



Refer to the exhibit. An engineer booted a new switch and applied this configuration via the console port. Which additional configuration must be applied to allow administrators to authenticate directly to global configuration mode via Telnet using a local username and password?

  • A. R1(config)#username admin -

    R1(config-if)#line vty 0 4 -
    R1(config-line)#password p@ss1234
    R1(config-line)#transport input telnet
  • B. R1(config)#username admin privilege 15 secret p@ss1234

    R1(config-if)#line vty 0 4 -
    R1(config-line)#login local
  • C. R1(config)#username admin secret p@ss1234

    R1(config-if)#line vty 0 4 -

    R1(config-line)#login local -
    R1(config)#enable secret p@ss1234
  • D. R1(config)#username admin -

    R1(config-if)#line vty 0 4 -
    R1(config-line)#password p@ss1234
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
lmmujsi
9 months, 1 week ago
Selected Answer: B
To allow administrators to authenticate via Telnet directly to global configuration mode using a local username and password, the switch must be configured with a local username and corresponding password, and the VTY lines must be set to use local login credentials. Additionally, to ensure the user has the proper level of privilege to enter global configuration mode directly, the username should be created with the highest privilege level (15). Based on these requirements, the additional configuration that must be applied is: B. R1(config)#username admin privilege 15 secret p@ss1234 R1(config)#line vty 0 4 R1(config-line)#login local This configuration sets up a local user with full privileges and configures the VTY lines to require local username and password authentication for Telnet access. Note that there's a typographical error in the command R1(config-if)#line vty 0 4 -; it should be R1(config)#line vty 0 4, as line configuration is not done in interface configuration mode but directly in global configuration mode.
upvoted 3 times
...
squagmire
10 months, 1 week ago
Selected Answer: B
If i remember correctly, telnet is enabled by default, so we don't need the 'transport intput telnet'
upvoted 1 times
...
PyoJH
1 year, 1 month ago
Selected Answer: B
'to authenticate directly to global configuration mode via Telnet using a local username and password' so answer 'B'
upvoted 4 times
...
Niles_edu
1 year, 2 months ago
I've tries option B and it works, the question said "allow administrators to authenticate directly to global configuration mode", so command "privilege 15" must required.
upvoted 3 times
...
picho707
1 year, 2 months ago
Selected Answer: A
The transport is only implied in answer A. It is not the best configuration but it may work.
upvoted 1 times
askar430
10 months, 2 weeks ago
in the switch transport input is all by default !!! , but in router is none by default , in addition imposible that there are username (alone) command without password
upvoted 2 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 ...