HP-UX Reference (11i v3 07/02) - 4 File Formats (vol 8)

r
ramd.conf(4) ramd.conf(4)
The syntax of the peer configuration statement is as follows:
peer host-address [up|down]
[if ifname] peeras asnum {
[auth(md5 passwd-string|
none);]
[
holdtime timer-value;]
[keepalive timer-value;]
[minasorgtime timer-value;]
[minrtadvtime timer-value;]
[lcladdr local-address
;]
[
logupdown (on|off)
;]
[
multihop (on|off)
;]
[
nexthop-self (on|off)
;]
[
metricout metricvalue;]
[preference preference-value
;]
[
showwarnings (on|off);
]
[
traceoptions trace-options
;]
[
gateway address;]
[noaggregatorid;]
[
keepalivealways;
]
[
noauthcheck; ]
[hoplimit hoplimit;]
[sendbuffer buffersize;]
[recvbuffer buffersize;]
[keep (all|none);]
[passive;]
[localas asnum;]
[noasloop;]
};
This peer configuration can be specified inside the group configuration or outside the
group
configuration. The up option enables the session with the peer and down option disables the session.
host-address Specifies the host address for the peer.
if ifname Specifies the interface name through which the peer is connected. This is applicable
and mandatory for peers with link local address only.
peeras asnum Specifies the remote autonomous system (AS) number of the peer.
auth (md5 passwd-string|
none);
Enables or disables authentication for a peer. By default, authentication is disabled.
A MD5 password string must be specified with auth when it is enabled.
holdtime timer-value;
Specifies the default value in hold time to use when negotiating the connection with
the peer. By default, the hold time is 120 seconds.
keepalive timer-value;
Specifies the keep alive time value for the peer. By default, the keep alive time is 40
seconds.
minasorgtime timer-value;
Specifies the minimum autonomous system (AS) origination interval for the peer. By
default, minasorgtime is 15 seconds.
minrtadvtime timer-value;
Specifies the minimum route advertisement interval for the peer. By default, the
value is 30 seconds.
lcladdr local-address;
Specifies the address on the local end of the TCP connection with the peer.
logupdown (on|off);
Specifies whether peer up or down events are logged in syslog(3C). By default, this
value is off.
HP-UX 11i Version 3: February 2007 17 Hewlett-Packard Company 355