[Contents] [Prev] [Next] [Index] [Report an Error]

Example: Configuring Fate Sharing

Configure fate-sharing groups east and west. Because west has no objects, it is ignored during processing.

[edit routing-options]
fate-sharing {
group east {
cost 20; # Optional, default value is 1
from 1.2.3.4 to 1.2.3.5; # A point-to-point link
from 192.168.200.1; # LAN interface
from 192.168.200.2; # LAN interface
from 192.168.200.3; # LAN interface
from 192.168.200.4; # LAN interface
from 10.168.1.220; # Router ID of a router node
from 10.168.1.221; # Router ID of a router node
}
group west {
.....
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]