Term 
        
        | What command enables AutoSecure on a router? |  
          | 
        
        
        Definition 
        
        | auto secure [management | forwarding] [no-interact | full [login | ntp | ssh | firewall | tcp-intercept]  |  
          | 
        
        
         | 
        
        
        Term 
        
        | What command restores the configuration file from a backup created by AutoSecure? |  
          | 
        
        
        Definition 
        
        configure replace flash:pre_autosec.cfg
  |  
          | 
        
        
         | 
        
        
        Term 
        
        | What command is used to log the failed login attempts on a router? |  
          | 
        
        
        Definition 
        
        | security authentication failure rate rate log |  
          | 
        
        
         | 
        
        
        Term 
        
        | How long is a username locked when it reaches the failure rate? |  
          | 
        
        
        Definition 
        
        | In addition to a syslog message, a 15-second delay is imposed before any login attempts are again permitted. |  
          | 
        
        
         | 
        
        
        Term 
        
        | What command is used to set parameters regarding blocking failed login attempts? |  
          | 
        
        
        Definition 
        
        | login block-for seconds attempts attempts within watch-period |  
          | 
        
        
         | 
        
        
        Term 
        
        | What command is used to enforce a delay that a user must wait before trying to enter a password again? |  
          | 
        
        
        Definition 
        
        | login delay seconds (1-10) |  
          | 
        
        
         | 
        
        
        Term 
        
        | What command enables logging on failed login attempts? |  
          | 
        
        
        Definition 
         | 
        
        
         | 
        
        
        Term 
        
        | What command enables logging of successful login attempts? |  
          | 
        
        
        Definition 
         | 
        
        
         | 
        
        
        Term 
        
        | What command is used to display the options configured with the login command? |  
          | 
        
        
        Definition 
         | 
        
        
         | 
        
        
        Term 
        
        | What command is used to configure a timeout on VTY lines? |  
          | 
        
        
        Definition 
        
        | exec-timeout minutes [seconds] |  
          | 
        
        
         | 
        
        
        Term 
        
        | What command is used to enforce a minimal password length policy on a router? |  
          | 
        
        
        Definition 
        
        | security passwords min-length length |  
          | 
        
        
         | 
        
        
        Term 
        
        | What command encrypts the plain-texts passwords in a configuration file? |  
          | 
        
        
        Definition 
        
        service password-encryption
  |  
          | 
        
        
         | 
        
        
        Term 
        
        | What command is used to add authorized IOS commands to each customized level? |  
          | 
        
        
        Definition 
        
        | privilege mode level level command |  
          | 
        
        
         | 
        
        
        Term 
        
        | What command is used to define the secret password needed to access a particular privilege level? |  
          | 
        
        
        Definition 
        
        | enable secret level level password |  
          | 
        
        
         | 
        
        
        Term 
        
        | What happens when 2 different privilege levels try to "own" the same command? |  
          | 
        
        
        Definition 
        
        | Each IOS command that is used can be used with only one privilege level. The most recently configured privilege level "owns" any commands that are configured in 2 different privilege levels. |  
          | 
        
        
         | 
        
        
        Term 
        
        | Describe the use of role-based CLI views. |  
          | 
        
        
        Definition 
        
        | Role-based CLI views can be created to contain a list of IOS commands. Unlike privilege levels, IOS commands can be present in multiple views, which can be grouped together to form superviews. |  
          | 
        
        
         | 
        
        
        Term 
        
        | What command is used to access the root view? |  
          | 
        
        
        Definition 
         | 
        
        
         | 
        
        
        Term 
        
        | What is the maximum number of views and superviews that can exist on a single router? |  
          | 
        
        
        Definition 
        
        | The maximum number of views on a router is 15, including superviews. |  
          | 
        
        
         | 
        
        
        Term 
        
        | What command sets the password used to access a specific view? |  
          | 
        
        
        Definition 
        
        | password 5 password or secret password |  
          | 
        
        
         | 
        
        
        Term 
        
        | What command is used to add IOS commands to a specific view? |  
          | 
        
        
        Definition 
        
        | commands command-type {include | exclude | include-exclusive} {LINE | all} |  
          | 
        
        
         | 
        
        
        Term 
        
        | What command is used to create a new view? |  
          | 
        
        
        Definition 
         | 
        
        
         | 
        
        
        Term 
        
        | What command is used to create a new superview? |  
          | 
        
        
        Definition 
        
        | parser view view-name superview |  
          | 
        
        
         | 
        
        
        Term 
        
        | What command is used to add an existing view to a superview? |  
          | 
        
        
        Definition 
         | 
        
        
         | 
        
        
        Term 
        
        | What command is used to access a specific IOS view? |  
          | 
        
        
        Definition 
         | 
        
        
         | 
        
        
        Term 
        
        | What command is used to disable access to ROMMON? |  
          | 
        
        
        Definition 
        
        no service password-recovery
  |  
          | 
        
        
         |