Difference between revisions of "Netband Project - 802.1x"
From Teknologisk videncenter
Line 11: | Line 11: | ||
[[Image:Netband-8021x.jpg|thumb|none|700px|802.1x]] | [[Image:Netband-8021x.jpg|thumb|none|700px|802.1x]] | ||
+ | ==Configuration== | ||
+ | |||
+ | <pre>aaa new-model | ||
+ | aaa authentication dot1x default group Hq_radius_server | ||
+ | ! | ||
+ | aaa group server radius Hq_radius_server | ||
+ | server 10.1.1.11 auth-port 1645 acct-port 1646 | ||
+ | ! | ||
+ | interface FastEthernet0/10 | ||
+ | dot1x port-control auto | ||
+ | ! | ||
+ | radius-server key ciscodisco | ||
+ | </pre> | ||
==External Links== | ==External Links== | ||
[http://www.cisco.com/en/US/docs/switches/lan/catalyst3560/software/release/12.2_46_se/configuration/guide/sw8021x.html 802.1x] | [http://www.cisco.com/en/US/docs/switches/lan/catalyst3560/software/release/12.2_46_se/configuration/guide/sw8021x.html 802.1x] |
Revision as of 09:29, 20 April 2009
<accesscontrol>NetBand</accesscontrol> This page is part of the Netband Project
- provides accesscontrol at the switchport
- Consists of
- Auhtenticator
- The device that handles the authentication on behalf of the clients
- Supplicant(client)
- The clients conencting to the network
- Authentication server
- Radius server
- Auhtenticator
Configuration
aaa new-model aaa authentication dot1x default group Hq_radius_server ! aaa group server radius Hq_radius_server server 10.1.1.11 auth-port 1645 acct-port 1646 ! interface FastEthernet0/10 dot1x port-control auto ! radius-server key ciscodisco