Table of Contents

Class OrganizationSnmp

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

UpdateOrganizationSnmp

[DataContract]
public class OrganizationSnmp
Inheritance
OrganizationSnmp
Inherited Members

Properties

Hostname

The Hostname

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "hostname")]
public string Hostname { get; set; }

Property Value

string

PeerIps

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

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

Property Value

List<string>

Port

The Port

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "port")]
public int Port { get; set; }

Property Value

int

V2CommunityString

The v2 community string

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "v2CommunityString")]
public string? V2CommunityString { get; set; }

Property Value

string

V2cEnabled

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

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

Property Value

bool

V3AuthMode

Gets or Sets V3AuthMode

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

Property Value

SnmpV3AuthMode

V3Enabled

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

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

Property Value

bool

V3PrivMode

Gets or Sets V3PrivMode

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

Property Value

SnmpV3PrivMode

V3User

The v3 User

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "v3User")]
public string? V3User { get; set; }

Property Value

string