Table of Contents

Class LldpCdp

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

LLDP CDP

[DataContract]
public class LldpCdp
Inheritance
LldpCdp
Inherited Members

Constructors

LldpCdp()

public LldpCdp()

Properties

Ports

Mapping of ports to lldp and/or cdp information

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ports")]
public Dictionary<string, LldpCdpPort> Ports { get; set; }

Property Value

Dictionary<string, LldpCdpPort>

PortsFixed

The Ports dictionary is returned with keys wan0, wan1, wan2 This is inconsistent with the rest of the API, where the WAN ports are named wan1, wan2, and wan3. This dictionary is used to map the keys to the correct names.

[ApiAccess(ApiAccess.Read)]
[JsonIgnore]
public Dictionary<string, LldpCdpPort> PortsFixed { get; }

Property Value

Dictionary<string, LldpCdpPort>

SourceMac

Source mac

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

Property Value

string