{%
    if Mode == 1 then
        echo('Trap mode : OID')
    elseif Mode == 2 then
        echo('Trap mode : Precise Alarm')
    else
        echo('Get trap mode failed.')
    end
%}