Table of Contents

Class DeviceLiveToolsOspfNeighborGetResponseRouter

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

OSPF neighbor

[DataContract]
public class DeviceLiveToolsOspfNeighborGetResponseRouter
Inheritance
DeviceLiveToolsOspfNeighborGetResponseRouter
Inherited Members

Constructors

DeviceLiveToolsOspfNeighborGetResponseRouter()

public DeviceLiveToolsOspfNeighborGetResponseRouter()

Properties

Id

The router ID in the form of an IP address

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

Property Value

string

Ip

The Interface IP address

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

Property Value

string

Name

The name of the router

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

Property Value

string

Position

The position of the OSPF neighbor (designated router, backup designated router, or other)

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "position")]
public RouterPosition Position { get; set; }

Property Value

RouterPosition

State

The state of the OSPF neighbor. enum = ["2-way", "attempt", "down", "exchange", "exstart", ...]

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

Property Value

string

VlanId

The VLAN ID of the OSPF neighbor

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

Property Value

int