IPsecPolicy\CIM_PeerGatewayForTunnel.mof.mof (HTML version)

Return to index
CIM_PeerGatewayForTunnel Superclass: CIM_Dependency
PeerGatewayForTunnel identifies an ordered list of security gateways to be used in negotiating and constructing a tunnel. A security gateway is simply a particular instance of RemoteServiceAccessPoint.
Qualifiers:Version ( "2.8.0" ) MappingStrings { "IPSP Policy Model.IETF|PeerGatewayForTunnel" } Association
Parameters (local in grey)
MappingStrings { "IPSP Policy Model.IETF|" "PeerGatewayForTunnel.SequenceNumber" }
uint16 SequenceNumber ;
SequenceNumber indicates the ordering to be used when selecting a PeerGateway instance for an IPsecTunnelAction. Lower values are evaluated first.
MappingStrings { "IPSP Policy " "Model.IETF|PeerGatewayForTunnel.Dependent" }
Override ( "Dependent" )
CIM_IPsecTunnelAction REF Dependent ;
The IPsecTunnelAction that requires a security gateway.
MappingStrings { "IPSP Policy " "Model.IETF|PeerGatewayForTunnel.Antecedent" }
Override ( "Antecedent" )
CIM_RemoteServiceAccessPoint REF Antecedent ;
The security gateway for the SA. Note that the absense of this association indicates that:
- When acting as a responder, IKE will accept phase 1 negotiations with any other security gateway
- When acting as an initiator, IKE will use the destination IP address (of the IP packets which triggered the SARule) as the IP address of the peer IKE entity.