Table of Contents

Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsByProtocol

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

Number of dropped packets, broken down by protocol

[DataContract]
public class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsByProtocol
Inheritance
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsByProtocol
Inherited Members

Constructors

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsByProtocol()

public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsByProtocol()

Properties

Arp

Number of Address Resolution Protocol (ARP) packets dropped during the snapshot

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

Property Value

int

Lacp

Number of Link Aggregation Control Protocol (LACP) packets dropped during the snapshot

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

Property Value

int

Management

Number of Internet Protocol (IPv4 and IPv6) packets dropped during the snapshot

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

Property Value

int

Ospf

Number of Open Shortest Path First (OSFP) packets dropped during the snapshot

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

Property Value

int

Stp

Number of Spanning Tree Protocol (STP) packets dropped during the snapshot

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

Property Value

int