30 Sep
2010
30 Sep
'10
3:33 a.m.
Ramon Escriba wrote:
Is that aproach, try the "next vlan" if exists @ ldap, possible, how?
You've tried a lot of different things and are lost in the complexity of the solution. The problem isn't that hard. Find a "key" which determines which VLAN to use. This key can be switch IP, location, etc. Then, use that key to select the correct VLAN. What you're doing right now is trying to grab *all* VLANs, and then filter out the ones which aren't relevant. That's more complicated, and is less likely to work. Alan DeKok.