cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1414
Views
0
Helpful
8
Replies

802.1x Mac-Adress Based Authentication

mhernandez11
Level 1
Level 1

I am wondering if we are going to see or now have the ability to authenticate hosts on the lan with something other than a Username / Password? I am mostly concerned with ports on my network that the end device is a non 802.1x compliant device. Anyone have any insight as to what others are doing? Currently i am running ACS 3.3.2 and I am very succesful in deploying 802.1x to ports on my LAN, however we run a mix of unix based devices which are vendor supported and printers are another source of concern.

??? :)

8 Replies 8

rmihalcin
Level 1
Level 1

mhernandez11

You could use VMPS which is mac-address authentication for those fixed devices. You would have to track the ports down and change the port type to "switchport access vlan dynamic". The other thing that comes to mind is switchport port security for the printers.

Bob

VMPS is not available on ciscoIOS on switches. All of our switches are running in nativemode (ciscoios) so we lost all VMPS capabilities, only 802.1x remains.

mhernandez11

The vmps "server" has to be catalyst OS, not the client switches. The "switchport" command is native IOS.I don't know how may devices you have, but you just need to run catalyst code on 1 or 2 switches as the servers.

And how about switchport security?

Bob

We have absolutely no devices running catOS, thats the reason i am wondering about 802.1x because we are succesfully deploying that amongst all of end point devices. I have read that in wireless there is MAC address based authentication through leap.

Bob, mhernandez11,

Depends too, on how big your VMPS config database is...

It can get unmanageable and in my (little) experience requires constant watching.

Josef.

It is a management nightmare. Additionally i am concerned about the mac address based authentication in 802.1x because of the same issues however it will be a smaller group of devices such as printers and other non compliant equipment.

ericds
Level 1
Level 1

We had pretty good luck using a Cold Fusion front end that forces users to authenticate with their AD credentials. It pulls the MAC address and host name and user/machine details and puts them in an ODBC database.

We modified the sample stub routine to have the CSDB stub routine add the MAC to the local database in the PAP field.

Kind of a nice compromise of identity and machine based authentication without the complexities of PEAP/EAP-FAST etc.

Eric,

Sounds like you have a pretty nifty operation going there.

Was it written inhouse? How much effort do you put in maintaining the database?

JG.