{%
    if IsGroupIdValid ~= true then
        print('The current group ID does not exist.')
        return
    end
    if IsIpv4Address ~= 0 then
        echo('Input parameter format error.')
    else
        echo('Set GATEWAY successfully.')
    end
%}