Configure a backup router and have its address remain in the routing and forwarding tables:
- [edit]
- system {
- backup-router 192.168.1.254 destination 208.197.1.0/24;
- }
- routing-options {
-
- static {
-
- route 208.197.1.0/24 {
- next-hop 192.168.1.254;
- retain;
- }
- }
- }