ramd.conf.4 (2010 09)
r
ramd.conf(4) ramd.conf(4)
NAME
ramd.conf - Route Administration Manager Daemon (RAMD) configuration file
SYNOPSIS
/etc/ramd.conf
DESCRIPTION
ramd.conf is the configuration file for the Route Administration Manager daemon (RAMD) for IPv6.
This file comprises of configuration statements that configures
ramd, ripngd, bgpd and isisd.
ripngd, bgpd, and isisd are referred to as routing daemons. Upon startup, the daemons read this
configuration file. This file contains:
• interface configuration statements,
• protocol configuration statements,
• static route configuration statements,
• control configuration statements, and
• aggregate configuration statements.
Configuring RAMD
The RAMD configuration file,
/etc/ramd.conf, consists of a set of configuration statements that ter-
minate with a semi-colon (
;).
These configuration statements are composed of tokens separated by white space. This structure
simplifies the identification of parts of the configuration associated with each other and with specific pro-
tocols. Comments can be specified with a pound sign (
#) at the beginning of the line.
Syntax conventions
The syntax conventions specific to the configuration file are:
highlight Highlighting indicates keywords and special characters that the parser expects.
underline Underlining (or italic) indicates a parameters whose value can be specified.
[] Parameters shown in square brackets indicate optional keywords and parameters.
| The vertical bar indicates a choice between parameters.
() Parentheses group keywords and parameters.
For example, consider the following syntax description:
[
routepoll (off|on)[interval seconds] ;]
The square brackets indicate that the parameter is optional. The keywords in the example configuration
statement are
routepoll, on, off, and interval. The vertical bar | indicates a choice between
on
and off. The underline (or italic font) seconds indicates that a value must be specified.
RAMD Configuration Statement Summary
The
/etc/ramd.conf file is divided into ramd global section and routing protocol section. The
configuration statements for the ramd global section are given below:
as Defines the autonomous system (AS) number.
routerid Defines the originating router (BGP).
kernel Configures kernel interface options.
preference Specifies the preference order of routes to the same destination.
interface Configures specific interface attributes.
traceoptions Specifies events to be traced.
redirect Specifies the processing of redirect requests.
martians Specifies invalid destination addresses.
route_filter Configures route filtering.
static Defines static routes.
import Specifies routes to be imported.
HP-UX 11i Version 3: September 2010 − 1 − Hewlett-Packard Company 1