BUG#: 8782
[tpot/pegasus/.git] / Schemas / CIM225 / DMTF / Network / CIM_OSPFVirtualInterface.mof
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_OSPFVirtualInterface 
6 // ==================================================================
7    [Version ( "2.7.0" ), 
8     UMLPackagePath ( "CIM::Network::ProtocolEndpoints" ), 
9     Description ( 
10        "This class represent an OSPF protocol endpoint on a virtual "
11        "link. The definition of a virtual link from RFC2328, is "
12        "\'Virtual links can be configured between any two backbone "
13        "routers that have an interface to a common non-backbone area. "
14        "Virtual links belong to the backbone. The protocol treats two "
15        "routers joined by a virtual link as if they were connected by "
16        "an unnumbered point-to-point backbone network.\'" )]
17 class CIM_OSPFVirtualInterface : CIM_OSPFProtocolEndpointBase {
18
19
20 };