Share via


NextHopAddress (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the NextHopAddress setting in Windows Embedded 8 Standard (Standard 8).

This setting contains a string with a maximum length of 45 characters that specifies the IP address of the next hop in the route. This IP address also specifies the default gateway in network configuration.

Do not create an empty value for this setting.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

TCPIP

Products/Embedded Core/TCPIP/Interfaces/Interface/Routes/Route/NextHopAddress

XML Example

The following XML example shows how to set the next hop in a route,

<Route wcm:action="add">
    <Identifier>1</Identifier> 
    <Metric>10</Metric> 
    <NextHopAddress>12.34.0.0</NextHopAddress> 
    <Prefix>16</Prefix> 
</Route>

For an example of how to configure TCP/IP interface settings, see TCPIP Settings XML Example.

See Also

Concepts

Embedded Core Settings