[Contents] [Prev] [Next] [Index] [Report an Error]

Password Protection

If the system administrator has configured the system to have a password, the CLI prompts you to enter that password before you receive access to Privileged Exec mode. The password is case sensitive and appears as asterisks on the screen.

To access Privileged Exec mode:

  1. At the prompt, type enable and press Enter.
    host1>enable
    Password:
  2. At the password prompt, type your password and press Enter.
    Password:*********
    host1#

    Note: The > character in the command-line prompt changes to the # character.

    host1# ?
      baseline          Set a baseline for statistics
      clear             Clear a state
      clock             Set the system's clock
      configure         Enter Global Configuration mode
      copy              Copy files
      debug             Configure debugging functions
      default           Set a command to its default(s)
      delete            Delete a local file
      dir               Display a list of local files
      disable           Reduce the command privilege level
      disconnect        Disconnect remote CLI session
      enable            Enable access to privileged commands
      exit              Exit from the current command mode
      flash-disk        Perform flash disk operations
      halt              Halt the system in preparation for power down
      help              Describe the interactive help system
      ip                Configure IP attributes on an interface
      ipv6              Configure IPv6 attributes
      l2tp              L2TP operations
      log               Configure logging settings
      logout            Logout PPP Subscribers
      macro             Run a CLI macro
      more              Display contents of a file
      mpls              Execute MPLS commands
      mtrace            Trace the path that packets will traverse from source to
                        destination for a given group
      no                Negate a command or set its default(s)
      ping              Send echo request to remote host
      pppoe             Set PPPoE information
      profile-reassign  Perform profile reassignment
      redundancy        Perform a redundancy action
      reload            Halt and perform a cold restart
      rename            Rename a local file
      send              Send a message to specified lines
      show              Display system information
      sleep             Make the Command Interface pause for a specified duration
      srp               Perform SRP operations
      synchronize       Manually synchronize redundant system controller file system
      telnet            Access a remote system via telnet
      terminal          Configure the terminal line settings
      test              Test the outcome of a command
      traceroute        Trace the path that packets traverse to their destination
      undebug           Disable debug logging functions
      virtual-router    Specify a virtual router
      write             Write the system's running configuration to a destination 
    

In addition, you can execute a script file (.scr), which is simply a file containing a sequence of CLI commands, through the configure command.


[Contents] [Prev] [Next] [Index] [Report an Error]