dell mac list


ipmitool -I lanplus -H  IP -U root -P calvin delloem mac list|grep "Enabled"|awk '{print $2}'|sort  -k6 -t:|head -n1


ipmitool -I lanplus -H  IP -U root -P calvin delloem mac list|awk '/Enabled/{print $2}'|sort  -k6 -t:|head -n1


你可能感兴趣的:(dell mac list)