MSFT_NetIPInterfaceNeighbor class
Represents an association between a TCP/IP network interface and a TCP/IP neighbor.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Association, UMLPackagePath("CIM::Network::ProtocolEndpoints"), ClassVersion("1.0.0"), dynamic, provider("nettcpip"), AMENDMENT]
class MSFT_NetIPInterfaceNeighbor : CIM_BindsToLANEndpoint
{
uint16 FrameType;
MSFT_NetIPInterface REF Antecedent;
MSFT_NetNeighbor REF Dependent;
};
Members
The MSFT_NetIPInterfaceNeighbor class has these types of members:
Properties
The MSFT_NetIPInterfaceNeighbor class has these properties.
-
Antecedent
-
The MSFT_NetIPInterface object used to reach the neighbor.
-
Dependent
-
The MSFT_NetNeighbor object for neighbor associated with the IP interface.
-
FrameType
-
-
Data type: uint16
-
Access type: Read-only
This describes the framing method for the upper layer SAP or Endpoint that is bound to the LAN endpoint. Note that "Raw802.3" is only known to be used with the IPX protocol.
This property is inherited from CIM_BindsToLANEndpoint.
-
Unknown (0)
-
Ethernet (1)
-
802.2 (2)
-
SNAP (3)
-
Raw802.3 (4)
-
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\StandardCimv2 |
MOF |
|
DLL |
|