Cisco CCNA Routing Fundamentals Flash Cards

Play Memory | Create Card File | Append to Card File
Title: Cisco CCNA Routing Fundamentals
Description: Flashcards for the Routing Fundamentals for CCNA
Number of Cards: 316
Save Count: 0
Author: tonyzbox11
Created: 2012-01-08
Tags: CCNA
Private No

Save Count represents the number of people who have saved this card set to their flashcard list. Consider this an endorsement!

    • Question
    • Answer
    • Side 3
    • What 3 things are loaded when the router is initialized?
    • 1. Bootstrap
      2. The Operating System
      3. Configuration File
    • What does a router do if it cannot find a configuration file?
    • Enters setup mode
    • Where is the backup copy of the new configuration from setup mode stored?
    • NVRAM
    • What is the test called that the router performs when it powers up?
    • POST
    • After verifying Hardware functions what does the router do next?
    • Software initialization
    • Where is the bootstrap program loaded
    • Rom
    • What is the definition of Bootstrap
    • A bootstrap is a simple preset operation to load instructions that in turn cause other instructions to be loaded into memory, or cause entry into other configuration modes
    • Where are three places where the Cisco IOS can be found?
    • 1. Flash
      2. TFTP Server
      3. ROM
    • Where is the configuration file saved?
    • NVRAM
    • What 3 things does the POST Diagnostics from ROM verify.
    • 1. Basic CPU operation
      2. Memory
      3. Network Interface ports
    • How are configuration files loaded into main memory?
    • one line at a time
    • what do configuration commands do?
    • 1. Start routing
      2. Supply addresses for interfaces
      3. set media charachteristics and so on
    • If no valid configuration file exists in NVRAM, the OS executes a question driven configuration routine. What is this called
    • System configuration Dialog or setup Dialog
    • What command shows the backup config files
    • Show startup-config
    • What command shows the active config files
    • Show running-config
    • What command deletes the backup configuration file in NVRAM
    • Erase startup-config
    • What is the reboot command
    • reload
    • What is the command used to enter setup mode from the privledged exec prompt
    • setup
    • What is the purpose of setup mode?
    • to bring up, quickly, a minimal configuration for any router that cannot find its configuration from some other source
    • How do default answers appear in setup mode
    • in brackets []
    • what command can be pressed at any time to terminate the process and start over
    • Control + C
    • If you want to use the new configuration and you enter yes where will it be saved
    • NVRAM
    • What should you do if the MORE promp appears
    • press space bar to continue
    • What is the first global parameter you should enter?
    • Host name
    • What password is encrypted by Cisco proprietary software?
    • Enable Secret
    • How does the enable secret password appear on the config file?
    • meaningless string of charachters
    • If you answer yes to the setup configuration what will happen to the configuration file?
    • it will be executed and saved to NVRAM
    • if you want to change the setup configuration after you save it what must be done.
    • You must configure it manually
    • The script file generated by setup is additive. What does this mean?
    • You can turn features on with setup but you can not turn them off.
    • What 3 places can you load configuration files from?
    • 1. Console
      2. NVRAM
      3. TFTP server
    • What five pieces of information does the router use from the configuration files when it starts up?
    • 1. Cisco IOS Software version
      2. Router Identification
      3. Boot File Locations
      4. Protocol Information
      5. Interface Configuration
    • If there is no configuration file in the router, what mode do you enter to configure one?
    • Setup
    • What command will allow you to configure from a virtual terminal, a modem, or a console terminal?
    • privledged EXEC configure
    • What command configures manually from the console terminal.
    • configure terminal
    • What command displays the current configuration in RAM?
    • Show running-config
    • What command displays the saved configuration, which is the contents of NVRAM?
    • show startup-config
    • What command erases the contents of NVRAM?
    • erase startup-config
    • What does the command copy running-config tftp allow you to do?
    • store a current copy of the configuration on a TFTP server.
    • In copying a running-config to a host do you need to key the IP address of the host?
    • Yes
    • Do you need to name a config file copied to a TFTP server?
    • Yes
    • What mode do you need to be in, in order to manage the contents of NVRAM
    • enable
    • What command erases the contents of NVRAM
    • erase startup-config
    • Where is the runnning config stored?
    • RAM
    • Where is the startup or backup configuration file stored?
    • NVRAM
    • What command stores the current configuration into NVRAM?
    • copy running-config startup-config
    • What command displays the saved configuration?
    • show startup-config
    • If the screen prompt shows
      Router(config-if)# what are you configuring?
    • the interface
    • If the screen prompt shows Router(config-subif)# what are you configuring?
    • the subinterface
    • What mode are you in when you apply commands that affect the system as a whole?
    • Global configuration
    • What do you type to enter global configuration mode from the terminal
    • Configure Terminal or
      Config T
    • What command do you key to configure a routing protocol?
    • Router "protocol" for example to configure RIP you type
      Router RIP
    • What mode are all router interfaces automatically in?
    • administratively down mode
    • What is the clocking signal on a serial link?
    • DCE
    • What tyoe of devices are, by default, cisco routers?
    • DTE
    • what command sets the clockrate?
    • clockrate
    • What command establishes a password on the console terminal?
    • line console 0
      or
      line con 0
    • What command establishes password protection on incoming telnet sessions?
    • line vty 0 4
    • What command uses Cisco proprietary encryption process to alter the password character string?
    • enable secret password
    • If you do not configure a router name, what is the default name?
    • router
    • What mode must you be in to change the routers name?
    • Global Config
    • What does the command banner motd allow you to do?
    • Configure a message-of-the-day banner to be displayed on all connected terminals at login
    • What delivery method does IP use?
    • Best Effort
    • What are three reasons data may fail to reach its destination?
    • 1. Hardware Failure
      2. Improper configuration
      3. Incorrect routing info
    • What does IP use to notify the sender that the message couldnt be delivered?
    • ICMP
    • What type of message provides information or configuration parameters to hosts?
    • Control messages
    • What component of TCP/IP notifies the sender that a data transmission has failed?
    • ICMP
    • What is the acronym for Internet Control Message Protocol?
    • ICMP
    • Does a router know the exact path a datagram took to get to the router?
    • No
    • What is the ONLY information a router has about a datagram?
    • Only the source and destination IP address of the datagram
    • Does ICMP correct network problems?
    • No
    • Does ICMP notify the intended receiver that there was a problem delivering the packet?
    • No
    • Why dont error created by ICMP messages generate their own ICMP message?
    • error reports could generate more error reports, causing increased congestion on an already ailing network
    • What 3 addresses are needed in TCP/IP configuration if datagrams are to travel outside the local network
    • 1. IP Address
      2. Subnet mask
      3. Default gateway
    • What two things must a router have in order to send datagrams?
    • 1. TCP/IP properly configured on it's interfaces
      2. An appropriate routing protocol
    • What is the term that is used when a destination network is not accessable?
    • Unreachable network