{%
if ParamValid ~= true then
    echo(string.format('ipmcset -t maintenance -d ethlink -v [eth0|2] [enable|disable]'))
else
    echo(string.format('%s %s successfully.',State , EthName))
end
%}