Printer FriendlyEmail Article Link

Configuring different MAC for each user within the Avalanche action list

Answer

ASSIGN VARIABLE <myMacVar myMacs.$1>

ETHSETTING MACADDR = <apply myMacVar>

1 GET http://192.168.1.1

 

The 'myMacs' Forms DB file contains 1 MAC per line:

enable 'auto-increment' (all other options should be disabled)

 

10:20:30:00:00:01

10:20:30:00:00:02

10:20:30:00:00:03

 

The above action list will result in a different MAC address assignment per user pulled from the forms DB file 'myMacs'. Once the list has reached the bottom it will start over from the top.


Note:  For multi core tests you will need to add #NODIVIDE as the first line in the action list and create different formsDB files for each core to avoid duplicate usage. Add 1 associations per core in use on the client/associations tab.


Product : Avalanche