05-25-2004 02:08 PM - edited 03-10-2019 07:50 AM
HELP!
My config looks right but I am unable to assign VLAN dynamically via 802.1x. Attached is my config and debug.
05-25-2004 04:39 PM
Your debug output doesn't look quite right. The switch expects a tag number (number 1) to be sent along with the VLAN name, and you'd normally see this in the Radius debug output. For example, yours shows:
Attribute 81 12 6C61626E
where 81 is the attribute number, 12 is the length, and 6c61626e is the hex values of the first 4 bytes of the VLAN name (6C=l, 61=a, 62=b, 6E=n, etc) that you're returning.
What it should look like though is this:
Attribute 81 11 01544541
Note the first byte is 01 for tag number 1, then you get the actual VLAN name (54=T, 45=E, 41=A, etc).
I'm not sure how to set up IAS to return a tag number in attribute 81, check your IAS configuration and see if it can be done. I've known other people to get this working with IAS so it must be possible, I just don't have an IAS server handy that I can check with, sorry.
05-25-2004 10:09 PM
Glenn,
Thanks for your help. I guess I have to keep digging or use Cisco ACS!
03-15-2005 05:34 AM
rvaguilera did you get this working?
Thanks
06-07-2004 03:16 PM
It looks like Windows 2000 IAS is unable to send the Tunnel Tag of 1.
But you can send this attribute in Windows 2003 IAS. There is no documentation on this!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide