Table of Contents

Class OrganizationSnmpUpdateRequest

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

UpdateOrganizationSnmp

[DataContract]
public class OrganizationSnmpUpdateRequest
Inheritance
OrganizationSnmpUpdateRequest
Inherited Members

Properties

PeerIps

The list of IPv4 addresses that are allowed to access the SNMP server.

[DataMember(Name = "peerIps")]
public List<string> PeerIps { get; set; }

Property Value

List<string>

V2cEnabled

Boolean indicating whether SNMP version 2c is enabled for the organization.

[DataMember(Name = "v2cEnabled")]
public bool V2cEnabled { get; set; }

Property Value

bool

V3AuthMode

Gets or Sets V3AuthMode

[DataMember(Name = "v3AuthMode")]
public SnmpV3AuthMode? V3AuthMode { get; set; }

Property Value

SnmpV3AuthMode?

V3AuthPass

The SNMP version 3 authentication password. Must be at least 8 characters if specified.

[DataMember(Name = "v3AuthPass")]
public string? V3AuthPass { get; set; }

Property Value

string

V3Enabled

Boolean indicating whether SNMP version 3 is enabled for the organization.

[DataMember(Name = "v3Enabled")]
public bool V3Enabled { get; set; }

Property Value

bool

V3PrivMode

Gets or Sets V3PrivMode

[DataMember(Name = "v3PrivMode")]
public SnmpV3PrivMode? V3PrivMode { get; set; }

Property Value

SnmpV3PrivMode?

V3PrivPass

The SNMP version 3 privacy password. Must be at least 8 characters if specified.

[DataMember(Name = "v3PrivPass")]
public string? V3PrivPass { get; set; }

Property Value

string