background image
196
Chapter 4
Cisco's Diagnostic Commands
interface. So, just doing a "no shut" on an interface brings it into an "up"
status, even if nothing is plugged into the interface. Line protocol "up"
means that the interface is able to send itself a frame and receive it back.
The next fields contain the Layer 2 MAC address, the interface descrip-
tion, and the Layer 3 IP address. Below the interface address information,
you'll find the line settings for the interface. An MTU, bandwidth, delay,
reliability, and load are listed. These values are used to calculate a distance-
vector protocol route metric.
Default Ethernet encapsulation for Cisco is ARPA. You can see that this is true
and that the keepalive is the default at 10 seconds. This line is a very important line
when troubleshooting Ethernet problems. If the encapsulation type is not compat-
ible with other machines on the network, you will have communication problems.
Let's look at an example.
When the router broadcasts from an interface, it uses the encapsulation that
is configured. Look at Figure 4.10. In this case, an ARPA frame (#1) is sent. If
the machines on the network do not understand ARPA, they do not respond
to the broadcast. On the other hand, if a machine broadcast uses a SNAP
frame (#2), the router is designed to understand any incoming frame encapsu-
lation and can respond to the broadcast. Another bit of useful information
that the router adds to the ARP table is the encapsulation type of that machine.
Then, the next time that the router wants to speak with the given machine, it
uses the documented frame type instead of the type configured on the inter-
face. Here's a look at the ARP table (notice that the Type field is SNAP):
Router_C>show arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 172.16.1.1 - 0010.296a.a820 ARPA Ethernet5/0
Internet 172.16.1.22 62 0010.29d1.68a0 SNAP Ethernet5/0
Router_C>
Copyright ©2000 SYBEX , Inc., Alameda, CA
www.sybex.com