We have configured four Dell 8132F running 6.0.1.3 (N4032F) for administrator authentication to a Microsoft NPS with Radius, but we have only been able to configure the connection with PAP which feels highly insecure.
How do we configure it to use CHAP or EAP instead?
Configuration
aaa authentication login "networkList" local radius
aaa authentication login "loc" local
aaa authentication enable "enableList" enable radius none
aaa authentication enable "RadiusEnable" radius
ip http authentication radius local
ip https authentication radius local
radius-server host auth "Radius-FQDN"
name "Default-RADIUS-Server"
source-ip *.*.*.*
key "*************"
exit
line ssh
enable authentication RadiusEnable
exit