Thanks for getting back, and so quick again.
Reading through the EXOS user guide it defines ISP Mode as the following:
In ISP mode, the port and VLAN remain constant. Before the supplicant is authenticated, the port is in an unauthenticated state. After authentication, the port forwards packets.
That reads to me that although the VLAN remains constant it still seems reliant on authentication in order to pass traffic, otherwise the port would remain locked. With 'authentication mode optional' if RADIUS becomes unavailable the port will still forward... not sure what happens if you get a RADIUS reject back though, assume it will block?
Reading further I was wondering if the following command would achieve the same goal as optional:
configure netlogin move-fail-action authenticate
The discription for this is as follows:
If network login fails to perform Campus mode login, you can configure the switch to authenticate the client in the original VLAN or deny authentication even if the user name and password are correct.
The last bit of that sentence i'm not sure about though 'if the user name and password are correct', correct to what I wonder?
So my configuration would look like the following:
create vlan nt_login
configure netlogin vlan nt_login
configure netlogin add mac-list ff:ff:ff:ff:ff:ff 48 password NOPASSWORD
configure netlogin mac authentication database-order radius
configure netlogin ports 20-22 mode mac-based-vlans
configure netlogin move-fail-action authenticate
enable netlogin ports 20-22 mac
enable netlogin mac
There looks like other commands I could use like:
configure netlogin authentication failure vlan Default ports 20-22
configure netlogin authentication service-unavailable vlan Default ports 20-22
So perhaps it just needs these?
Anyway, any other feedback would be great. Thanks