topologysim
MplsModel

The MPLS model represents the MPLS topology that exists on an IGP topology. The "detail" property must be configured to "MPLS" and the "type" must be set to "mpls".



public class MplsModel

Properties
administrativeState Specifies if MPLS simulation is enabled for this scenario.

type=simulator.AdministrativeState
default=up
Displayed(tab/group)=Administrative State

cspfLspSupported Specifies if CSPF LSPs are supported.

type=boolean
access=read-only
default=true
Displayed(tab/group)=CSPF LSP (/Capabilities)

diffServTeSupported Specifies if DiffServ TE is supported.

type=boolean
access=read-only
default=false
Displayed(tab/group)=DiffServ TE (/Capabilities)

frrSupported Specifies if fast-reroute is supported.

type=boolean
access=read-only
default=false
Displayed(tab/group)=Fast Reroute (/Capabilities)

lastLspImportTimeStamp Time Stamp of the last LSP Import.

type=long
access=read-only
default=0

leastFillEcmpSupported Specifies if least-fill ECMP path selector is supported.

type=boolean
access=read-only
default=false
Displayed(tab/group)=Least-Fill ECMP (/Capabilities)

preemptionSupported Specifies if LSP path preemption is supported.

type=boolean
access=read-only
default=false
Displayed(tab/group)=Path Preemption (/Capabilities)

topologysim.Lsp-Set type=Children-Set
topologysim.MplsProvisionedPath-Set type=Children-Set
  
Properties inherited from simulator.Model
detail, scenarioId, scenarioName, simulator.Event-Set, topologysim.Router-Set, type
 
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Methods

importAllLsps

Import all LSPs from an MPLS topology model in the other scenario into this MPLS topology model.
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.
instanceFullName : string - the full name of the object.
from : Pointer - The pointer to the other scenario or to a specific MPLS topology model within a scenario.
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false

importAllRealLsps

Import all real LSPs into this MPLS topology model.
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.
instanceFullName : string - the full name of the object.
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false

importRealLsps

Import the specified real LSPs into this MPLS topology model.
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.
instanceFullName : string - the full name of the object.
fromLsps : Set (Pointer) - The set of LSP pointers to import.
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false

importSimulatedLsps

Import the specified Simulated LSPs into this MPLS topology model.
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.
instanceFullName : string - the full name of the object.
fromLsps : Set (Pointer) - The set of LSP pointers to import.
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false