Chapter 10. Setting Up Ethernet

The C5 Ethernet interface provides the standard solution for high-speed network connections with other systems. This chapter takes you through the process of setting up an Ethernet connection for a C5 system. The four stages of setting up Ethernet are described sequentially:

  1. Hardware Configuration

  2. Interface Creation

  3. Device Creation

  4. Interface Configuration

If your system does not support Ethernet, or if you do not plan to use Ethernet with your system, you may skip this chapter.

10.1. Configuring Hardware

C5 systems may support multiple Ethernet devices that all have their own Ethernet interface. See the appropriate guide in the C5 2.1 Target Platform Collection for the list of supported Ethernet devices for your particular target system hardware.

If you are unsure which Ethernet device your system uses, yet you are able to boot the system, you can use the dtree(1M) utility to display devices listed in the target system device tree:

$ rsh target dtree

A C5 system often uses the Ethernet interface in conjunction with the Dynamic Host Configuration Protocol (DHCP) client or Reverse Address Resolution Protocol (RARP) to obtain an IP address at boot time. As the system runs, it uses the Address Resolution Protocol (ARP) to find the Ethernet addresses of other systems, based on their IP addresses.