HP-UX Reference (11i v1 00/12) - 4 File Formats (vol 8)
__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man4/!!!intro.4
________________________________________________________________
___ ___
g
gated.conf(4) gated.conf(4)
trustedgateways gateway_list ;
sourcegateways gateway_list ;
traceoptions trace_options ;
} ] ;
The rip statement enables or disables RIP. If the rip statement is not specified, the default is rip on
;. If enabled, RIP will assume nobroadcast when there is only one interface and broadcast when
there is more than one.
The options are as follows:
broadcast
Specifies that RIP packets will be broadcast regardless of the number of interfaces present. This
is useful when propagating static routes or routes learned from anther protocol into RIP. In some
cases, the use of broadcast when only one network interface is present can cause data packets
to traverse a single network twice.
nobroadcast
Specifies that RIP packets will not be broadcast on attached interfaces, even if there are more
than one. If a sourcegateways clause is present, routes will still be unicast directly to that
gateway.
nocheckzero
Specifies that RIP should not make sure that reserved fields in incoming version 1 RIP packets
are zero. Normally RIP will reject packets where the reserved fields are zero.
preference preference
Sets the preference for routes learned from RIP. The default preference is 100. This preference
may be overridden by a preference specified in import policy.
defaultmetric metric
Defines the metric used when advertising routes via RIP that were learned from other protocols.
If not specified, the default value is 16 (unreachable). This choice of values requires you to expli-
citly specify a metric in order to export routes from other protocols into RIP. This metric may be
overridden by a metric specified in export policy.
query authentication [none |[[simple|md5] password]] ;
Specifies the authentication required of query packets that do not originate from routers. The
default is none.
interface interface_list
Controls various attributes of sending RIP on specific interfaces. See the section on interface list
specification for the description of the interface_list.
Note that if there are multiple interfaces configured on the same subnet, RIP updates will only
be sent from first one one which RIP output is configured. This limitation is required because of
the way the Unix kernel operates. It will hopefully be removed in a future release.
The possible parameters are:
noripin
Specifies that RIP packets received via the specified interface will be ignored. The default is
to listen to RIP packets on all non-loopback interfaces.
ripin
This is the default. This argument may be necessary when noripin is used on a wildcard
interface descriptor.
noripout
Specifies that no RIP packets will be sent on the specified interfaces. The default is to send
RIP on all broadcast and non-broadcast interfaces when in broadcast mode. The sending
of RIP on point-to-point interfaces must be manually configured.
ripout
This is the default. This argument is necessary when it is desired to send RIP on point-to-
point interfaces and may be necessary when noripin is used on a wildcard interface
descriptor.
metricin metric
Specifies the RIP metric to add to incoming routes before they are installed in the routing
HP-UX Release 11i: December 2000 − 14 − Section 4−−85
___
___