(OK) use—install—IMUNES—commands



//Start the experiment
imunes -b p-p.imn

//Check whether the experiment is running with himage -l
himage -l

//Run the ping command on pc1 towards pc2
himage pc1 ping -c 3 10.0.0.21

//Check whether pc2 has an arp record for pc1 (10.0.0.20)
himage pc2 arp -an

//Terminate the experiment
imunes -b -e i1ff0

himage pc1@id622 ls

ls -lR /var/imunes

imunes -d

原文地址:https://www.cnblogs.com/ztguang/p/12646654.html