Using lanadmin
Using the lanadmin
lanadmin -V delete 5000
The lanadmin
lanadmin -p 5001
ifconfig ifconfig mib2agt scopeux
In addition to IP and ARP being configured on the interface, two applications, mib2agt and scopeux, are using the interface. These applications are started during system bootup via the startup scripts /sbin/rc2.d/S565SnmpMib2 and /sbin/rc2.d/S810mwa respectively. To stop these utilities, run the stop sequence of the scripts. To delete the lan5001 interface, type the following commands:
ifconfig lan5001 unplumb /sbin/rc2.d/S565SnmpMib2 stop /sbin/rc2.d/S810mwa stop
Now, lanadmin
Once the interface is deleted, you can restart the script by issuing the start sequence:
/sbin/rc2.d/S565SnmpMib2 start /sbin/rc2.d/S810mwa start
NOTE: The start and stop sequence of the startup scripts will affect all the interfaces on the system, and they must be restarted once the delete operation is completed.
The output from the commands just described may not look exactly the same on your system. The output can vary depending on the applications using the interfaces in your environment.
Chapter 5 | 53 |