Hi People:<br>Maybe somebody notice a little error at the line if test "$ONZONE" == "global" . There were a difference between the posted coded and the real one that I have now using on all my solaris boxes.<br>

Sorry for that and (accept my apologizes) here is the correct code.<br><br>56,58d55<br>< ONZONE=`zonename`<br>< if test "$ONZONE" == "global" <br>< then<br>61,64d57<br>< else<br>< MYNICS=`netstat -i |cut -f1 -d" " | egrep -i -v "Name|lo|^$"  |paste -s -d"|" - `<br>


< /usr/bin/kstat -p -s '[or]bytes64' | egrep "$MYNICS"| sort<br>< fi56,58d55<br>< ONZONE=`zonename`<br>< if test "$ONZONE" = "global" <br>< then<br>61,64d57<br>< else<br>

< MYNICS=`netstat -i |cut -f1 -d" " | egrep -i -v "Name|lo|^$"  |paste -s -d"|" - `<br>
< /usr/bin/kstat -p -s '[or]bytes64' | egrep "$MYNICS"| sort<br>< fi<br><br>Any comment; welcome!<br><font color="#888888"><br>--Randall Badilla.<br>
</font><br>