Podcast
Questions and Answers
What command activates an interface?
What command activates an interface?
- shutdown
- no activate
- activate
- no shutdown (correct)
Which command is used to set a default gateway on a Cisco device?
Which command is used to set a default gateway on a Cisco device?
- default-gw ip_address
- ip default-gateway gw_address (correct)
- set gateway
- gateway ip-address
What mode is indicated by the '#' symbol in the command prompt?
What mode is indicated by the '#' symbol in the command prompt?
- User exec mode
- Privileged EXEC mode (correct)
- Global Configuration mode
- Interface configuration mode
Which command replaces the startup configuration with the active configuration during device initialization?
Which command replaces the startup configuration with the active configuration during device initialization?
What does the 'description' command do in networking?
What does the 'description' command do in networking?
Which command is used to merge the startup configuration with the currently active config in RAM?
Which command is used to merge the startup configuration with the currently active config in RAM?
What does the 'enable' command do?
What does the 'enable' command do?
'ip route' is used for:
'ip route' is used for:
Flashcards
Interface Activation Command
Interface Activation Command
The command that turns on a network interface.
Default Gateway Command
Default Gateway Command
Configures the default IP address for routing.
Privileged EXEC Mode Symbol
Privileged EXEC Mode Symbol
The symbol '#' in the command prompt.
Startup Config Copy Command
Startup Config Copy Command
Signup and view all the flashcards
Description Command Purpose
Description Command Purpose
Signup and view all the flashcards
Merge Configs Command
Merge Configs Command
Signup and view all the flashcards
Privilege Mode Command
Privilege Mode Command
Signup and view all the flashcards
Static Route Command
Static Route Command
Signup and view all the flashcards
Study Notes
Cisco Device Configuration
- Using the
description
command adds information about the network connected to the interface. - The
no shutdown
command activates the interface, whileshutdown
deactivates it. - The
enable
command moves the user from user exec mode to Privileged EXEC mode, indicated by the#
symbol in the command prompt.
Config Mode and Interface Configuration
configure terminal
logs the user into Global Configuration mode.interface fastethernet/number
enters interface configuration mode for the specified fast ethernet interface.hostname name
sets a hostname for the current Cisco network device.
Config File Management
copy running-config startup-config
replaces the startup configuration with the active configuration when the Cisco device initializes.copy startup-config running-config
merges the startup configuration with the currently active configuration in RAM.
IP Addressing and Routing
ip address ip-address mask
assigns the specified IP address and subnet mask to an interface.ip default-gateway ip_address
sets the default gateway on the Cisco device.ip route
sets a static route in the IP routing table.
Testing and Security
- The
ping
command is used to diagnose basic network connectivity. - The
enable secret
command sets the password required for any user to enter enable mode.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.