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

 1 marek 1.1 // 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_OSPFServiceCapabilities 
 6           // ==================================================================
 7              [Version ( "2.7.0" ), 
 8               UMLPackagePath ( "CIM::Network::OSPF" ), 
 9               Description ( 
10                  "The OSPFServiceCapabilities class represents the capabilities "
11                  "of an OSPF service." )]
12           class CIM_OSPFServiceCapabilities : CIM_Capabilities {
13           
14                 [Description ( 
15                     "This attribute indicates whether this router supports "
16                     "NSSA (\"not-so-stubby\") areas or not, see RFC 1587." )]
17              boolean SupportNSSA;
18           
19                 [Description ( 
20                     "This attribute indicates whether this router supports "
21                     "on-demand circuits or not, see RFC 1793." ), 
22 marek 1.1        MappingStrings { "MIB.IETF|OSPF-MIB.ospfDemandExtensions" }]
23              boolean SupportOnDemand;
24           
25                 [Description ( 
26                     "This attribute indicates whether this router supports "
27                     "MOSPF (multicast enhancements to OSPF) or not, see B.1 "
28                     "in RFC 1584." ), 
29                  MappingStrings { "MIB.IETF|OSPF-MIB.ospfMulticastExtensions" }]
30              boolean SupportMOSPF;
31           
32           
33           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2