Class CIM_VRFConfigurationService
extends CIM_Service

CIM_VRFConfigurationService description contains a set of extrinsic methods to manage Virtual Routing and Forwarding tables. The methods include the creation and removal of the VRFs and the managements of the services, port, interfaces and routers, routes that are associated in VRF context.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_ManagedSystemElement
   |
   +--CIM_LogicalElement
   |
   +--CIM_EnabledLogicalElement
   |
   +--CIM_Service
   |
   +--CIM_VRFConfigurationService

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringCIM_VRFConfigurationService description contains a set of extrinsic methods to manage Virtual Routing and Forwarding tables. The methods include the creation and removal of the VRFs and the managements of the services, port, interfaces and routers, routes that are associated in VRF context.
Experimentalbooleantrue
UMLPackagePathstringCIM::Network
Versionstring2.40.0

Class Properties

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
CommunicationStatusuint16CIM_ManagedSystemElement
CreationClassNamestringCIM_Service
DescriptionstringCIM_ManagedElement
DetailedStatusuint16CIM_ManagedSystemElement
ElementNamestringCIM_ManagedElement
EnabledDefaultuint16CIM_EnabledLogicalElement
EnabledStateuint16CIM_EnabledLogicalElement
Generationuint64CIM_ManagedElement
HealthStateuint16CIM_ManagedSystemElement
InstallDatedatetimeCIM_ManagedSystemElement
InstanceIDstringCIM_ManagedElement
LoSIDstringCIM_Service
LoSOrgIDstringCIM_Service
NamestringCIM_Service
OperatingStatusuint16CIM_ManagedSystemElement
OtherEnabledStatestringCIM_EnabledLogicalElement
PrimaryOwnerContactstringCIM_Service
PrimaryOwnerNamestringCIM_Service
PrimaryStatusuint16CIM_ManagedSystemElement
RequestedStateuint16CIM_EnabledLogicalElement
StartedbooleanCIM_Service
StartModestringCIM_Service
StatusstringCIM_ManagedSystemElement
SystemCreationClassNamestringCIM_Service
SystemNamestringCIM_Service
TimeOfLastStateChangedatetimeCIM_EnabledLogicalElement
TransitioningToStateuint16CIM_EnabledLogicalElement
AvailableRequestedStatesuint16[]CIM_EnabledLogicalElement
OperationalStatusuint16[]CIM_ManagedSystemElement
StatusDescriptionsstring[]CIM_ManagedSystemElement

Class Methods

Local Class Methods

CreateVRF (uint32)

Method Qualifiers (CreateVRF)

NameData TypeValue
DescriptionstringCreates and names a new VRF
Experimentalbooleantrue
ValueMapstring0, 4096, 4097..32767, 32768..65535
ValuesstringCompleted with No Error, Job Started, Method Reserved, Vendor Specific

Method Parameters (CreateVRF)

NameTypeQualifiers
NameData TypeValue
VRFstring
DescriptionstringA string an containing an embedded instance of class-subclass CIM_VirtualRoutingAndForwardingTable a subclass of CIM_Collection
EmbeddedInstancestringCIM_VirtualRoutingAndForwardingTable
Job REF CIM_ConcreteJob
DescriptionstringIf the operation is long running, then optionally a job may be returned.
Inbooleanfalse
Outbooleantrue
ResultingVRF REF CIM_VirtualRoutingAndForwardingTable
DescriptionstringIf a the VRF creation is successfully, reference to an instance of class CIM_VirtualRoutingAndForwardingTable that represents the newly created VRF is returned.
Inbooleanfalse
Outbooleantrue
TargetRouter REF CIM_System
DescriptionstringThe TargetRouter is a reference to a CIM_System instance that represents the host of the VRF. Typically this would be the instance of CIM_ComputerSystem representing the switch or an instance of CIM_AutonomousSystem that represents a router.

RemoveVRF (uint32)

Method Qualifiers (RemoveVRF)

NameData TypeValue
DescriptionstringRemoves VRF
Experimentalbooleantrue
ValueMapstring0, 4096, 4097..32767, 32768..65535
ValuesstringCompleted with No Error, Job Started, Method Reserved, Vendor Specific

Method Parameters (RemoveVRF)

NameTypeQualifiers
NameData TypeValue
Job REF CIM_ConcreteJob
DescriptionstringIf the operation is long running, then optionally a job may be returned.
Inbooleanfalse
Outbooleantrue
VRF REF CIM_VirtualRoutingAndForwardingTable
DescriptionstringA reference to the instance of the VRF that should be removed

AddRoute (uint32)

Method Qualifiers (AddRoute)

NameData TypeValue
DescriptionstringAdd an IP route to a VRF
Experimentalbooleantrue
ValueMapstring0, 4096, 4097..32767, 32768..65535
ValuesstringCompleted with No Error, Job Started, Method Reserved, Vendor Specific

Method Parameters (AddRoute)

NameTypeQualifiers
NameData TypeValue
Routestring
DescriptionstringA string an containing an embedded instance of class-subclass CIM_NextHopIPRoute providing theproperty values for the new IP route.
EmbeddedInstancestringCIM_NextHopIPRoute
Job REF CIM_ConcreteJob
DescriptionstringIf the operation is long running, then optionally a job may be returned.
Inbooleanfalse
Outbooleantrue
ResultingRoute REF CIM_NextHopIPRoute
DescriptionstringIf a the Route creation is successfully, a reference to an instance of class CIM_NexHopIPRoute that represents the newly created IP route is returned.
Inbooleanfalse
Outbooleantrue
VRF REF CIM_VirtualRoutingAndForwardingTable
DescriptionstringA reference to the instance of the VRF to which the route should be added

RemoveRoute (uint32)

Method Qualifiers (RemoveRoute)

NameData TypeValue
DescriptionstringRemoves an IP route
Experimentalbooleantrue
ValueMapstring0, 4096, 4097..32767, 32768..65535
ValuesstringCompleted with No Error, Job Started, Method Reserved, Vendor Specific

Method Parameters (RemoveRoute)

NameTypeQualifiers
NameData TypeValue
Job REF CIM_ConcreteJob
DescriptionstringIf the operation is long running, then optionally a job may be returned.
Inbooleanfalse
Outbooleantrue
Route REF CIM_NextHopIPRoute
DescriptionstringA reference to the instance of the route that should be removed
VRF REF CIM_VirtualRoutingAndForwardingTable
DescriptionstringA reference to the instance of the VRF from which the route is to be removed

AddPortMember (uint32)

Method Qualifiers (AddPortMember)

NameData TypeValue
DescriptionstringAdd an EthernetPort as a member of the VRF
Experimentalbooleantrue
ValueMapstring0, 4096, 4097..32767, 32768..65535
ValuesstringCompleted with No Error, Job Started, Method Reserved, Vendor Specific

Method Parameters (AddPortMember)

NameTypeQualifiers
NameData TypeValue
Job REF CIM_ConcreteJob
DescriptionstringIf the operation is long running, then optionally a job may be returned.
Inbooleanfalse
Outbooleantrue
Port REF CIM_EthernetPort
DescriptionstringA reference to the instance of the Port to which the route should be added
VRF REF CIM_VirtualRoutingAndForwardingTable
DescriptionstringA reference to the instance of the VRF that that the interface is to be a member of

RemovePortMember (uint32)

Method Qualifiers (RemovePortMember)

NameData TypeValue
DescriptionstringRemoves a port from a VRF
Experimentalbooleantrue
ValueMapstring0, 4096, 4097..32767, 32768..65535
ValuesstringCompleted with No Error, Job Started, Method Reserved, Vendor Specific

Method Parameters (RemovePortMember)

NameTypeQualifiers
NameData TypeValue
Job REF CIM_ConcreteJob
DescriptionstringIf the operation is long running, then optionally a job may be returned.
Inbooleanfalse
Outbooleantrue
Port REF CIM_EthernetPort
DescriptionstringA reference to the instance of the Port being removed
VRF REF CIM_VirtualRoutingAndForwardingTable
DescriptionstringA reference to the instance of the VRF from which the port is being removed

AddSAPMember (uint32)

Method Qualifiers (AddSAPMember)

NameData TypeValue
DescriptionstringAdd a Service ie. NTP, SNMP Server ... as a member of the VRF
Experimentalbooleantrue
ValueMapstring0, 4096, 4097..32767, 32768..65535
ValuesstringCompleted with No Error, Job Started, Method Reserved, Vendor Specific

Method Parameters (AddSAPMember)

NameTypeQualifiers
NameData TypeValue
Job REF CIM_ConcreteJob
DescriptionstringIf the operation is long running, then optionally a job may be returned.
Inbooleanfalse
Outbooleantrue
SAP REF CIM_ServiceAccessPoint
DescriptionstringA reference to the instance of the service access point to which the route should be added. This would include Remmote Service Access Points as well as level 3 interfaces.
VRF REF CIM_VirtualRoutingAndForwardingTable
DescriptionstringA reference to the instance of the VRF that that the interface is to be a member of

RemoveSAPMember (uint32)

Method Qualifiers (RemoveSAPMember)

NameData TypeValue
DescriptionstringRemoves a service from a VRF
Experimentalbooleantrue
ValueMapstring0, 4096, 4097..32767, 32768..65535
ValuesstringCompleted with No Error, Job Started, Method Reserved, Vendor Specific

Method Parameters (RemoveSAPMember)

NameTypeQualifiers
NameData TypeValue
Job REF CIM_ConcreteJob
DescriptionstringIf the operation is long running, then optionally a job may be returned.
Inbooleanfalse
Outbooleantrue
SAPMember REF CIM_ServiceAccessPoint
DescriptionstringA reference to the instance of the Service Access Point being removed
VRF REF CIM_VirtualRoutingAndForwardingTable
DescriptionstringA reference to the instance of the VRF from which the port is being removed

Inherited Class Methods

NameReturn TypeClass Origin
ChangeAffectedElementsAssignedSequenceuint32CIM_Service
RequestStateChangeuint32CIM_EnabledLogicalElement
StartServiceuint32CIM_Service
StopServiceuint32CIM_Service