(file) Return to CIM_SwitchPortPair.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Network

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  CIM_SwitchPortPair 
 6               // ==================================================================
 7                  [Association, Version ( "2.7.0" ), 
 8                   UMLPackagePath ( "CIM::Network::SwitchingBridging" ), 
 9                   Description ( 
10                      "This association represents information regarding port "
11                      "pairings that is used by the SourceRoutingService of a switch." )]
12               class CIM_SwitchPortPair : CIM_SAPSAPDependency {
13               
14                     [Override ( "Antecedent" ), 
15                      Description ( "The lower numbered port." )]
16                  CIM_SwitchPort REF Antecedent;
17               
18                     [Override ( "Dependent" ), 
19                      Description ( "The higher numbered port." )]
20                  CIM_SwitchPort REF Dependent;
21               
22 karl  1.1.2.2       [Description ( 
23                         "A bridge number that uniquely identifies the path "
24                         "provided by this source routing bridge between the "
25                         "segments connected to high and low ports. The purpose of "
26                         "bridge number is to disambiguate between multiple paths "
27                         "connecting the same two LANs." ), 
28                      MappingStrings { 
29                         "MIB.IETF|SOURCE-ROUTING-MIB.dot1dPortPairBridgeNum" }]
30                  uint16 BridgeNum;
31               
32                     [Description ( 
33                         "The state of the pairing. Writing \'invalid(3)\' to this "
34                         "property removes the association instance." ), 
35                      ValueMap { "1", "2", "3" }, 
36                      Values { "Enabled", "Disabled", "Invalid" }, 
37                      MappingStrings { 
38                         "MIB.IETF|SOURCE-ROUTING-MIB.dot1dPortPairBridgeState" }]
39                  uint16 BridgeState;
40               
41               
42               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2