is 340 review router 101 brigham young university-idaho

32
IS 340 Review Router 101 Brigham Young University-Idaho

Upload: warren-dean

Post on 05-Jan-2016

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: IS 340 Review Router 101 Brigham Young University-Idaho

IS 340 Review

Router 101

Brigham Young University-Idaho

Page 2: IS 340 Review Router 101 Brigham Young University-Idaho

Network Layer Path Determination

Page 3: IS 340 Review Router 101 Brigham Young University-Idaho

Internal Configuration Components

Page 4: IS 340 Review Router 101 Brigham Young University-Idaho

Internal Components of a 2600 Router

Page 5: IS 340 Review Router 101 Brigham Young University-Idaho

External Connections on a 2600 Router

Page 6: IS 340 Review Router 101 Brigham Young University-Idaho

Connecting Console Interfaces

1. Configure terminal emulation software on the PC for the following: The appropriate com port 9600 baud 8 data bits 1 stop bit No parity No flow control

2. Connect a rollover cable to the router console port (RJ-45 connector).

3. Connect the other end of the rollover cable to the RJ-45 to DB-9 adapter

4. Attach the female DB-9 adapter to a PC.

Page 7: IS 340 Review Router 101 Brigham Young University-Idaho

Computer or Terminal Console Connection

Page 8: IS 340 Review Router 101 Brigham Young University-Idaho

Modem Connection to Console or Auxiliary Port

Page 9: IS 340 Review Router 101 Brigham Young University-Idaho

Router User Interface

Page 10: IS 340 Review Router 101 Brigham Young University-Idaho

Operating Environments

Page 11: IS 340 Review Router 101 Brigham Young University-Idaho

Steps in Router Initialization

Page 12: IS 340 Review Router 101 Brigham Young University-Idaho

Router User Interface Modes

Page 13: IS 340 Review Router 101 Brigham Young University-Idaho

The User Interface Error Indicator

Page 14: IS 340 Review Router 101 Brigham Young University-Idaho

Using Help

Page 15: IS 340 Review Router 101 Brigham Young University-Idaho

Using IOS Command history

Page 16: IS 340 Review Router 101 Brigham Young University-Idaho

Configuring a Router Name

A router should be given a unique name as one of the first configuration tasks. This task is accomplished in global configuration mode using the following commands:

Router(config)#hostname TokyoTokyo(config)#

Page 17: IS 340 Review Router 101 Brigham Young University-Idaho

Configuring Router Passwords

Page 18: IS 340 Review Router 101 Brigham Young University-Idaho

Host Name Resolutions

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.

Page 19: IS 340 Review Router 101 Brigham Young University-Idaho

Configuring Host Tables

Page 20: IS 340 Review Router 101 Brigham Young University-Idaho

Viewing the Host TableLAB_A(config)#ip host LAB_A 192.5.5.1 205.7.5.1 201.100.11.1LAB_A(config)#ip host LAB_B 219.17.100.2 199.6.13.1 201.100.11.2LAB_A(config)#ip host LAB_C 223.8.151.1 204.204.7.1 199.6.13.2LAB_A(config)#ip host LAB_D 210.93.105.1 204.204.7.2LAB_A(config)#ip host LAB_E 210.93.105.2LAB_A(config)#LAB_A#show hostsDefault domain is not setName/address lookup uses domain serviceName servers are 255.255.255.255 Host Flags Age Type Address(es)LAB_B (perm, OK) 0 IP 219.17.100.2 199.6.13.1 201.100.11.2 LAB_C (perm, OK) 0 IP 223.8.151.1 204.204.7.1 199.6.13.2 LAB_E (perm, OK) 0 IP 210.93.105.2 LAB_A (perm, OK) 0 IP 192.5.5.1 205.7.5.1 201.100.11.1 LAB_D (perm, OK) 0 IP 210.93.105.1 204.204.7.2 LAB_A#

Page 21: IS 340 Review Router 101 Brigham Young University-Idaho

Using the copy Command

Page 22: IS 340 Review Router 101 Brigham Young University-Idaho

Using the copy tftp running-config Command

Page 23: IS 340 Review Router 101 Brigham Young University-Idaho

What are ACLs?

• ACLs are lists of instructions you apply to a router's interface to tell the router what kinds of packets to accept and what kinds to deny.

Page 24: IS 340 Review Router 101 Brigham Young University-Idaho

ACLs must be defined on a per-protocol, per direction, or per port basis

ACL must be defined for each interface

ACL must be defined for each protocol enabled on the interface

ACLs control traffic in one direction at a time on an interface

Page 25: IS 340 Review Router 101 Brigham Young University-Idaho

How ACLs Work

Page 26: IS 340 Review Router 101 Brigham Young University-Idaho

How ACL’s Work

Page 27: IS 340 Review Router 101 Brigham Young University-Idaho

Protocols with ACLs Specified by Numbers

Page 28: IS 340 Review Router 101 Brigham Young University-Idaho

Wildcard Masks

Don’t confuse with subnet masks 0 mean match with IP number 255 means accept any number in

this range

Page 29: IS 340 Review Router 101 Brigham Young University-Idaho

Standard ACLs

Page 30: IS 340 Review Router 101 Brigham Young University-Idaho

Extended ACLs

Page 31: IS 340 Review Router 101 Brigham Young University-Idaho

Extended IP Access List Examples (continued)

Page 32: IS 340 Review Router 101 Brigham Young University-Idaho

Placing ACLs

Standard ACLs should be placed close to the destination.

Extended ACLs should be placed close to the source.