getsnmpoptionResult Structure Definition

The getsnmpoptionResult structure defines the return type for getsnmpoption API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

snmpoptionList

List of snmpoptions


snmpoption Structure Definition

The snmpoption structure defines the actual return type values for getsnmpoption API.

Syntax



Members

snmpset

Accept SNMP SET requests sent to the Citrix ADC, and allow SNMP managers to write values to MIB objects that are configured for write access.

snmptraplogging

Log any SNMP trap events (for SNMP alarms in which logging is enabled) even if no trap listeners are configured. With the default setting, SNMP trap events are logged if at least one trap listener is configured on the appliance.

partitionnameintrap

Send partition name as a varbind in traps. By default the partition names are not sent as a varbind.

snmptraplogginglevel

Audit log level of SNMP trap logs. The default value is INFORMATIONAL.

severityinfointrap

By default, the severity level info of the trap is not mentioned in the trap message. Enable this option to send severity level of trap as one of the varbind in the trap message.

customtrap

By default, Customtrap will be disabled, set to enabled when using the feature.

_nextgenapiresource


See Also