1.2.1.19.21 TCPIP_SNMP_AuthTrapFlagSet Function

C

void TCPIP_SNMP_AuthTrapFlagSet(
    bool sendTrap
);

Description

This function is used to set the authentication trap send flag and this is used only when user is trying to send authentication failure trap. Ex- sending a trap if community do not match to the global community table.

Preconditions

TCPIP_SNMP_Initialize() is already called.

Returns

None.

Remarks

None.