Hi all,
I have just noticed that since upgrading to IPAM 1.5 when sorting by vlan id it does not sort by number correctly eg 1,2,3 it now sorts 1,11,12 ...... 2,20,21.. etc
Anyone else having this problem?
Hi Matt -
The VLAN ID is actually a text field. Sorting text fields that contain numbers will produce the results you are seeing.
As a workaround, you can left-pad the numbers with zeros, and then they will sort properly. Just be sure to include enough leading zeroes to accommodate the number of VLANs you actually have!
001
002
003
011
012
Hope this helps. Nice avatar, BTW.
Matt I assume you are sorting based on a column header in a subnet?
Hi guys,
Yes its the column header at the subnet level.
I'm pretty sure i could sort by vlan id before 1.5 and it worked ok. (surely a vlan is a numerical id)