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

r
ramd.conf(4) ramd.conf(4)
maxroutes numb-of-routes
;
where numb-of-routes specifies the maximum routes. By default, this value is 10000.
Maximum Adjacency for IS-IS
The following statement specifies the maximum adjacency that IS-IS can support.
The syntax of the
maxadj configuration statement is as follows:
maxadj adjnum;
where adjnum specifies the maximum adjacencies. By default, this value is 255.
Maximum LSP for IS-IS
The following statement specifies maximum LSPs that IS-IS can support.
The syntax of the maxlsp configuration statement is as follows:
maxlsp lsp;
where lsp specifies the maximum LSPs. By default, this value is 1000.
Maximum Virtual Adjacencies for IS-IS
The following statement specifies the maximum virtual support for partition repair.
The syntax of the maxvirtadj configuration statement is as follows:
maxvirtadj adjnum;
where adjnum specifies the maximum virtual adjacencies for partition table. By default, this value is 5.
Maximum Circuits for IS-IS
The following statement specifies the maximum circuits that IS-IS can support.
The syntax of the maxckt configuration statement is as follows:
maxckt numb-of-circuits
;
where numb-of-circuits specifies the maximum circuits. By default, this value is 255.
Maximum Lifetime of LSPs for IS-IS
The following statement specifies the maximum lifetime of LSPs.
The syntax of the
maxage configuration statement is as follows:
maxage lspage;
where lspage specifies the maximum lifetime of LSPs. By default, this value is 1200 seconds.
Zero Age for IS-IS
The following statement specifies the time to wait before purging an expired LSP.
The syntax of the zeroage configuration statement is as follows:
zeroage age;
where age specifies the time to wait before purging an expired LSP. By default, this value is 60 seconds.
Receive Buffer Size for IS-IS
The following statement specifies the size of the largest LSP that the system receives.
The syntax of the recvbuffer configuration statement is as follows:
recvbuffer buffersize;
where buffersize specifies the size of the largest LSP. By default, this value is 1492 bytes.
EXAMPLES
To start ramd with the periodic route polling option disabled, include the following in the configuration file:
kernel {
routepoll off;
};
364 Hewlett-Packard Company 26 HP-UX 11i Version 3: February 2007