What standards/protocols/products exist that support encryption of all data sent between a device (e.g. a workstation) and a LAN switch? Something like WPA for WLAN.
feedback
|
|
I"m not sure how to reply to the above post but here's my response to your question to Rory. In multi-host mode, you can support multiple clients behind a single port but it isn't great because as long as one device authenticates, the entire port is authorized for all clients. Multi-auth is better because it forces each unique mac to authenticate but you lose the ability to use guest vlans, authentication fail vlans and multiple radius provided vlans in certain cases. Also, there is a bug in multi-auth and multi-domain in IOS 12.2(54) SG1 on at least the 4500 series switches. See for details: https://supportforums.cisco.com/thread/2044456. I have these features working with netgear and d-link little 5 port desktop switches - not just Cisco branded gear. Dot1x is more for authenticating clients before they connect to the network. For client to server encryption IPSec is the way to go and can be configured completely (and for free) via GPO | |||
|
feedback
|
|
Any IP traffic can be secured using IPSEC – whether it's on LAN or WAN. However, it is more complicated in LANs – as you have to deal with setting up SA's (security associations) and key management (if not using PSKs). With Windows you can integrate the key management into active directory, but you also need Certificate infrastructure to support distribution of certificates to clients, and how do they get the certificates if traffic isn't already encrypted. | |||||||||
feedback
|
|
802.1x works fine on a single vendor LAN (my experience has been with Cisco ones) - and in fact has less challenges from a management perspective than IPSec in an Enterprise environment. If you use Cisco for your LAN I'd probably suggest this as it is straightforward to implement. | |||
feedback
|
|
you mean something like RADIUS? | |||||||||||
feedback
|