Hi everyone,
Please consider the following example
Consider following example:
Below we have three Switches in Virtual chassis, each SW has me port connected to different subnet.
Case1:
SW1(Master)---me---199.199.199.1/24---Network
SW2(Back up)---me---200.200.200.1/24---|
SW3( line card)--me--198.198.198.1/24--|
1) if we do ssh using 198.198.198.1 which is ip on SW3's ME, will SW3 dirtect that to master SW1? or SW3 will allow SSH to itself?
Case2:
SW1(Master)---me---199.199.199.1/24---Network
SW2(Back up)---me---199.199.199.2/24---|
SW3( line card)--me--199.199.199.3/24--|
1) If we do SSH 199.199.199.3, will SW3 direct it to SW1 ( master)?
Thanks and have a nice weekend!!