Networking Basics: Device Configuration and Boot Sequence
25 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What does a green LED on the port indicate?

  • PoE is denied due to power capacity
  • PoE is off
  • PoE mode is selected and PoE is on (correct)
  • PoE for the port has been disabled
  • What action must be taken first in recovering from a system crash?

  • Unplug the power cord
  • Type 'boot' command in the terminal
  • Wait for the switch to reboot automatically
  • Connect a PC to the switch console port (correct)
  • Which LED state indicates that PoE is denied due to exceeding switch power capacity?

  • Amber
  • Blinking amber
  • Green-amber alternating (correct)
  • Solid green
  • What command is used to initialize the flash file system?

    <p>flash_init (C)</p> Signup and view all the answers

    What does the command 'BOOT=flash' accomplish?

    <p>Alters the BOOT environment variable path for loading IOS (B)</p> Signup and view all the answers

    What does it indicate if the interface is up but the line protocol is down?

    <p>There is an encapsulation type mismatch. (A)</p> Signup and view all the answers

    What causes CRC errors on Ethernet and serial interfaces?

    <p>Loose or damaged connections. (B)</p> Signup and view all the answers

    What may cause excessive runt frames on an interface?

    <p>Malfunctioning Network Interface Cards (NICs). (D)</p> Signup and view all the answers

    Which statement is true about late collisions?

    <p>They cannot occur on full-duplex operations. (C)</p> Signup and view all the answers

    What does it mean if both the line protocol and the interface are down?

    <p>The cable is not attached or there is another interface issue. (A)</p> Signup and view all the answers

    What command is used to generate an RSA key pair on a switch?

    <p>crypto key generate rsa (C)</p> Signup and view all the answers

    What modulus length is specified in the sample configuration for the RSA keys?

    <p>1,024 bits (C)</p> Signup and view all the answers

    How can an administrator delete the RSA key pair?

    <p>crypto key zeroize rsa (C)</p> Signup and view all the answers

    Which command enables SSH protocol on the vty lines?

    <p>transport input ssh (A)</p> Signup and view all the answers

    What is the purpose of the 'username username secret password' command?

    <p>To configure a username and password for local authentication (A)</p> Signup and view all the answers

    What command is used to enable SSH version 2?

    <p>ip ssh version 2 (C)</p> Signup and view all the answers

    What is the default behavior of SSH concerning version support?

    <p>Supports both SSH version 1 and version 2 (C)</p> Signup and view all the answers

    What is the main reason for configuring Secure Shell (SSH) instead of Telnet?

    <p>SSH provides a secure encrypted connection. (D)</p> Signup and view all the answers

    Which command would you use to check if the switch supports SSH?

    <p>show ip ssh (A)</p> Signup and view all the answers

    What does the 'k9' in an IOS filename indicate?

    <p>It supports cryptographic features and capabilities. (B)</p> Signup and view all the answers

    What is a primary vulnerability of using Telnet?

    <p>It transmits data, including credentials, in plaintext. (A)</p> Signup and view all the answers

    What must you do before configuring SSH on a Catalyst 2960 switch?

    <p>Assign a unique hostname and correct network settings. (B)</p> Signup and view all the answers

    Which TCP port does SSH use for secure connections?

    <p>Port 22 (B)</p> Signup and view all the answers

    What is a requirement for a switch to support SSH?

    <p>It must be running a specific version of IOS with cryptographic support. (C)</p> Signup and view all the answers

    What is the initial step in configuring SSH on a switch?

    <p>Verify the switch supports SSH. (A)</p> Signup and view all the answers

    Flashcards

    PoE LED Indicators

    LED colors indicate the status of Power over Ethernet (PoE) on ports.

    Green LED

    If the port LED is green, PoE is enabled for that port.

    Alternating Green-Amber LED

    Indicates PoE is denied because power exceeds the switch's capacity.

    Boot Loader Steps

    A process that allows access to the switch when the OS fails.

    Signup and view all the flashcards

    BOOT Environment Variable

    Path used by the switch to load the IOS from flash memory.

    Signup and view all the flashcards

    Line Protocol Status

    Indicates whether keepalives are received on the data link layer.

    Signup and view all the flashcards

    Interface Up / Line Protocol Down

    Indicates potential problems like encapsulation mismatch or hardware issues.

    Signup and view all the flashcards

    Input Errors

    The total errors in datagrams received on an interface, including specific types like runt and CRC errors.

    Signup and view all the flashcards

    Runt Frames

    Ethernet frames shorter than 64 bytes, often caused by malfunctioning NICs.

    Signup and view all the flashcards

    Output Errors

    The errors preventing successful transmission of datagrams out of an interface.

    Signup and view all the flashcards

    SSH Version 2

    A secure network protocol that encrypts communication between devices, providing enhanced security over SSH version 1.

    Signup and view all the flashcards

    RSA Key Pair

    A set of keys (public and private) used for encrypting and decrypting data in SSH communications.

    Signup and view all the flashcards

    Modulus Length

    The size of the key in bits used in RSA encryption, longer lengths provide more security but take longer to generate.

    Signup and view all the flashcards

    Delete RSA Key Pair

    The command crypto key zeroize rsa removes existing RSA keys and disables the SSH server.

    Signup and view all the flashcards

    User Authentication

    Process of verifying the identity of users accessing the SSH server, either through local credentials or an external server.

    Signup and view all the flashcards

    VTY Lines

    Virtual terminal lines that allow remote access to devices; configured to only accept SSH connections with transport input ssh command.

    Signup and view all the flashcards

    Local Authentication

    A method where user credentials are stored locally on the device, using the username and secret commands to create user accounts.

    Signup and view all the flashcards

    Duplex Mismatch

    Occurs when connected devices do not match duplex settings, causing network issues.

    Signup and view all the flashcards

    Telnet

    An older protocol using TCP port 23 for unsecure remote access to devices.

    Signup and view all the flashcards

    Wireshark

    A network protocol analyzer for capturing packets transmitted over a network.

    Signup and view all the flashcards

    SSH (Secure Shell)

    A secure protocol using TCP port 22 for encrypted remote connections.

    Signup and view all the flashcards

    IOS Support for SSH

    The Catalyst 2960 switch must run an IOS version with cryptographic capabilities to support SSH.

    Signup and view all the flashcards

    show version

    Command used to display the current IOS version on the switch.

    Signup and view all the flashcards

    show ip ssh

    Command to verify if the switch supports SSH features.

    Signup and view all the flashcards

    ip domain-name

    Command used to set the network's IP domain name in global configuration mode.

    Signup and view all the flashcards

    Study Notes

    Basic Device Configuration

    • Switches and routers have built-in configurations, but further configuration is needed for complex networks.
    • A model train analogy is used to illustrate the importance of configuring network devices.
    • Network administrators must precisely configure switches and routers for desired network functionality.
    • Packet Tracer is a valuable tool for developing these skills, preparing for certification exams, practicing networking courses, sharpening skills for job interviews, and examining the impact of new technologies on existing networks.
    • Packet Tracer allows you to simulate real networks.

    Switch Boot Sequence

    • A Cisco switch, when powered on, undergoes a five-step boot sequence:
      • First, the switch loads a power-on self-test (POST) program stored in ROM.
      • Next, the switch loads the boot loader software.
      • The boot loader initializes the CPU and flash file system.
      • The boot loader loads the default IOS operating system.
      • The IOS initializes interfaces using files stored in flash.

    Switch LED Indicators

    • System LED: Indicates power status—off (no power), green (normal operation), amber (malfunction).
    • Redundant Power System (RPS) LED: Indicates RPS status—off, green (connected and ready), blinking green (providing power to another device), amber (standby or fault), blinking amber (power supply failure).
    • Port Status LED: Indicates port status—off (no link), green (link present), blinking green (data transmission), green-amber (link fault), amber (port blocked).
    • Port Duplex LED: Indicates duplex mode—off (half-duplex), green (full-duplex).
    • Port Speed LED: Indicates port speed—off (10 Mbps), green (100 Mbps), blinking green (1000 Mbps).
    • Power over Ethernet (PoE) Mode LED: Indicates PoE mode—off (not selected), green (selected), blinking amber (PoE mode not selected due to fault).

    Recovering from a System Crash

    • The boot loader provides access if the operating system fails due to missing or damaged files.
    • Access the boot loader using a console cable and software.
    • The boot loader has a command-line interface.

    Switch Virtual Interface (SVI) Configuration

    • An SVI is a virtual interface, not physical, used for remote management access.
    • An SVI needs an IPv4 or IPv6 address and subnet mask.
    • Switches are configured with a default gateway if they are managed remotely.

    Full-Duplex Communication

    • Full-duplex allows simultaneous transmission and reception.
    • It eliminates collisions and increases bandwidth efficiency.
    • Full-duplex requires microsegmentation.

    Half-Duplex Communication

    • Half-duplex allows transmission or reception at a time.
    • Collisions occur frequently due to simultaneous transmission.
    • It is typically used with older hubs, which are now replaced by switches.

    Switch Port Configuration

    • Switch ports can be manually configured with speed and duplex settings.
    • Full-duplex mode is the default setting for most ports.
    • Auto-MDIX automatically detects the correct cable type for the connection.

    Network Access Layer Issues

    • Issues with media, collisions, and late collisions affect network performance.
    • Analyzing command output can help determine interface and media issues.
    • Show commands show running configuration, interfaces, and routes provide output to diagnose problems.

    Command History Feature

    • The command history stores executed commands for recall.
    • Recall commands using Ctrl+P or the Up Arrow key (previous commands).
    • Recall commands using Ctrl+N or the Down Arrow key (next commands).

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Related Documents

    Basic Device Configuration PDF

    Description

    This quiz covers the essential aspects of configuring switches and routers for optimal network performance, using a model train analogy for clarity. Additionally, it explores the Cisco switch boot sequence, outlining the key steps involved from power-on to loading the IOS operating system. Prepare for networking certifications and enhance your practical skills with Packet Tracer.

    More Like This

    Use Quizgecko on...
    Browser
    Browser