SGI®
In this address, the organizationally unique identifier (OUI) of the adapter vendor is represented by the first three sets of numbers (for example, 08:00:69). The last three sets vary, depending on the system.
See the netstat man page for more details.
Linux Adapter Configuration Verification
To verify that the network interface is configured properly and is enabled on, enter the following on a Linux system:
ifconfig
For example, the following shows that the MAC address is 00:0C:FC:00:01:24, the IP address is 10.2.2.2, the card is up, and the MTU is 9600:
[root@linux root]# ifconfig |
| |
eth1 | Link encap:Ethernet | HWaddr 00:0C:FC:00:01:24 |
|
| ^^^^^^^^^^^^^^^^^ |
|
| MAC address |
| inet addr:10.2.2.2 | Bcast:10.2.2.255 Mask:255.255.255.0 |
| ^^^^^^^^ |
|
| IP address |
|
| UP BROADCAST RUNNING MULTICAST MTU:9600 Metric:1 | |
| ^^ | ^^^^ |
| the card is up | MTU |
RX packets:5 errors:0 dropped:0 overruns:0 frame:0 TX packets:5 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100
RX bytes:414 (414.0 b) TX bytes:322 (322.0 b)
Interrupt:59
Resetting the Adapter
In the unlikely event that you need to reset the adapter, enter the following, where N is the adapter number:
•IRIX:
#ifconfig xgN down
#ifconfig xgN up
13 |