IOL Nodes Limit

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Locked
elerege
Posts: 1
Joined: Wed May 03, 2017 5:39 pm

IOL Nodes Limit

Post by elerege » Wed May 03, 2017 5:53 pm

is there a limit in the number of IOL nodes that I can run (Assuming that I have the necessary resources)?

I can successfully run 63 IOL nodes but node number 64 is unable to start. I can add any other node, vIOS or ASAv, after my 63rd IOL node and they will start successfully. if there is a limit, is there a way to bypass it?

Uldis (UD)
Posts: 5176
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: IOL Nodes Limit

Post by Uldis (UD) » Wed May 03, 2017 8:30 pm

64 is limit for IOL, because of MAC address collisions after

ecze
Posts: 534
Joined: Wed Mar 15, 2017 1:54 pm

Re: IOL Nodes Limit

Post by ecze » Wed May 03, 2017 9:10 pm

Yes a limitation exist. Due to IOL mac address distribution. Mac depend of IOL ID.

IOL ID is limited to 1024 . ( 10 bits value )

Eve use id to avoid mac collision like this:
4 bits are used for User ID ( 0 -> 15 )
6 bits are used for Node ID ( 0->63 )

This permit to have multiple time same lab using a IOL connected to pnet0 without mac duplicate...

So EVE cannot support more than 63 IOL ID. The origin of this limitation is due IOL Mac compute algorithm...

E.

PS: Sorry to be so technical...

Locked