Create method of the MSFT_NetNeighbor class
Creates a MSFT_NetNeighbor object for a new TCP/IP neighbor.
Syntax
uint32 Create(
[in] uint32 InterfaceIndex,
[in] string InterfaceAlias,
[in] string IPAddress,
[in] string PolicyStore,
[in] string LinkLayerAddress,
[in] uint8 State,
[in] uint16 AddressFamily,
[in] boolean PassThru,
[out] MSFT_NetNeighbor CmdletOutput[]
);
Parameters
-
InterfaceIndex [in]
-
Specifies the interface index of the neighbor.
-
InterfaceAlias [in]
-
Specifies the interface alias of the neighbor.
-
IPAddress [in]
-
Specifies the network address of the neighbor.
-
PolicyStore [in]
-
TBD
-
LinkLayerAddress [in]
-
Specifies the link layer address of the neighbor.
-
State [in]
-
Specifies the discovery state of the neighbor. You can specify one of the following values.
Value Meaning - 0
Unreachable - 1
Incomplete - 2
Probe - 3
Delay - 4
Stale - 5
Reachable - 6
Permanent -
AddressFamily [in]
-
Specifies the address family of the neighbor. You can specify one of the following values.
Value Meaning - IPv4
- 2
The address family is IPv4. - IPv6
- 23
The address family is IPv6. -
PassThru [in]
-
Specifies whether the method should output an object that represents the newly created TCP/IP neighbor in the CmdletOutput parameter.
-
CmdletOutput [out]
-
Receives the new MSFT_NetNeighbor object.
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\StandardCimv2 |
MOF |
|
DLL |
|