Network\CIM_MPLSCrossConnectLSP.mof.mof (HTML version)

Return to index
CIM_MPLSCrossConnectLSP Superclass: CIM_Dependency
Defines the LSP to which the CrossConnect belongs.
Qualifiers:Experimental Version ( "2.8.1000" ) Association
Parameters (local in grey)
Values { "Term" , "Orig" , "Special" , "Normal" }
ValueMap { "1" , "2" , "3" , "4" }
uint16 XcType ;
The XcType property defines whether a CrossConnect is at the terminating end ('Term', 1), or originating end ('Orig', 2) of an LSP. A value of 4, 'Normal', indicates the CrossConnect is switching through an LSP on an intermediate node. A value of 3, 'Special', implies a terminating LSP for special traffic, e.g. signaling neighbor discovery, etc. Reserved MPLS labels with values 0 through 15 are used.
uint16 XcOrder ;
This property defines the order of the CrossConnects in an LSP. An incrementally higher number indicates the next Cross Connect in the ordered sequence. Note that the first CrossConnect must be of type 'Orig', and the last of type 'Term' (see the property, XcType).
Override ( "Dependent" )
CIM_MPLSCrossConnect REF Dependent ;
The CrossConnect belonging to the LSP.
Max ( 1 )
Override ( "Antecedent" )
CIM_MPLSLSP REF Antecedent ;
The LSP.