I configured the switch port to do MAC Authentication. The RADIUS request packet contains a CHAP-Password.
1) What is the value stored this attribute?
2) Is it a digest and/or encrypted?
Looking at RFC 2865 for RADIUS, the RADIUS server is expected to do MD5 digest of the CHAP ID + [clear text] password + Request Authenticator and compare that digest to the CHAP-Password.
So, is the above what is in the contents of the CHAP-Password sent by the switch?
Is the encryption key that is configured as part of RADIUS configuration on the switch used anywhere?
For MAC Authentication is the password the MAC address of the client?