< Return to Video

CCNA1-ITNv7 - Module 10 - Basic Router Configuration

  • 0:01 - 0:04
    welcome to my introduction to networking
  • 0:04 - 0:06
    course typically abbreviated
  • 0:06 - 0:14
    ITN this will be for the CCNA version 7
  • 0:15 - 0:18
    curriculum module 10 is about basic
  • 0:18 - 0:20
    router
  • 0:20 - 0:23
    configuration so in this module we're
  • 0:23 - 0:25
    looking at how to configure basic router
  • 0:25 - 0:28
    settings looking at the interfaces and
  • 0:28 - 0:30
    setting up the default gateways on
  • 0:30 - 0:32
    device
  • 0:32 - 0:34
    so let's jump right on in configuring
  • 0:34 - 0:37
    the initial router settings just like a
  • 0:37 - 0:40
    switch we uh jump in we configure a host
  • 0:40 - 0:43
    name from the global configuration
  • 0:43 - 0:46
    you'll notice that will be the device
  • 0:46 - 0:49
    name and we'll have config in
  • 0:49 - 0:53
    Brackets from there we will be typing in
  • 0:53 - 0:55
    host name space whatever the name you
  • 0:55 - 0:59
    want it to be if we want to enable a
  • 0:59 - 1:01
    password
  • 1:01 - 1:04
    this is what secures the privileged EXA
  • 1:04 - 1:08
    mode that is created by the enable
  • 1:08 - 1:11
    section what you would do is enable
  • 1:11 - 1:14
    secret and then put whatever password
  • 1:14 - 1:15
    you
  • 1:15 - 1:18
    want if we want to secure the user exact
  • 1:18 - 1:22
    mode when we console in or if we're
  • 1:22 - 1:24
    using a virtual
  • 1:24 - 1:27
    terminal we would then set up either a
  • 1:27 - 1:31
    line console zero or a line vty
  • 1:31 - 1:33
    BTY are the virtual
  • 1:33 - 1:36
    Terminals and from there you'd be
  • 1:36 - 1:39
    setting a password using the password
  • 1:39 - 1:41
    space whatever the password you want it
  • 1:41 - 1:44
    to be and then you also want to say when
  • 1:44 - 1:47
    do you want it to prompt the user and we
  • 1:47 - 1:50
    want the users to be prompted at login
  • 1:50 - 1:53
    so the second line would be
  • 1:53 - 1:58
    login with a line vty you can
  • 1:58 - 2:01
    also have uh specific
  • 2:01 - 2:04
    inputs that are required you could do a
  • 2:04 - 2:09
    secure shell SSH or you can allow tet or
  • 2:09 - 2:12
    both keep in mind tnet everything is
  • 2:12 - 2:15
    still plain text SSH everything is
  • 2:15 - 2:20
    encrypted but additional setup is needed
  • 2:20 - 2:22
    when we're doing
  • 2:22 - 2:27
    SSH with the enable and the password you
  • 2:27 - 2:30
    can actually set an enable password
  • 2:30 - 2:33
    without using secret however secret
  • 2:33 - 2:36
    Actually hashes the password you'll
  • 2:36 - 2:38
    notice with the line connection line
  • 2:38 - 2:41
    console and line vty both the passwords
  • 2:41 - 2:45
    are using just a plain text password we
  • 2:45 - 2:49
    can encrypt the password by enabling the
  • 2:49 - 2:52
    service for password encryption to do
  • 2:52 - 2:56
    that we type service password encryption
  • 2:56 - 3:01
    that will encrypt our passwords
  • 3:01 - 3:05
    lastly we need to set a banner a banner
  • 3:05 - 3:07
    is going to be a message that will be
  • 3:07 - 3:11
    displayed when the user logs in you do
  • 3:11 - 3:15
    that by typing Banner motd that is short
  • 3:15 - 3:19
    form message of the day a special
  • 3:19 - 3:22
    character write the message and you have
  • 3:22 - 3:26
    to end with the same special character
  • 3:26 - 3:30
    you cannot use different starting and
  • 3:30 - 3:33
    different special characters they have
  • 3:33 - 3:34
    to be the
  • 3:34 - 3:37
    same so how does that look in
  • 3:37 - 3:41
    practice here we have a host name R1 we
  • 3:41 - 3:45
    have a a password of class for our line
  • 3:45 - 3:47
    password we have a password of
  • 3:47 - 3:50
    Cisco those will all be plain text
  • 3:50 - 3:52
    except for the enable password until we
  • 3:52 - 3:56
    turn on the services that encrypt our
  • 3:56 - 3:59
    passwords and then lastly we have our
  • 3:59 - 4:02
    Banner message
  • 4:03 - 4:06
    and to make sure we understand this we
  • 4:06 - 4:10
    have a packet tracer lab moving on how
  • 4:10 - 4:13
    do we configure the interfaces routers
  • 4:13 - 4:16
    and switches have multiple interfaces so
  • 4:16 - 4:19
    first of all we need to know what they
  • 4:19 - 4:23
    are you could do a show IP interface
  • 4:23 - 4:26
    brief and that will show us the
  • 4:26 - 4:29
    interfaces that has to be done at the
  • 4:29 - 4:33
    privilege exec mode just the pound sign
  • 4:33 - 4:36
    show IP interface brief will give you
  • 4:36 - 4:37
    all of the
  • 4:37 - 4:39
    interfaces once you know how many
  • 4:39 - 4:42
    interfaces you have you can configure
  • 4:42 - 4:44
    those interfaces you configure the
  • 4:44 - 4:46
    interface by doing
  • 4:46 - 4:50
    interface the type and number of the
  • 4:50 - 4:52
    interface you can list a description if
  • 4:52 - 4:55
    you'd like you have the ability to give
  • 4:55 - 5:00
    it an ipv4 and or an IPv6 address and
  • 5:00 - 5:02
    you should turn on the interface with a
  • 5:02 - 5:06
    no shutdown a shutdown command turns off
  • 5:06 - 5:10
    the interface no shutdown activates the
  • 5:10 - 5:14
    interface so in real practice if we are
  • 5:14 - 5:17
    programming the gig z0000
  • 5:17 - 5:20
    interface that would be the gigabit
  • 5:20 - 5:23
    interface on the Lan
  • 5:23 - 5:26
    side that is how we would do it we would
  • 5:26 - 5:28
    give the IP
  • 5:28 - 5:30
    address we should give a descript ion so
  • 5:30 - 5:32
    we know what it
  • 5:32 - 5:35
    is and we should turn it on in this
  • 5:35 - 5:39
    example we're also enabling an IPv6
  • 5:39 - 5:43
    address if we wanted to configure the
  • 5:43 - 5:46
    gigabit 001 interface we could do that
  • 5:46 - 5:49
    as well that is the link between R1 and
  • 5:49 - 5:53
    R2 hence the description we give it an
  • 5:53 - 5:56
    IP address we give an IPv6 address and
  • 5:56 - 6:00
    we also say no shutdown to turn it on
  • 6:00 - 6:03
    so how do we verify these interfaces are
  • 6:03 - 6:06
    up and running show IP interface
  • 6:06 - 6:12
    brief as long as the okay is yes and the
  • 6:12 - 6:17
    status is yes or up we are good if the
  • 6:17 - 6:20
    status is set to administratively down
  • 6:20 - 6:24
    that means that we didn't issue the no
  • 6:24 - 6:29
    shutdown command if the protocol is down
  • 6:29 - 6:31
    but the status is not administratively
  • 6:31 - 6:35
    down it is typically a layer one issue a
  • 6:35 - 6:37
    physical networking
  • 6:37 - 6:40
    issue if you want to look at the IPv6
  • 6:40 - 6:43
    version you would do a show IPv6
  • 6:43 - 6:45
    interface brief and that will give you
  • 6:45 - 6:49
    the IPv6 equivalent of the interface
  • 6:49 - 6:51
    brief
  • 6:51 - 6:54
    communication all right so how do we
  • 6:54 - 6:57
    look at certain commands show commands
  • 6:57 - 6:59
    specifically if we're looking at
  • 6:59 - 7:00
    interfaces
  • 7:00 - 7:02
    show IP interface brief is going to be
  • 7:02 - 7:05
    the most common if we're looking at
  • 7:05 - 7:07
    routing information it'll be show IP
  • 7:07 - 7:10
    route we could look at detailed
  • 7:10 - 7:12
    information by looking at show
  • 7:12 - 7:14
    interfaces or show IP
  • 7:14 - 7:17
    interfaces those will give us very
  • 7:17 - 7:20
    specific statistics on those
  • 7:20 - 7:24
    interfaces all of these have a IPv6
  • 7:24 - 7:27
    equivalent command as
  • 7:27 - 7:31
    well so going back here's how we would
  • 7:31 - 7:34
    do our show IP interface brief again it
  • 7:34 - 7:37
    is important to realize these are our
  • 7:37 - 7:41
    basic show commands for our verification
  • 7:41 - 7:44
    for interfaces if we are doing a route
  • 7:44 - 7:46
    if we're looking for routing information
  • 7:46 - 7:49
    show IP route we will actually show
  • 7:49 - 7:51
    better breakdowns of these tables in a
  • 7:51 - 7:53
    later
  • 7:53 - 7:56
    lecture but this is how a routing table
  • 7:56 - 8:00
    looks this is what the router will use
  • 8:00 - 8:03
    to make the routing decisions it will
  • 8:03 - 8:05
    use this table to figure out how to
  • 8:05 - 8:09
    forward packets
  • 8:09 - 8:13
    appropriately show interfaces you can
  • 8:13 - 8:15
    show all interfaces or you can be
  • 8:15 - 8:18
    specific on one interface this will give
  • 8:18 - 8:20
    you a detailed breakdown of that
  • 8:20 - 8:23
    interface the MAC address the IP address
  • 8:23 - 8:27
    the MTU the reliability the transmit and
  • 8:27 - 8:31
    receive load if there is ARP information
  • 8:31 - 8:34
    if there's anything being queried if
  • 8:34 - 8:36
    there's anything being overloaded this
  • 8:36 - 8:39
    is what's going to tell
  • 8:40 - 8:45
    you show IP interface will also give you
  • 8:45 - 8:48
    the uh interface if it's up if the blind
  • 8:48 - 8:51
    protocol is up this will give you more
  • 8:51 - 8:54
    detailed on specific functionality
  • 8:54 - 8:56
    notice this does not give you
  • 8:56 - 8:58
    reliability or transmit and receive
  • 8:58 - 9:00
    loads
  • 9:00 - 9:03
    so show interface will give you transmit
  • 9:03 - 9:06
    and receive loads show IP interface will
  • 9:06 - 9:13
    give you specific on protocol
  • 9:13 - 9:15
    functionality again there's IP
  • 9:15 - 9:19
    equivalent for IPv6 show IPv6 interface
  • 9:19 - 9:22
    we show you if it's up if it's down and
  • 9:22 - 9:24
    if there's any multicast groups
  • 9:24 - 9:26
    associated with it and then the rest
  • 9:26 - 9:30
    will be protocols
  • 9:30 - 9:34
    moving on how do we configure an
  • 9:34 - 9:38
    ipv for default
  • 9:38 - 9:41
    gateway remember the default gateway is
  • 9:41 - 9:45
    the exit out of our
  • 9:45 - 9:48
    landan so here we have two interfaces on
  • 9:48 - 9:51
    the router gig 000000 and gig
  • 9:51 - 9:55
    001 if we actually want two different
  • 9:55 - 9:57
    networks we could do that one network on
  • 9:57 - 10:01
    gig 0000 one network on gig
  • 10:01 - 10:03
    001 and to communicate between these two
  • 10:03 - 10:05
    networks it has to go to a layer 3
  • 10:05 - 10:09
    device the layer 3 device is going to be
  • 10:09 - 10:12
    our router and again the default gateway
  • 10:12 - 10:16
    is our exit point for our Network again
  • 10:16 - 10:19
    it's going to be the
  • 10:19 - 10:23
    router switches must have a default
  • 10:23 - 10:26
    gateway if they're going to be remotely
  • 10:26 - 10:30
    managed at all the switches should be
  • 10:30 - 10:34
    able to pass frames to the router
  • 10:34 - 10:37
    assuming the in device is actually
  • 10:37 - 10:39
    sending it to remote
  • 10:39 - 10:43
    host the switch should also have a
  • 10:43 - 10:46
    default gateway just in case the switch
  • 10:46 - 10:50
    is not sure how to forward it
  • 10:50 - 10:54
    on how do we configure an IP default
  • 10:54 - 10:57
    gateway on a switch from the global
  • 10:57 - 11:00
    configuration we issue a
  • 11:00 - 11:04
    IP default gateway command and that is
  • 11:04 - 11:08
    IP default gateway space the IP address
  • 11:08 - 11:10
    of the
  • 11:15 - 11:19
    Gateway for whatever reason we have a
  • 11:19 - 11:23
    bug in our PowerPoints that list
  • 11:23 - 11:27
    the graphic not being completed as of
  • 11:27 - 11:29
    yet
  • 11:29 - 11:33
    we do have a packet tracer on looking at
  • 11:33 - 11:35
    router information configuring the
  • 11:35 - 11:38
    router and verifying the
  • 11:38 - 11:40
    configuration we also have another
  • 11:40 - 11:44
    Packet Tracer at looking at verifying
  • 11:44 - 11:45
    Network documentation implementing
  • 11:45 - 11:48
    Solutions and testing and verifying
  • 11:48 - 11:50
    certain problems looking at the default
  • 11:50 - 11:54
    gateway and that is it for this
  • 11:54 - 11:57
    chapter there are videos if you wish to
  • 11:57 - 12:01
    view them in nead
  • 12:01 - 12:04
    overall we also do have another lab
  • 12:04 - 12:06
    looking at basic device configuration
  • 12:06 - 12:08
    both a router and a
  • 12:08 - 12:12
    switch we also have a basic U lab
  • 12:12 - 12:14
    setting up again switch and a router
  • 12:14 - 12:18
    setting up basic uh device functionality
  • 12:18 - 12:21
    host name Banner enable things of that
  • 12:21 - 12:23
    nature all right so summary what did we
  • 12:23 - 12:26
    learn we looked at how to navigate
  • 12:26 - 12:28
    between user and exec mode and Global
  • 12:28 - 12:30
    configuration mode
  • 12:30 - 12:33
    we looked at basic configuration how to
  • 12:33 - 12:35
    set a host name how to set an enable
  • 12:35 - 12:38
    password how to set line passwords how
  • 12:38 - 12:40
    to set a banner we also looked at how to
  • 12:40 - 12:43
    set interfaces basic configuration for
  • 12:43 - 12:46
    interfaces and how to turn them on again
  • 12:46 - 12:49
    we turn them on with a no shutdown
  • 12:49 - 12:53
    command we also looked at how to set a
  • 12:53 - 12:55
    default gateway and the purpose of a
  • 12:55 - 12:58
    default gateway any questions or
  • 12:58 - 13:03
    concerns please reach out thank you
Title:
CCNA1-ITNv7 - Module 10 - Basic Router Configuration
Description:

more » « less
Video Language:
English
Duration:
13:02

English subtitles

Revisions Compare revisions