Class DeviceLiveToolsOspfNeighborGetResponseRouter
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
Ip
The Interface IP address
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ip")]
public string Ip { get; set; }
Property Value
Name
The name of the router
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
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
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
VlanId
The VLAN ID of the OSPF neighbor
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "vlanId")]
public int VlanId { get; set; }