From 2 machines to 8 machines on the same subnet. The PC version has 6 possible. The Sun system has up to 8 machines.
The 2-machine RD_PATH test include:
Group 1- RD_PATH external peers accept all RD_PATHs routes
export proto idrp rdi 0x490122
{
import proto idrp rdpath / .* /
{
ip all;
all;
}
}
All routes passed.
export proto idrp rdi 0x490122
{
import proto idrp rdpath / 0x490121 /
{
ip all;
all;
}
}
All routes passed.
export proto idrp rdi 0x490122
{
import proto idrp rdpath / 0x490121 0x490123 /
{
ip all;
all;
}
}
All routes passed from received with rdi path 49.0121 49.0123
export proto idrp rdi 0x490122
{
import proto idrp rdpath / 0x490121 /
{
ip all;
all;
}
import proto idrp rdpath / .* 0x490123 .*/ restrict;
}
All routes passed from received with rdi path 49.0121. Will not pass routes with RDI 49.0123 in the rdpath.
Repeat Tests 1-4 with all peers as external peers and using Rib Refresh BISPDUs to update the routes.
Repeat Tests 1-4 with all peers as internal peers and using Update PDUs to update the routes.
3 Node tests
Try in all layouts of the 3 node for internal and external peers, with reconfigured causing Rib Refresh or Delta change in routes.
Try in all layouts of the 4 node the sequences in the 3 node tests.