XGS-5240-Series User Manual

Table Of Contents
Configuration Guide of XGS-5240-Series
74-13
vsf mad ip address <ip-addr> <ip-ma
sk> member <member-id>
no vsf mad ip address <ip-addr> <ip
-mask> member <member-id>
Configure/delete the IP address used for BF
D MAD on the layer3 interface.
4. Enable BFD MAD function
Command
Explanation
Interface Configuration Mode
vsf mad bfd <enable | disable>
Enable/disable BFD MAD.
74.3 Typical VSF Example
Case 1
Configure under the independent operation mode, let two switches create VSF. The member num
ber of these two facilities is 1 and 2. In order to let vsf member2 as the vsf master, configure the pr
iority of member 2 as 32, and build up two vsf port-group between both facilities. Each of the vsf po
rt-group will colligate one of the million mega port.
switch1 VSF configuration as following
switch1#config
switch1(config)#vsf member 1
switch1(config)#vsf port-group 1
switch1(config-vsf-port1)#vsf port-group interface ethernet 1/1
switch1(config)#vsf port-group 2
switch1(config-vsf-port1)#vsf port-group interface ethernet 1/2
switch1(config)#exit
switch1(config)#switch convert mode vsf
switch2 VSF configuration as following
switch2#config
switch1(config)#vsf member 2
switch1(config)#vsf priority 32
switch1(config)#vsf port-group 1
switch1(config-vsf-port1)#vsf port-group interface ethernet 2/1
switch1(config)#vsf port-group 2
switch1(config-vsf-port1)#vsf port-group interface ethernet 2/2
switch1(config)#exit
switch1(config)#switch convert mode vsf
Case 2