topology
IsisLink

Represents an ISIS link. An ISIS link may be a point-to-point or broadcast network. It may also be level 1 or level 2. The linkId and linkData are interpreted as follows (the values depend on if the TE Neighbour TLV was advertised by the router):

For point-to-point links, the linkId is the neighbour's system ID and the linkData is either the local interface IP address (for TE) or 0 (for non-TE).

For broadcast network links, the linkId is the designated router system ID and the linkData is either network IP address (for TE) or the network's pseudonode number (for non-TE).



public class IsisLink

Properties
hasTeIpAddress Used to specify if the TE IP address is available for this ISIS link.

type=boolean
access=read-only
Displayed(tab/group)=TE IP Address

ipVersion The supported IP version for ISIS.

type=topology.AddressType
access=read-only
default=ipv4
Displayed(tab/group)=Supported IP Version

ipv6Metric The ipv6 MT cost of the link.

type=int
access=read-only
Displayed(tab/group)=IPV6 Metric (/ISIS IPV6)

ipv6Type The supported IP V6 type for ISIS.

type=topology.IsisIpv6Type
access=read-only
default=none
Displayed(tab/group)=IPV6 Type (/ISIS IPV6)

level The level to which this link belongs.

type=topology.IsisLevel
access=read-create
Mandatory on create
Displayed(tab/group)=Level

systemId The system ID of this link's originating router.

type=string
access=read-create
default=
maximum=16

  
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