2502 \nUsage: %1!s!\n\n Dumps a configuration script.\n\n
2601 Displays help.\n
2602 \nUsage: %1!s!\n\n Displays help.\n\n
3101 Adds an interface to the router.\n
3102 \nUsage: %1!s! [name=]<string> [[type=]full]\n\n \nParameters:\n \n Tag Value \n name - Name of the interface to be added. \n type - One of the following values: \n full: Creates a demand dial interface.\n \nRemarks: Adds an interface to the router. For full interfaces, a phone book \n entry with the same name must already exist on the \n system.\n \nExamples: \n \n %1!s! name="Demand-Dial Interface" type=full\n \n The command adds a demand dial interface to the router.\n \n\n
3201 Deletes an interface from the router.\n
3202 \nUsage: %1!s! [name=]<string> \n \nParameters:\n \n Tag Value \n name - Name of the interface to be added. \n \nRemarks: Deletes an interface from the router. \n \nExamples: \n \n %1!s! name="Demand-Dial Interface" \n \n The command deletes a demand dial interface at the router.\n \n\n
3301 Sets the credentials used to connect an interface.\n
3302 \nUsage: %1!s! [name=]<string> [user=]<string> [[domain=]string \n [password=]string] \n \nParameters: \n \n Tag Value \n name - Name of the interface to be added. \n user - Name of the user account. \n domain - Domain of the user account. \n password - Password of the user account. \n \nRemarks: Sets the credentials used to connect an interface. \n \nExamples: \n \n %1!s! name="Demand-Dial Interface" user=guest \n %1!s! name="Demand-Dial Interface" user=admin \n domain=mydomain password=mypassword\n \n\n
3401 Displays interfaces.\n
3402 \nUsage: %1!s! [[name=]string] \n \nParameters: \n \n Tag Value \n name - Name of a specific interface to show current \n parameter settings. \n \nRemarks: Shows interface parameters. \n \nExamples: \n \n %1!s! name="Local Area Connection" \n \n\n
3450 Shows the credentials used to connect an interface.\n
3451 \nUsage %1!s! [name = ] IfName \n \n Shows the credentials used to connect an interface. \n \n IfName - the name of the interface \n \n\n
3500 Sets interface parameters.\n
3501 \nUsage %1!s! [name = ] IfName \n [ [admin = ] ENABLED|DISABLED \n [connect = ] CONNECTED|DISCONNECTED \n [newname = ] NewName ] \n \n Sets interface parameters. \n \n IfName - the name of the interface \n admin - whether the interface should be enabled \n connect - whether to connect the interface (non-LAN only). \n newname - new name for the interface (LAN only). \n \n Notes: \n - At least one option other than the name must be specified.\n - If connect = CONNECTED is specified, then the interface \n is automatically enabled even if the admin = DISABLED \n option is specified. \n\n
3550 Resets configuration.\n
3551 \nUsage: %1!s! \n \n Resets configuration. \n \n All interfaces which can be added through this context will \n be deleted. \n
3901 Adds a configuration entry to a table.\n
3903 Deletes a configuration entry from a table.\n
3905 Sets configuration information.\n
3907 Displays information.\n
3908 Resets information.\n
4001 Displays IP address and additional information.\n
4002 \nUsage: %1!s! [[name=]string]\n \nParameters:\n \n Tag Value\n name - The name of a specific interface.\n \nRemarks: Displays the IP address configuration for a specific interface or \n interfaces, and other TCP/IP configuration information, such as\n configured DNS and WINS servers.\n\n\nExamples:\n\n %1!s! "Local Area Connection"\n
4003 Adds an IP address to the specified interface.\n
4004 \nUsage: %1!s! [name=]<string> [[addr=]IP address [mask=]IP subnet mask]\n [[gateway=]IP address [gwmetric=]integer]\n \nParameters:\n \n name - The name of the IP interface. \n addr - The IP address to be added for the interface. \n mask - The IP subnet mask for the specified IP address. \n gateway - The default gateway for the specified IP address.\n gwmetric - The metric to the default gateway.\n \nRemarks: Adds IP addresses and default gateways to an interface. If DHCP\n is enabled on the interface, it will be disabled.\n \nExamples:\n\n %1!s! "Local Area Connection" 10.0.0.2 255.0.0.0\n %1!s! "Local Area Connection" gateway=10.0.0.3 gwmetric=2\n \n The first command adds a static IP address of 10.0.0.2 with a subnet\n mask of 255.0.0.0 to the Local Area Connection interface. The second\n command adds the IP address of 10.0.0.3 as a second default gateway\n for this interface with a gateway metric of 2.\n
4005 Sets the IP address or default gateway to the specified interface.\n
4006 \nUsage: %1!s! [name=]<string> \n [[source=]dhcp | \n [source=] static [addr=]IP address [mask=]IP subnet mask]\n [[gateway=]<IP address>|none [gwmetric=]integer]\n \nParameters:\n \n Tag Value\n name - The name of the interface.\n source - One of the following values:\n dhcp: Sets DHCP as the source for configuring IP\n addresses for the specific interface.\n static: Sets the source for configuring IP addresses\n to local static configuration.\n\n gateway - One of the following values:\n <IP address>: A specific default gateway for the \n static IP address you are setting.\n none: No default gateways are set.\n gwmetric - The metric for the default gateway. This field should \n not be set if gateway is set to 'none'.\n The following options are used only if source is 'static':\n\n addr - An IP address for the specified interface.\n mask - The subnet mask for the specified IP address.\n \nRemarks: Used to change the IP address configuration mode from either DHCP to\n static mode or static mode to DHCP. Adds IP addresses on an \n interface with static IP address or adds default gateways.\n \nExamples:\n \n %1!s! name="Local Area Connection" source=dhcp\n %1!s! local static 10.0.0.9 255.0.0.0 10.0.0.1 1\n
4007 Deletes an IP address or default gateway from the specified interface.\n
4008 \nUsage: %1!s! [name=]<string> [[addr=]IP address] [[gateway=]IP address|ALL]\n \nParameters:\n \n Tag Value\n name - The name of the interface.\n addr - A static IP address for the interface specified by name.\n gateway - One of the following values:\n <IP address>: A specific default gateway IP address for\n the static IP address you are deleting.\n ALL: Deletes all default gateway IP addresses for\n the static IP address you are deleting.\n \nRemarks: Deletes an IP address from an interface with multiple static IP\n addresses, or deletes a default gateway from a specified interface.\n \nExamples:\n \n %1!s! "Local Area Connection" addr=10.0.0.1 gateway=all\n
4009 Displays IP address configuration.\n
4010 \nUsage: %1!s! [[name=]string]\n \nParameters:\n \n Tag Value\n name - The name of a specific interface.\n \nRemarks: Displays the IP address configuration for an interface or \n interfaces.\n\nThe information displayed for this command consists of:\n\nField Description\n----- -----------\nDHCP enabled Shows whether the address comes from static or DHCP\n configuration.\nIP Address Shows the IP address configured for an interface.\nSubnet Mask Shows the subnet mask associated with the IP address.\nDefault Gateway Shows the IP address of a default gateway for the interface.\nGateway Metric Shows the metric for the default gateway shown above.\n Only applies if multiple default gateways are configured.\nInterface Metric Shows the metric for an interface.\n Only applies if multiple interfaces are configured.\n\nExamples:\n\n %1!s! "Local Area Connection"\n
4011 Adds a static DNS server address.\n
4012 \nUsage: %1!s! [name=]<string> [addr=]<IP address> [[index=]<integer>]\n \nParameters:\n \n Tag Value\n name - The name of the interface where DNS servers are added.\n addr - The IP address for the DNS server you are adding.\n index - Specifies the index (preference) for the specified \n DNS server address.\n \nRemarks: Adds a new DNS server IP address to the statically-configured list.\n By default, the DNS server is added to the end of the list. If an\n index is specified, the DNS server will be placed in that position\n in the list, with other servers being moved down to make room. \n If DNS servers were previously obtained through DHCP, the new \n address will replace the old list.\n \nExamples:\n \n %1!s! "Local Area Connection" 10.0.0.1\n %1!s! "Local Area Connection" 10.0.0.3 index=2\n
4013 Sets DNS server mode and addresses.\n
4014 \nUsage: %1!s! [name=]<string> [source=]dhcp|static [addr=]<IP address>|none\n [[register=]none|primary|both]\n \nParameters:\n \n Tag Value\n name - The name of the interface.\n source - One of the following values:\n dhcp: Sets DHCP as the source for configuring DNS\n servers for the specific interface.\n static: Sets the source for configuring DNS servers\n to local static configuration.\n addr - One of the following values:\n <IP address>: An IP address for a DNS server.\n none: Clears the list of DNS servers.\n register - One of the following values:\n none: Disables Dynamic DNS registration.\n primary: Register under the primary DNS suffix only.\n both: Register under both the primary DNS suffix, as\n well as under the connection-specific suffix.\n \nRemarks: Sets DNS server configuration to either DHCP or static mode. Only \n when source is 'static', is the 'addr' option also available for \n configuring a static list of DNS server IP addresses for the\n specified interface.\n \nExamples:\n \n %1!s! name="Local Area Connection" source=dhcp\n %1!s! "Local Area Connection" static 10.0.0.1 primary\n
4015 Deletes the DNS server from the specified interface.\n
4016 \nUsage: %1!s! [name=]<string> [[addr=]<IP address>|ALL ]\n \nParameters:\n \n Tag Value\n name - The name of the interface where DNS servers are deleted.\n addr - One of the following values:\n <IP address>: A specific IP address of a DNS server\n you are deleting.\n ALL: Deletes all configured IP addresses for DNS. servers.\n \nRemarks: Deletes statically configured DNS server IP addresses for a \n specific interface.\n \nExamples:\n \n %1!s! "Local Area Connection" 10.0.0.1\n %1!s! "Local Area Connection" all\n
4017 Displays the DNS server addresses.\n
4018 \nUsage: %1!s! [[name=]string]\n \nParameters:\n \n Tag Value\n name - The name of a specific interface.\n \nRemarks: Displays DNS server configuration for a specific interface or \n interfaces.\n\n\nExamples:\n\n %1!s! "Local Area Connection"\n
4021 Adds a static WINS server address.\n
4022 \nUsage: %1!s! [name=]<string> [addr=]<IP address> [[index=]integer]\n \nParameters:\n \n Tag Value\n name - The name of the interface where WINS servers are added.\n addr - The IP address for the WINS server you are adding.\n index - Specifies the index (preference) for the specified \n WINS server address.\n \nRemarks: Adds a new WINS server IP address to the statically-configured list.\n By default, the WINS server is added to the end of the list. If an\n index is specified, the WINS server will be placed in that position\n in the list, with other servers being moved down to make room. \n If WINS servers were previously obtained through DHCP, the new \n address will replace the old list.\n \nExamples:\n \n %1!s! "Local Area Connection" 10.0.0.1\n %1!s! "Local Area Connection" 10.0.0.3 index=2\n
4023 Sets WINS server mode and addresses.\n
4024 \nUsage: %1!s! [name=]<string> [source=]dhcp|static [addr=]<IP address>|none\n \nParameters:\n \n Tag Value\n name - The name of the interface.\n source - One of the following values:\n dhcp: Sets DHCP as the source for configuring WINS\n servers for the specific interface.\n static: Sets the source for configuring WINS servers\n to local static configuration.\n addr - One of the following values:\n <IP address>: An IP address for a WINS server.\n none: Clears the list of WINS servers.\n \nRemarks: Sets WINS server configuration to either DHCP or static mode. Only \n when source is 'static', is the 'addr' option also available for \n configuring a static list of WINS server IP addresses for the\n specified interface.\n \nExamples:\n \n %1!s! name="Local Area Connection" source=dhcp\n %1!s! "Local Area Connection" static 10.0.0.1\n
4025 Deletes the WINS server from the specified interface.\n
4026 \nUsage: %1!s! [name=]<string> [[addr=]<IP address>|ALL ]\n \nParameters:\n \n Tag Value\n name - The name of the interface where WINS servers are deleted.\n addr - One of the following values:\n <IP address>: A specific IP address of a WINS server\n you are deleting.\n ALL: Deletes all configured IP addresses for WINS servers.\n \nRemarks: Deletes statically configured WINS server IP addresses for a \n specific interface.\n \nExamples:\n \n %1!s! "Local Area Connection" 10.0.0.1\n %1!s! "Local Area Connection" all\n
4027 Displays the WINS server addresses.\n
4028 \nUsage: %1!s! [[name=]string]\n \nParameters:\n \n Tag Value\n name - The name of a specific interface.\n \nRemarks: Displays WINS server configuration for a specific interface or \n interfaces.\n\n\nExamples:\n\n %1!s! "Local Area Connection"\n
4031 Displays the offload information.\n
4032 \nUsage: %1!s! [[name=]string]\n \nParameters:\n \n Tag Value\n name - The name of a specific interface.\n \nRemarks: Displays the offload information for a specific interface or \n interfaces.\n\n\nExamples:\n\n %1!s! "Local Area Connection"\n
4040 Flushes the ARP cache for one or all interfaces.\n
4041 \nUsage: %1!s! [name=]<string>\n \nParameters:\n \n Tag Value\n name - The friendly name of a specific interface. If a name\n is not specified, the ARP caches for all interfaces \n are flushed.\n \nRemarks: Flushes the Address Resolution Protocol (ARP) cache on a specific \n interface or all interfaces.\n \nExamples:\n \n %1!s!\n %1!s! name="Local Area Connection"\n
4050 Resets TCP/IP and related components to a clean state.\n
4051 \nUsage: %1!s! [name=]<string>\n \nParameters:\n \n Tag Value\n name - The name of a file to which to append information \n regarding what settings were reset. \n \nRemarks: Resets TCP/IP and related components to a clean state. \n \nExamples:\n \n %1!s! resetlog.txt\n
9001 Enabled
9002 Disabled
9003 Connected
9004 Disconnected
9005 Connecting
9006 Client
9007 Home Router
9008 Full Router
9009 Dedicated
9010 Internal
9011 Loopback
9012 Primary only
9013 Both primary and connection-specific
9014 None
9300 Displays IP statistics.\n
9301 \nUsage: %1!s! [[rr=]integer]\n \nParameters:\n \n Tag Value\n rr - A rate in seconds between refreshment of IP statistics.\n \nRemarks: Displays IP statistics information.\n\nExamples:\n\n %1!s! \n %1!s! rr=5\n
9302 Displays current IP addresses.\n
9303 \nUsage: %1!s! [[index=]IP address] [[rr=]integer]\n \nParameters:\n \n Tag Value\n index - The IP address values for specific interfaces. To learn\n address values for a specific interface, run this\n command minus this parameter and review the output.\n rr - A rate in seconds between refreshment of interface\n IP address information.\n \nRemarks: Displays current IP address information for either a specific\n interface or for all interfaces if no parameters are used. \n\nExamples:\n\n %1!s! \n %1!s! index=10.0.0.1 rr=5\n
9304 Displays IP forwarding table.\n
9305 \nUsage: %1!s! [[index=] ForwardAddr Proto NextHopAddr ] [ [rr = ] Refresh Rate ]\n\n ForwardAddr - Destination IP Address of the forward table entry.\n Proto - Protocol ID of the forward table entry.\n NextHopAddr - Next Hop IP Address of the forward table entry.\n Refresh Rate - Time in seconds.\n\n
9306 Displays TCP statistics.\n
9307 \nUsage: %1!s! [[rr=]integer]\n\nParameters:\n\n Tag Value\n rr - Refresh rate in seconds for TCP statistics information.\nRemarks: Displays TCP connection statistics.\n\nExamples:\n\n %1!s!\n %1!s! rr=5\n
9308 Displays TCP connections.\n
9309 \nUsage: %1!s! [[index=] LocalIPAddr LocalPort RemoteIPAddr RemotePort ]\n [[rr=] Refresh Rate ]\n\n \nParameters:\n\n Tag Value\n index - Must include the IP addresses and port numbers for \n both local and remote endpoints of a TCP connection.\n rr - Refresh rate in seconds for TCP connection information.\n \nRemarks: Displays TCP connection status information.\n \nExamples:\n\n %1!s!\n %1!s! index=10.0.0.1 389 10.0.0.1 1931\n
9310 Displays UDP statistics.\n
9311 \nUsage: %1!s! [[rr=]integer]\n\nParameters:\n\n Tag Value\n rr - Refresh rate in seconds for UDP statistics information.\nRemarks: Displays UDP connection statistics.\n\nExamples:\n\n %1!s!\n %1!s! rr=5\n
9312 Displays UDP connections.\n
9313 \nUsage: %1!s! [[index=] LocalIPAddr LocalPort ]\n [[rr=] Refresh Rate ]\n\n \nParameters:\n\n Tag Value\n index - Must include the local IP address and port number for \n a UDP connection.\n rr - Refresh rate in seconds for UDP connection information.\n \nRemarks: Displays UDP connection status information.\n \nExamples:\n\n %1!s!\n %1!s! index=10.0.0.1 1102\n
9314 Displays multicast groups joined.\n
9315 \nUsage: %1!s! [[addr=]IP address]\n\n \nParameters:\n \n Tag Value\n addr - The IP address of a specific interface for which you want\n to show multicast groups that it has joined.\n \nRemarks: Displays IP multicast groups that have been joined by IP addresses\n that have been configured for one or more interfaces. If an IP\n address is not specified, multicast groups for all IP addresses\n are shown.\n \nExamples:\n \n %1!s! \n %1!s! addr=10.0.0.1\n
9322 Displays IP net-to-media mappings.\n
9323 \nUsage: %1!s! [[rr=]integer]\n \nParameters:\n \n Tag Value\n rr - A rate in seconds between refreshment of interface\n IP net-to-media mappings.\n \nRemarks: Displays IP network to physical media mappings information.\n \nExamples:\n \n %1!s! \n %1!s! rr=5\n
9324 Displays ICMP statistics.\n
9325 \nUsage: %1!s! [[rr=]integer]\n \nParameters:\n \n Tag Value\n rr - A rate in seconds between refreshment of interface\n ICMP statistics.\n \nRemarks: Displays ICMP statistics information.\n \nExamples:\n \n %1!s! \n %1!s! rr=5\n
9328 Displays IP interface statistics.\n
9329 \nUsage: %1!s! [[index=]integer] [[rr=]integer]\n \nParameters:\n \n Tag Value\n index - The index value for a specific interface. To learn the\n index value for a specific interface, you can run\n the command minus this parameter and review the output.\n rr - A rate in seconds between refreshment of interface\n IP statistics.\n \nRemarks: Displays IP statistics information for either a specific interface \n or for all interfaces if no parameters are used. \n\nExamples:\n\n %1!s! \n %1!s! index=1 rr=5\n
11001 %1!s! is not a valid entry in the phone book\n
11004 %1!s! is not an acceptable value for %2!s!.\n
11006 Unable to create interface %1!s!. Error %2!d!.\n
11011 Error %1d! connecting to the routing service on machine %2!s!\n
11012 Can not create interface of type %1d!\n
11013 Interface %1s! already exists\n
11014 One or more essential parameters not specified\n
11015 Credentials can only be set/shown for WAN interfaces.\n
11016 \nAn interface can only be connected or disconnected while the remoteaccess\nservice is running.\n
11017 \nOnly WAN interfaces can be connected or disconnected.\n
11018 \nDedicated interfaces can not be connected or disconnected.\n
11019 \nThe newname option is only valid for LAN interfaces.\n
11020 \nThe newname and enable/disable option for LAN interfaces is not valid when administrating a remote machine.\n
11021 \nThe interface has been enabled, and is trying to get an IP address.\n
11022 \nThe show interface option for LAN interfaces is not valid when administrating a remote machine and remote access is not running.\n
11031 \nThe interface is already configured with IP Address %1!s! Mask %2!s!.\n
11032 \nDhcp is already enabled on this interface.\n
11033 \nA default gateway with this IP Address already configured on this interface.\n
11035 \nInsufficient parameters.\n
11036 \nCannot delete Dhcp configured IP Address.\n
11037 \nThe interface does not have this IP Address.\n
11038 \nAn interface not using DHCP must have one or more static IP Addresses.\n
11039 \nThe specified gateway is not configured on this interface.\n
11040 \nCannot add a static IP address to an interface configured for DHCP.\n
11041 \nError obtaining configuration for interface %1!s!.\n
11042 \nThe server %1!s! is already configured on this interface.\n
11043 \nThe server %1!s! is not configured on this interface.\n
11044 \nInvalid interface %1!s! specified.\n
11045 \nUnable to access configuration because it is already being accessed by\nanother configuration utility. Close other windows and try again.\n
21016 \nMIB-II TCP Connection Entry\nLocal Address Local Port Remote Address Remote Port State\n-----------------------------------------------------------------------------\n
50051 \n\n# ---------------------------------- \n# Interface IP Configuration \n# ---------------------------------- \n
50052 # End of interface IP configuration\n\n
50053 \n\n# Interface IP Configuration for %1!s!\n
50054 Register with which suffix: %1!s!\n
50100 \nOffload Options for interface %1!s! with index: %2!x!:\n
50101 TCP Transmit Checksum\n
50102 IP Transmit Checksum\n
50103 TCP Receive Checksum\n
50104 IP Receive Checksum\n
50105 TCP Large Send\n
50111 IPSEC Raw Crypto\n
50112 IPSEC Combined AH+ESP\n
50113 IPSEC Combined Tpt and Tunnel\n
50114 IPSEC IPv4 Option\n
50115 Get SPI\n
50121 IPSEC on Transmit for AH\n
50122 IPSEC on Receive for AH\n
50123 IPSEC transport for AH\n
50124 IPSEC Tunnel for AH\n
50125 MD5 as AH and ESP algorithm\n
50126 SHA_1 as AH and ESP algorithm\n
50131 IPSEC on Transmit for ESP\n
50132 IPSEC on Receive for ESP\n
50133 IPSEC transport for ESP\n
50134 IPSEC Tunnel for ESP\n
50135 DES as ESP algorithm\n
50136 DES40 as ESP algorithm\n
50137 3DES as ESP algorithm\n
50138 Null DES as ESP algorithm\n
60005 \nError %1!x! retrieving information from the Routing and Remote Access Service.\n
60006 Interface %1!s! does not exist.\n
60011 \nThe Routing and Remote Access Service is not currently running on the local machine.\nPlease use 'net start remoteaccess' on the machine to start the service.\n
60013 \nThe Routing and Remote Access Service is not currently running on %1!s!.\nPlease use 'net start remoteaccess' on the machine to start the service.\n
60015 No entries were found.\n
60024 \nOut of Memory\n
60062 \nEnter Ctrl-C to exit from refresh\n
60100 Resets the Winsock Catalog to a clean state.\n
60101 \nUsage: %1!s!\n \nRemarks: Resets Winsock Catalog to a clean state. \n All Winsock Layered Service Providers which were previously\n installed must be reinstalled.\n This command does not affect Winsock Name Space Provider\n entries.\n