Table of Contents

Class DeviceLiveToolsMulticastRoutingGetResponseInterface

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

Interface that has PIM enabled

[DataContract]
public class DeviceLiveToolsMulticastRoutingGetResponseInterface
Inheritance
DeviceLiveToolsMulticastRoutingGetResponseInterface
Inherited Members

Constructors

DeviceLiveToolsMulticastRoutingGetResponseInterface()

public DeviceLiveToolsMulticastRoutingGetResponseInterface()

Properties

Flags

List of flags (unordered). enum = ["DISABLED", "DOWN", "DR", "DVMRP", "NO-NBR", ...]

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "flags")]
public List<string> Flags { get; set; }

Property Value

List<string>

Ip

Interface IP address

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

Property Value

string

Name

Interface name

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

Property Value

string

Neighbors

Array of PIM Neighbor IP Addresses

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "neighbors")]
public List<string> Neighbors { get; set; }

Property Value

List<string>

Subnet

Subnet containing the interface

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

Property Value

string