ramd.conf.4 (2010 09)
r
ramd.conf(4) ramd.conf(4)
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;
};
A RIPng Example
The following is the configuration to run
ripngd with the listener mode on the lan0 interface:
ripng on {
admin up;
cliport 15000;
interface lan0 {
noripout;
};
};
26 Hewlett-Packard Company − 26 − HP-UX 11i Version 3: September 2010