You can go through MAC Auth bypass feature from following link:
12.2(37)SE - "Using IEEE 802.1x Authentication with MAC Authentication Bypass"
http://www.cisco.com/univercd/cc/td/doc/product/lan/cat3750/12237se/scg/sw8021x.htm#wp1205506
Configuring MAC Auth bypass on 12.2(37)SE:
http://www.cisco.com/univercd/cc/td/doc/product/lan/cat3750/12237se/scg/sw8021x.htm#wp1196845
----------Commands Required on Switch--------------
aaa new-model
aaa authentication dot1x default group radius
dot1x system-auth-control
radius-server host
radius-server key
config t
interface
switchport access vlan
dot1x port-control auto
dot1x mac-auth-bypass
dot1x timeout quiet-period 15
dot1x timeout tx-period 3
dot1x reauthentication
Create a AAA Client entry for the switch in ACS from Network configuration section.
And use the Authentication Protocol as RADIUS (Cisco IOS....)
And on ACS create an account for the client as,
Username : 0015c53ae40d
Password : 0015c53ae40d
If the MAC address of the client is 00-15-C5-3A-E4-0D
Regards,
~JG