| Such a configuration is technically invalid. The rules require that the
two ports are connected to the SAME LAN.
However, in spite of that it MAY work. Or it may not. That depends on
the higher layer protocols used.
In effect what happens on a failover is that you move to a different LAN.
Consider IP, for example. If that different LAN is a different subnet, you
have moved your interface to the wrong subnet. That doesn't work. If it's
the same subnet, it means you have two LANs in the same subnet -- unless they
are bridged that's a partitioned subnet, which also doens't work.
Other protocols may not care as much; for example DECnet would not, although
even there you would probably see an interruption while the routers and
adjacent endnodes adjust their knowledge of you.
Conversely, if you build it as intended -- same ring for both ports -- then
the failover is completely transparent to all higher layer protocols, and
the interruption experienced is just that of the failover itself (and should
be much less than 1 second).
paul
|