• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/4

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

4 Cards in this Set

  • Front
  • Back

Create a local user database entry and encryptthe password using either type 8 (sha256) ortype 9 (scrypt) passwords.This method is stronger than using theusername name secret command.TIP: Always create the local userdatabase accounts before enablingauthentication.

Router(config)# username namealgorithm-type {md5 | sha256| scrypt} secret password

Encrypt the privileged EXEC mode (enable)password using either type 8 (sha256) or type9 (scrypt) passwords. Type 8 and type 9 wereintroduced in Cisco IOS 15.3(3)M. Type 8 andtype 9 use SHA encryption. However type 9 isslightly stronger.

Router(config)# enablealgorithm-type {md5 |sha256 | scrypt} secretpassword

Sets the inactivity timer interval. The user willbe logged out of the privilege EXEC mode ifit is inactive for the defined period of time.Default is 10 minutes.

Router(config-line)#exec-timeout minutes seconds

Enter line auxiliary mode.


Disable the auxiliary port.

Router(config-line)# line aux 0


Router(config-line)# no exec