ramd.conf.4 (2010 09)

r
ramd.conf(4) ramd.conf(4)
Gateway Filters Configuration for RIPng
In the RIPng section of the RAMD configuration file, you can specify the gateway filter configuration that
controls the transmission and reception of RIPng updates.
These are the possible gateway specifications:
trustedgateway
gateway-list ;
The trusted gateway list specifies the list of gateways that the RIPng router can accept for its
route updates, where gateway-list is a list of gateway addresses separated by space.
By default, RIPng router accepts route updates from all the gateways.
sourcegateway gateway-list ;
The source gateway list specifies a list of gateways that the RIPng router can send for its route
updates, where gateway-list is a list of gateway addresses separated by space.
By default, RIPng router sends route updates to all gateways.
Interface Configuration for RIPng
In the RIPng section of the RAMD configuration file, you can use the
interface statement to specify
RIPng related interface attribute configuration, where interface-name denotes one of the kernel interface
name.
The syntax of the
interface configuration statement is as follows:
interface interface-name {
[enable|disable;]
[metric metricvalue ;]
[ripin|noripin;]
[ripout|noripout;]
[profile id;]
[filter dir (in|out) route-filter-name-list [
allow|restrict]];
};
where the following means:
enable Specifies that RIPng protocol is enabled on this interface.
disable Specifies that RIPng protocol is disabled on this interface. By default, RIPng protocol is
enabled on this interface.
metric Specifies the cost of this interface. By default, the RIPng router takes the
default-
metric configuration statement value.
Controlling RIPng’s Operation Based on Direction
The RIPng section of the RAMD configuration file specifies the control of RIPng operation based on the
direction.
[noripin|ripin][noripout|ripout]
where:
noripin Specifies that RIPng packets received through this interface are ignored. By default, it
listens to RIPng packets on all non-loopback interfaces.
ripin Specifies that ripngd can process incoming updates. By default, this is enabled.
noripout Specifies that RIPng packets are not sent on the specified interfaces. By default, it sends
RIPng packets on all interfaces.
ripout Specifies that ripngd can send updates. By default, this is enabled.
Associating a Profile with an Interface for RIPng
The
profile statement associates a profile on a particular interface. If the profile id is not specified, a
default profile (id 0) is used.
The syntax of the
profile configuration statement is as follows:
profile id;
where id specifies the profile ID on a particular interface.
HP-UX 11i Version 3: September 2010 11 Hewlett-Packard Company 11