Technical data

ifconfig
8.
TCPIP> ifconfig we0 down delete abort
145.92.16.1: aborting 7 tcp connection(s)
This example shows how to stop Ethernet interface we0, delete all addresses
associated with the interface, and close all TCP connections.
9.
TCPIP> ifconfig we0 -alias 145.92.16.2 abort
145.92.16.2: aborting 2 tcp connection(s)
This example shows how to delete the alias address 145.92.16.2 on interface
tu0 and close all TCP connections.
10.
TCPIP> ifconfig we0 alias 145.92.16.2 physaddr aa:01:81:43:02:11
This example shows how to associate MAC address aa:01:81:43:02:11 with the
alias address 145.92.16.2.
11.
TCPIP> ifconfig we0 -alias 145.92.16.2 -physaddr aa:01:81:43:02:11
This example shows how to disassociate MAC address aa:01:81:43:02:11 from
the alias address 145.92.16.2.
12.
A72KT: ifconfig -l
TCPIP>ifconfig -l
LO0 TN0 WE0
This example shows how to display the names of the interfaces on the system
only.
13.
TCPIP> ifconfig -v WE0
wE0: flags=c43<UP,BROADCAST,RUNNING,MULTICAST,SIMPLEX>
HWaddr aa:0:4:0:72:f8
inet 10.10.2.2 netmask ffffff00 broadcast 10.10.2.255 ipmtu 1500
This example shows how to display the hardware and IP addresses of
interface WE0.
Troubleshooting Utilities Reference A–15