% ifconfig -a
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 192.168.1.1 netmask 0xffffffc0 broadcast 192.168.1.255
inet 192.168.1.5 netmask 0xffffffff broadcast 192.168.1.255
inet 192.168.1.6 netmask 0xffffffff broadcast 192.168.1.255
inet 192.168.1.7 netmask 0xffffffff broadcast 192.168.1.255
ether 0a:5c:da:a3:53:11
media: autoselect (100baseTX <full-duplex>) status: active
supported media: autoselect 100baseTX <full-duplex> 100baseTX 10baseT/UTP
<full-duplex> 10baseT/UTP 100baseTX <hw-loopback>
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet 127.0.0.1 netmask 0xff000000
This shows two network devices: rl0, which is an
Ethernet card, and lo0, which is the loopback
device. rl0's primary IP address
is 192.168.1.1, and it has aliases (that is, it also answers to)
192.168.1.5 through 192.168.1.6. This also shows me that both network
devices believe that they're actively sending and
receiving packets (UP) and shows various options
set on each device.