Tuesday
Hi,
I am trying to configure v-IST to a 7520 switch and I noticed that smlt-virtual-bmac and smlt-peer-system-id is required on the configuration. What is the most efficient way to identify the values for both?
Thank you.
Thursday
Hello,
Forgot to include, for the "virtual" "VLACP SMLT -SYS-ID" I use (again) SMLT cluster unit one's "SYSTEM-ID" and change the seconf character to "6".
lacp smlt-sys-id 06:49:xx:xx:cc:x1
hope it helps
WillyHe
Wednesday
Hello,
I always do it this way.
I try to design a address schema that, in the positions after 0049., includes all that is applicable like site ID, Rack location ID, the switch function and switch number in that location.
First SMLT cluster member
system-id 0049.xxxx.xxx1
spbm 1 smlt-virtual-bmac 02:49:xx:xx:xx:x1
spbm 1 smlt-peer-system-id 0049.xxxx.xxx2
Second SMLT cluster member
system-id 0049.xxxx.xxx2
spbm 1 smlt-virtual-bmac 02:49:xx:xx:xx:x1
spbm 1 smlt-peer-system-id 0049.xxxx.xxx1
This makes the backbone MAC addresses recognizable.
Hope it helps