Create Date: May 11 2012 10:46AM
I am guessing this device is not enabled for 802.1X and does not have a MAC address that is mapped to a RADIUS policy. Therefore, you have a couple options:
Add a RADIUS policy for this MAC address. Use the authentication failure feature to move the port into an authentication failure VLAN. This VLAN should already exist on the switch. The default mac-list should exist in the netlogin configuration.
e.g. Configure netlogin add mac-list ff:ff:ff:ff:ff:ff 48
(The purpose of this is to send all unknown mac auth configured interfaces to the RADIUS server. In order for the move to happen, the default aaa radius database order needs to be changed from the default of radius, local to local, radius.
e.g. Configure netlogin mac authentication database-order local radius
I guess there is a third option. This could be done with UPM scripting, but I don't recommend it. UPM for VLAN movement is slow and unreliable.
(from john_padilla)