day1 1 basic network

Upload: nktien89

Post on 06-Jul-2018

217 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/17/2019 Day1 1 Basic Network

    1/48

    DAY 1-1:BASIC NETWORK

  • 8/17/2019 Day1 1 Basic Network

    2/48

    Building a Simple Network

    Intoduce CiscoRouters And Switchs

  • 8/17/2019 Day1 1 Basic Network

    3/48

    3

    What Is a Network?

  • 8/17/2019 Day1 1 Basic Network

    4/48

    4

    Common Physical Components of aNetwork

  • 8/17/2019 Day1 1 Basic Network

    5/48

    5

    LAN

  • 8/17/2019 Day1 1 Basic Network

    6/48

    6

    WAN

  • 8/17/2019 Day1 1 Basic Network

    7/48

    7

    The Internet

  • 8/17/2019 Day1 1 Basic Network

    8/48

    8

     A router needs to do the following:

    Know the destination address.

    Identify the sources from which the router can learn.

    Discover possible routes to the intended destination.

    Select the best route.

    Maintain and verify routing information.

    Router Operations

  • 8/17/2019 Day1 1 Basic Network

    9/48

    9

    Routers must learn destinations that are not directly connected.

    Router Operations (Cont.)

  • 8/17/2019 Day1 1 Basic Network

    10/48

    10

    Routers

    Routers have the following components:

     – CPU

     – Motherboard

     – RAM

     – ROM

    Routers have network adapters to which IP addresses are assigned.

    Routers may have the following two kinds of ports:

     – Console: For the attachment of a terminal used for management

     – Network: Different LAN or WAN media ports

    Routers forward packets based upon a routing table.

  • 8/17/2019 Day1 1 Basic Network

    11/48

    11

    Router Hardware

  • 8/17/2019 Day1 1 Basic Network

    12/48

    12

    LED Indicators

  • 8/17/2019 Day1 1 Basic Network

    13/48

    13

    Router Internal Components

  • 8/17/2019 Day1 1 Basic Network

    14/48

    14

    Switch Operation

  • 8/17/2019 Day1 1 Basic Network

    15/48

    15

    Switch Hardware

  • 8/17/2019 Day1 1 Basic Network

    16/48

    16

    Catalyst Switch LED Indicators

  • 8/17/2019 Day1 1 Basic Network

    17/48

    • Cable

  • 8/17/2019 Day1 1 Basic Network

    18/48

    18

    Cable Type

  • 8/17/2019 Day1 1 Basic Network

    19/48

    19

    Network Interface Card

  • 8/17/2019 Day1 1 Basic Network

    20/48

    20

    Comparing Ethernet MediaRequirements

  • 8/17/2019 Day1 1 Basic Network

    21/48

    21

    Differentiating Between Connections

  • 8/17/2019 Day1 1 Basic Network

    22/48

    22

    1000BASE-T GBIC

  • 8/17/2019 Day1 1 Basic Network

    23/48

    23

    Cisco Fiber-Optic GBICs

    Short wavelength (1000BASE-SX)

    Long wavelength/long haul (1000BASE-LX/LH)

    Extended distance (1000BASE-ZX)

  • 8/17/2019 Day1 1 Basic Network

    24/48

    24

    Network Media

    Copper Cabling

  • 8/17/2019 Day1 1 Basic Network

    25/48

    25

    UTP Cabling

    UTP Connectors

  • 8/17/2019 Day1 1 Basic Network

    26/48

    26

    RJ-45 Jack

  • 8/17/2019 Day1 1 Basic Network

    27/48

    27

    Cable 10BASE-T/

    100BASE-TX Straight-Through

    Pin Label Pin Label

    1

    2

    34

    5

    6

    7

    8

    TX+

    TX-

    RX+NC

    NC

    RX-

    NC

    NC

    1

    2

    34

    5

    6

    7

    8

    TX+

    TX-

    RX+NC

    NC

    RX-

    NC

    NC

    Straight-Through Cable

    Wires on cable ends

    are in same order.

    UTP Implementation (Straight-Through)

  • 8/17/2019 Day1 1 Basic Network

    28/48

    28

    Cable 10BASE-T or 

    100BASE-TX Straight-Through Crossover Cable

    Some wires on cable

    ends are crossed.

    Pin Label Pin Label

    1

    2

    34

    5

    6

    7

    8

    TX+

    TX-

    RX+NC

    NC

    RX-

    NC

    NC

    1

    2

    34

    5

    6

    7

    8

    TX+

    TX-

    RX+NC

    NC

    RX-

    NC

    NC

    EIA/TIA T568A EIA/TIA T568B

    UTP Implementation (Crossover)

  • 8/17/2019 Day1 1 Basic Network

    29/48

    29

    UTP Implementation: Straight-Through vs.Crossover 

  • 8/17/2019 Day1 1 Basic Network

    30/48

    30

    Using Varieties of UTP

  • 8/17/2019 Day1 1 Basic Network

    31/48

    31

    Cable Lab

  • 8/17/2019 Day1 1 Basic Network

    32/48

    32

    UTP Cabling

    Testing UTP Cables

  • 8/17/2019 Day1 1 Basic Network

    33/48

    • Cisco IOS

  • 8/17/2019 Day1 1 Basic Network

    34/48

    34

    Cisco IOS Software

    Features to carry the chosen network protocols and functions

    Connectivity for high-speed traffic between devices

    Security to control access and prohibit unauthorized network use

    Scalability to add interfaces and capability as needed for networkgrowth

    Reliability to ensure dependable access to networked resources

  • 8/17/2019 Day1 1 Basic Network

    35/48

    35

    Configuring Network Devices

    Initial default settings are sufficient for the switch to operate atLayer 2 as a switch.

     A Cisco device will prompt for initial configuration if there is noconfiguration in memory.

     Additional configuration tasks set up the device with thefollowing:

     – Protocol addressing and parameter settings

     – Options for administration and management

  • 8/17/2019 Day1 1 Basic Network

    36/48

    36

    External Configuration Sources

    Configurations can come from many sources.

    Configurations will act in device memory.

  • 8/17/2019 Day1 1 Basic Network

    37/48

    37

    CLI is used to enter commands.

    Operations vary on differentinternetworking devices.

    Users type or paste entries in the consolecommand modes.

    Command modes have distinctiveprompts.

    Enter key instructs device to parse and

    execute the command.

    Two primary EXEC modes are user modeand privileged mode.

    Cisco IOS User Interface Functions

  • 8/17/2019 Day1 1 Basic Network

    38/48

    38

    There are two main EXEC modes for enteringcommands.

    Cisco IOS Software EXEC Mode (User)

  • 8/17/2019 Day1 1 Basic Network

    39/48

    39

    Cisco IOS Software EXEC Mode(Privileged)

  • 8/17/2019 Day1 1 Basic Network

    40/48

    40

    Switch Command-Line Help Facilities

  • 8/17/2019 Day1 1 Basic Network

    41/48

    41

    Viewing the Configuration

  • 8/17/2019 Day1 1 Basic Network

    42/48

    42

    Configuring Password

  • 8/17/2019 Day1 1 Basic Network

    43/48

    43

    IOS License

  • 8/17/2019 Day1 1 Basic Network

    44/48

    44

    Demo Cisco CLI

  • 8/17/2019 Day1 1 Basic Network

    45/48

    45

    Password Recovery Lab

  • 8/17/2019 Day1 1 Basic Network

    46/48

    46

    Password Recovery Proceduce (1)

  • 8/17/2019 Day1 1 Basic Network

    47/48

    47

    Password Recovery Proceduce (2)

    Password recovery video:

    Router: https://www.youtube.com/watch?v=XS5KENB2Yfw

    Switch: https://www.youtube.com/watch?v=BSrudJ4MCCY

  • 8/17/2019 Day1 1 Basic Network

    48/48

    48