service
SapLagPerLinkHash

Maintains weighted per-link-hash related lag attributes per SAP. A LAG that has weighted per link hash enabled, will use the class and weight associated with the SAP to select a link for egress traffic over this SAP. Selection is done such that within each class the total weight of all SAPs/Users on each LAG link is as close as possible to other links in the LAG.



public class SapLagPerLinkHash

Properties
creationOrigin

type=svt.L2RouteOriginType
access=read-create
default=manual

encapValue The value of the label used to identify this SAP on the access port specified by portId.

type=long
access=read-only
default=0
minimum=0
maximum=4294967295

portId The ID of the access port where this SAP is defined.

type=long
access=read-only
default=0

sapLagPerLinkHashClass Specifies the class to be used to select a LAG link for this SAP

type=int
default=1
minimum=1
maximum=3
Displayed(tab/group)=Class

sapLagPerLinkHashIsOverriden Indicates whether administrative values, subscriber management determines operational weight and class are used for this SAP.

type=boolean
access=read-only
Displayed(tab/group)=Override

sapLagPerLinkHashOperClass Indicates the operational value for class associated with this SAP.

type=int
access=read-only
default=1
minimum=1
maximum=3
Displayed(tab/group)=Operational Value for Class

sapLagPerLinkHashOperWeight Indicates the operational value used for weight associated with this SAP.

type=int
access=read-only
default=1
minimum=1
maximum=1024
Displayed(tab/group)=Operational Value for Weight

sapLagPerLinkHashWeight Specifies the weight to be associated with this SAP when selecting a LAG link for this SAP.

type=int
default=1
minimum=1
maximum=1024
Displayed(tab/group)=Weight

serviceId Service ID where the SAP is created

type=long
access=read-only
default=0

siteId The ip address of the node.

type=string
access=read-only
default=0.0.0.0
maximum=50

  
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Methods

cleanupOrphanedInstance

In case parent is of L3AccessInterface there will be a Orpahned Object if SAP is removed from CLI. A cleanup is required to remove these Orphaned Objects from Database. Filter is based on SiteId - If Number of instances for "SapLagPerLinkHash" in DB are few hundreds then SiteId can be ignored. While executing this Method, if SiteId is Empty then it could have performance impact.
Input Parameters:
deployer : Deployer - the deployment state
synchronousDeploy : boolean - (Optional) Specify whether to block until the changes have been fully deployed to the network. A value of "true" means to block. A value of "false" means to return immediately. Default: false (asynchronous)
clearOnDeployFailure : boolean - (Optional) Specify whether to clear any failed deployers. A value of "true" means to clear. A value of "false" means to leave the failed deployer. Default: false
deployRetries : int - (Optional) The number of times to attempt re-deployment during synchronous deployment. This parameter is meaningless in the asynchronous case. Default: 0
deployRetryInterval : long - (Optional) The number of milliseconds to wait between deployment retries. This parameter is meaningless in the asynchronous case. Default: 0
taskDescription : string - (Optional) A user friendly description of what the operation does. This information will be used by the task manager.
aInSiteId : string -
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Supported Network Elements
7750 SR Supported from 12.0.R4
  • Excluded chassis types: 7750-SR1
7705 SAR Hm
7450 ESS Supported from 12.0.R4
  • Excluded chassis types: 7450-ESS1
  • Required Capabilities: MixedMode
7950 XRS Supported from 12.0.R4