CCENT Concepts Pt. 7 Flashcards
Startup-config
Stores the initial configuration used
any time te switch reloads Cisco IOS.
Running-config
Stores the currently used configuration
commands. This file changes
dynamically when someone enters
commands in configuration mode.
line console 0
Global command that changes the
context to console configuration mode.
line vty 1st-vty 2nd-vty
Global command that changes the
context to vty configuration mode for
the range of vty lines listed in the
command.
login
Line (console and vty) configuration
mode. Tells IOS to prompt for a
password (no username).
password pass-value
Line (console and vty) configuration
mode. Lists the password required if
the login command (with no other
parameters) is configured.
interface type port-number
Global command that changes the
context to interface mode - for
example, interface Fastethernet 0/1
(no) shutdown
Interface subcommand that
disables or enables the interface,
respectively.
hostname name
Global command that sets this switch’s
hostname, which is also used as the
first part of the switch’s command
prompt.
enable secret pass-value
Global command that sets
automatically encrypted enable secret
password. The password is used for
any user to reach enable mode.
enable password pass-value
Global command that sets the cleartext
enable password, which is used
only when the enable secret password
is not configured.
exit
Moves back to the next higher
mode in configuration mode.
end
Exits configuration mode and goes
back to enable mode from any of the
configuration submodes.
Ctrl-Z
This is nut a command, but rather a
two-key combination (the Ctrl key and
the letter z) that together do the same
thing as the end command.
Configuring Usernames and Secure Sheel (SSH)
# Line vty 0 15 # transport input telnet ssh # username user-value password pass-value # ip domain-name domain-value # crypto key generate rsa