This attribute determines what type of network routes will be sent and
whether a default route will be generated for this RipInterface.
Generated default routes will not go into the routing table, but are sent in
the updates going out on the interface. The possible values for this
attribute are:
naturalNetWithOutDefaultRoute - This value will cause normal RIP
network routes to be put in the update. This means that the address of
logicalIf pertaining to this RipInterface knowledge is taken into account
in determining if the subnetted network or the natural network is sent for
any route going into this update.
naturalNetWithDefaultRoute - Selecting this value will cause a default
route to be generated with the value of the metric selected for the
attribute defaultRouteMetric.
defaultRouteOnly - Selection of this value causes the default route to be
generated with the value of the metric selected for the attribute
defaultRouteMetric.
NOTE: No other routes will go in the update.
subnetsOnly - selection of this value will cause only subnet information
to be put in the update. No default routes will be generated or passed on.
Only subnetted routes that are part of the same subnetted network that
this logicalInterface is on will be put in the update.
NOTE: this also effects receiving of updates on this interface. Only
subnetted routes that are part of the same subnetted network that this
logicalInterface is on will be accepted on a received RIP update on this
RipInterface.