Frame Relay Protocols 545
Figure 8-15
Basic Ethernet Network
Again consider the core routing logic. Router A receives an Ethernet frame from some host and
strips the Ethernet header (and trailer). Router A decides to route the packet out Ethernet 0 to
the next router, 10.1.2.2 (Router B's E1 IP address). Router A builds the new Ethernet header/
trailer and sends the frame.
Router A builds the Ethernet header based on the next-hop router's IP address--namely,
10.1.2.2 (Router B's E1 IP address). The destination Ethernet address in the header built by
Router A is Router B's E1 address. Router A learns this information dynamically using the
IP ARP protocol. Similarly, with IPX routing, the next-hop router's IPX address has the
corresponding LAN address embedded in the IPX address. (With other Layer 3 protocols, there
are other processes on LANs for learning the corresponding LAN address.) The information
learned by IP ARP in this case is the information that maps the next-hop IP address to the LAN
address used to reach it; this is called mapping. A more general definition for mapping follows:
The information that correlates to the next-hop router's Layer 3 address, and the
Layer 2 address used to reach it, is called mapping. Mapping is needed on
multiaccess networks.
Table 8-18
Partial Routing Table on Router A for Figure 8-15
Subnet
Outgoing Interface
Next Router
10.1.3.0
Ethernet 0
10.1.2.2
Eth.
L3 Packet
Eth.
Eth.
L3 Packet
Eth.
Eth.
L3 Packet
Eth.
A
10.1.1.0/24
10.1.2.0/24
10.1.3.0/24
10.1.4.0/24
.1
E0
B
.2
E1
C
.3
E0
ch08.fm Page 545 Monday, March 20, 2000 5:17 PM