topology
OspfLink

Represents an OSPF link. An OSPF link may be a point-to-point, a transit, or a virtual link.

For point-to-point links, the linkId is the neighbour's router ID and the linkData is the local interface IP address (numbered) or ifIndex (unnumbered).

For transit links, the linkId is the IP address of the designated router and the linkData is the local interface IP address.

For stub links, the linkId is the network IP address and the linkData is the subnetwork mask.

For virtual links, the linkId is the neighbour's router ID and the linkData is the local interface IP address.



public class OspfLink

Properties
areaId The area ID to which this link belongs.

type=string
access=read-create
maximum=60
Mandatory on create
Displayed(tab/group)=Area

endPointId It is either networkId for broadcast links or linkId (which is the neighbor's routerID) for P2P links. It could be either far-endpoint or local-endpoint depends of the direction of the link.

type=long
access=read-create
Mandatory on create

endPointIdStr endPointId in String format.

type=string
access=read-only
minimum=0
maximum=32
Displayed(tab/group)=Neighbor

  
Properties inherited from topology.IgpLink
adminGroups, adminGroupsChangeCounter, cpaaRedGroupPointer, lastAdminGroupsChangeTime, lastMetricChangeTime, lastSrlgChangeTime, lastTeMetricChangeTime, maxBandwidth, maxReservableBandwidth, metric, metricChangeCounter, srlg, srlgChangeCounter, teLocalIpAddress, teMetric, teMetricChangeCounter, teRemoteIpAddress, trafficEngineering, unreservedBandwidthP0, unreservedBandwidthP1, unreservedBandwidthP2, unreservedBandwidthP3, unreservedBandwidthP4, unreservedBandwidthP5, unreservedBandwidthP6, unreservedBandwidthP7
 
Properties inherited from topology.BaseLink
checkpointDetail, checkpointId, checkpointProtocol, checkpointTime, delayMetric, description, interfacePointer, interfaceType, ipLinkPointer, isCheckpointObject, isReference, lastChangeTime, lastOpStateChangeTime, linkData, linkDataStr, linkGenetics, linkId, linkIdStr, linkPointer, linkTerminationPointer, linkType, opStateChangeCounter, operationalState, prefixLength, protocol, referenceTime, routerId, routerIdStr, source, startPoint, startsOrEndsOnCpaa, systemAddress
 
Properties inherited from topology.ASContainedObject
asName, asNumber
 
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Methods inherited from topology.IgpLink
findAllCheckpoints
 
Methods inherited from topology.BaseLink
findObjectsOnLinkOssi