0% found this document useful (0 votes)
38 views25 pages

Exploring The Packet Deliveried

Exploring the Packet Deliveried

Uploaded by

doublemint_1001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views25 pages

Exploring The Packet Deliveried

Exploring the Packet Deliveried

Uploaded by

doublemint_1001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 25

Exploring the

Packet Delivery
Process

LAN Connections

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-1

Layer 2 Addressing

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-2

Layer 3 Addressing

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-3

Host-to-Host Packet Delivery (1 of 17)

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-4

Host-to-Host Packet Delivery (2 of 17)

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-5

Host-to-Host Packet Delivery (3 of 17)

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-6

Host-to-Host Packet Delivery (4 of 17)

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-7

Host-to-Host Packet Delivery (5 of 17)

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-8

Host-to-Host Packet Delivery (6 of 17)

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-9

Host-to-Host Packet Delivery (7 of 17)

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-10

Host-to-Host Packet Delivery (8 of 17)

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-11

Host-to-Host Packet Delivery (9 of 17)

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-12

Host-to-Host Packet Delivery (10 of 17)

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-13

Host-to-Host Packet Delivery (11 of 17)

2007 Cisco Systems, Inc. All rights reserved.

Destination

Next Hop

Interface

192.168.3.0/24

Connected

fa 0/0

192.168.4.0/24

Connected

fa 0/1

ICND1 v1.04-14

Host-to-Host Packet Delivery (12 of 17)

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-15

Host-to-Host Packet Delivery (13 of 17)

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-16

Host-to-Host Packet Delivery (14 of 17)

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-17

Host-to-Host Packet Delivery (15 of 17)

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-18

Host-to-Host Packet Delivery (16 of 17)

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-19

Host-to-Host Packet Delivery (17 of 17)

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-20

Using the show OP Command


Router# show ip arp
Protocol
Internet
Internet
Internet
Internet
Internet
Internet

Address
172.69.233.229
172.69.233.218
172.69.233.19
172.69.233.309
172.19.168.11
172.19.168.254

2007 Cisco Systems, Inc. All rights reserved.

Age(min)
9

Hardware Addr
0000.0c59.f892
0000.0c07.ac00
0000.0c63.1300
0000.0c36.6965
0000.0c63.1300
0000.0c36.6965

Type
ARPA
ARPA
ARPA
ARPA
ARPA
ARPA

Interface
Ethernet0/0
Ethernet0/0
Ethernet0/0
Ethernet0/0
Ethernet0/0
Ethernet0/0

ICND1 v1.04-21

ping
Router#

ping [[protocol {host-name | system-address}]

To diagnose basic network connectivity, use the ping command in


user EXEC or privileged EXEC mode.

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-22

traceroute
Router#

traceroute [protocol] destination

To discover the routes that packets will actually take when traveling
to their destination address, use the traceroute command in user
EXEC or privileged EXEC mode.

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-23

Summary
If the hosts are not on the same segment, the frame is sent to the
default gateway.
Packets sent to the default gateway will have the local host
source and remote host destination IP address.
Frames sent to the default gateway will have the local host source
and the default gateway MAC address.
A router will change the Layer 2 address as needed, but will not
change the Layer 3 address.
The show ip arp command displays the mapping between
network addresses and MAC addresses that the router has
learned.
Cisco IOS connectivity tools include ping and traceroute.

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-24

2007 Cisco Systems, Inc. All rights reserved.

ICND1 v1.04-25

You might also like