Hello,
Is it possible to accomplish following "floating" static route
on Juniper:
IOS syntax:
-----------
ip route 10.0.0.200 255.255.255.255 10.0.1.1
ip route 10.0.0.200 255.255.255.255 10.0.2.1 250
JunOS (incorrect) syntax:
------------------------
routing-options {
static {
route 10.0.0.200/32 {
next-hop 10.0.1.1 {
metric 1
}
next-hop 10.0.2.1 {
metric 250
}
}
}
}
In short:
How to (while using static routes) select a 'secondary' route
to the same loopback address in case of primary link failure.
Thank you,
Przemek
This archive was generated by hypermail 2b29 : Mon Aug 05 2002 - 10:42:37 EDT