Click or drag to resize

ISolidFireElementEnableSnmp Method (Boolean)

EnableSnmp enables you to enable SNMP on cluster nodes. When you enable SNMP, the action applies to all nodes in the cluster, and the values that are passed replace, in whole, all values set in any previous call to EnableSnmp.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
EnableSnmpResult EnableSnmp(
	bool SnmpV3Enabled
)

Parameters

SnmpV3Enabled
Type: SystemBoolean

Return Value

Type: EnableSnmpResult
See Also