1 / 16

Introduction to networking ( Yarnfield )

Introduction to networking ( Yarnfield ). Configure a router. Objectives. Describe the router startup process Be able to configure a router with: A name Set passwords Examine show commands Configure an Ethernet interface Execute changes to a router Save changes to a router

dori
Télécharger la présentation

Introduction to networking ( Yarnfield )

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to networking(Yarnfield) Configure a router

  2. Objectives • Describe the router startup process • Be able to configure a router with: • A name • Set passwords • Examine show commands • Configure an Ethernet interface • Execute changes to a router • Save changes to a router • Configure an interface description • Configure a message-of-the-day banner • Configure host tables

  3. Stages of the router power-on boot sequence

  4. CLI command modes Router#configure terminal Router(config)# Interface mode Line mode Router mode Subinterface mode Controller mode

  5. Configuring a router name

  6. Configure a router password Enable secret command is encrypted, enable password is not. Router(config)#service password-encryption (provides weak encryption)

  7. Examining the show commands • Router#show interfaces serial 0/1 • show clock - Shows the time set in the router • show hosts - Displays a cached list of host names and addresses • show users - Displays all users who are connected to the router • show history - Displays a history of commands that have been entered • show flash - Displays information about flash memory and what IOS files are stored there • show version - Displays information about the currently loaded software version along with hardware and device information. • show arp - Displays the ARP table of the router • show protocols - Displays the global and interface-specific status of any configured Layer 3 protocols • show startup-config - Displays the saved configuration located in NVRAM • show running-config - Displays the contents of the currently running configuration file or the configuration for a specific interface, or map class information.

  8. Configuring the Ethernet interface • Enter global configuration mode. • Enter interface configuration mode. • Specify the interface address and subnet mask. • Enable the interface.

  9. Interface descriptions An interface description should identify important information such as a router, a circuit number, or a specific network segment. A description of an interface can help a network user remember specific information about the interface, such as what network the interface services

  10. Configuring an interface description

  11. Configure a message of the day • Use the configure terminal command to enter global configuration mode. • Enter the command banner motd # <message of the day > # . • Issue the copy running-config startup-config command to save the changes.

  12. Host name resolution • Host name resolution is the process that a computer system uses to associate a host name with an IP address. Host names, unlike DNS names, are significant only on the router on which they are configured

  13. Configuring host tables • Enter global configuration mode. • Enter the ip host command followed by the name of the router and all IP addresses associated with the router interfaces. • Repeat Step 2 until all routers in the network are entered. • Save the configuration to NVRAM.

  14. Making configuration changes

  15. Summary • Serial interfaces require a clock signal to control the timing of the communications • An interface must have an IP address and subnet mask to route IP packets. • By default, interfaces are turned off or disabled. • Host name resolution translates names to IP addresses • Configuration backup can be stored on a TFTP server, on a network server, • or on a disk.

  16. Questions... • ... are there any?

More Related