• 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/41

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;

41 Cards in this Set

  • Front
  • Back
configure terminal
enters global configuration mode from privileged EXEC mode
disable
returns to user EXEC mode from privileged EXEC mode
enable
enters privileged EXEC mode from user EXEC mode
enable password [password]
sets the enable password
enable secret [password]
sets the enable secret password (overrides [enable password]
hostname [host-name]
sets the device name
line console 0
accesses console line 0 configuration mode (also; vty & aux lines)
login
enables password checking
password [password]
specifies the password that is required for a user to log in
show running-config
displays the contents of the active configuration file
banner login [delimiting-character message delimiting-character]
configures a message that is displayed at user login attempts
banner motd [delimiting-character message delimiting-character]
configures a message-of-the-day (MOTD) banner that can be used to display a message at user login attempts
line vty 0 4
enters configuration mode for virtual terminal (Telnet) lines
login local
defines the use of local usernames, replacing the login subcommand in vty configuration mode
service password-encryption
applies encryption to all current and future passwords configured on the device
show interfaces [type number]
displays statistics for all interfaces configured on the router
show ip interface brief
displays a brief summary of interface status and configuration
show terminal
displays the current terminal settings
show version
displays hardware platform and software versions
copy running-config startup-config
saves the configuration file
reload
reboots the router
show startup-config
displays the backup configuration file
cdp enable
enables CDP on an interface; the word "no" prefixed to the command disables CDP on an interface
ip address [ip-address] [subnet-mask]
assigns an IP address to an interface
no shutdown
enables an interface
show cdp
displays global CDP information, including timer and hold-time information
show cdp neighbors
displays information about directly connected neighbors
show ip interface
displays IP information for an interface
CTRL+SHIFT+6 X
suspend current telnet session (also resumes previous session)
enable password level [level] [password]
sets the enable password on a switch with a level for which the password applies
enable secret level [level] [password]
sets the enable secret password on a switch with an optional level for which the password applies
shutdown / no shutdown
disables an interface / enables an interface
show mac-address-table
displays the Media Access Control (MAC) forwarding table
ip default-gateway [ip-address]
configures a default gateway IP address to which traffic destined to remote networks will be forwarded
show interfaces status
displays the line status of all interfaces
copy running-config [startup-config] | [tftp] | [device:filename]
copies a device’s running configuration file to another destination
copy tftp [running-config] | [startup-config] | [device:filename]
copies a file from a TFTP server to another destination
show ip route
displays the IP routing table
Router>
User EXEC
Router>#
Privileged EXEC
Router(config)#
Global config