Configuration example

The following example illustrates Smart link configuration with VLAN load-balancing:

  • vlans 1-10 mapped to smart-link group 1:
    switch(config)#smart-link group 1 master a1 slave a2
    switch(config)#smart-link group 1 protected-vlans 1-10
    switch(config)#smart-link group 1 send-control-vlan 1
    switch(config)#smart-link group 1 preemption-mode role
    switch(config)#smart-link group 1 preemption-delay 10
  • vlans 11-20 mapped to smart-link group 2:
    switch(config)#smart-link group 2 master a2 slave a1
    switch(config)#smart-link group 2 protected-vlans 11-20
    switch(config)#smart-link group 2 send-control-vlan 10
    switch(config)#smart-link group 2 preemption-mode role
    switch(config)#smart-link group 2 preemption-delay 15