Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1986-2001 Microsoft Corp. C:\WINDOWS>netsh routing ip rip set flags ?
Usage: set flags [name=][flag=]
Parameters:
Tag Value
name - The name of the interface where you are configuring RIP.
flag - One or more of the following string values can be used:
clear: Clear all currently set RIP flags.
splithorizon: Enable RIP for split horizon.
poisonreverse: Enable RIP for poison reverse.
triggeredupdates: Enable RIP triggered updates.
cleanupupdates: Enable cleanup updates for RIP.
accepthostroutes: Enable acceptance of host routes.
acceptdefaultroutes: Enable acceptance of default routes.
senddefaultroutes: Enable sending of default routes.
nosubnetsummary: Disable subnet summarization.
Remarks: Set RIP-related flags for a specified interface. Multiple flag
values can be specified in a comma separated list without any
spaces.
Examples:
set flags "Local Area Connection" clear
set flags "Local Area Connection" splithorizon,accepthostroutes