Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
Established | boolean | |
Description | string | Boolean indicating whether or not the LSP currently exists in the network. Note that if the LSP is not established, then the OperationalStatus properties inherited from Managed SystemElement have no meaning. |
Write | boolean | true |
IngressMayReroute | boolean | |
Description | string | Flag to indicate that the LSP ingress node may choose to reroute this LSP without tearing it down. |
InstanceID | string | |
Description | string | InstanceID opaquely identifies a unique instance of MPLSLSP. The InstanceID must be unique within a namespace. In order to ensure uniqueness, the value of InstanceID should be constructed in the following manner: The instance id consists of the IPAddress of the ingress LSR, combined with the LocalLSPId found in this class. |
Key | boolean | true |
Override | string | InstanceID |
IsPersistent | boolean | |
Description | string | Flag to indicate that this LSP should be restored automatically after a failure occurs. |
LocalLSPId | uint16 | |
Description | string | Property indicating a unique (per ingress LSR) LSP ID. |
Required | boolean | true |
NestingLevel | uint16 | |
Description | string | Property to indicate the nesting level of this LSP. Note that this a shortcut counting the number of instances of the MPLSLSPInLSP association. It is advantageous to determine the nesting level directly, instead of traversing several associations to do so. |
EgressIPAddresses | string[] | |
Description | string | The IP addresses of the egress node(s) (LERs) of the path. This is an array to allow for multipoint LSPs. |
IngressIPAddresses | string[] | |
Description | string | The IP addresses of the ingress node(s) (LERs) of the path. This is an array to allow for multipoint LSPs. |