| Microsoft IAS and Cisco switch 802.1x configuration HOWTO - 2. Switch Configuration |
|
|
|
| Written by dstubked |
| Monday, 22 September 2008 23:27 |
|
Page 3 of 7 Global Configuration in SwitchIn order for 802.1x to work in your network switches, the switch should be configured with the following global configuration as follows: #Defines a new AAA model in the switch aaa new-model #Turn on system auth control for dot1x dot1x system-auth-control #Radius parameters radius-server cache expiry 1 In the above configuration, we defined a new aaa model using the RADIUS protocol. In addition to the above, the "radius-server host" command tells the switch the RADIUS server (our IAS) can be reached at the IP192.168.10.60 with udp port 1812 as the authentication port and udp port 1813 as the accounting port. It also tells us that the secret key is "password". This should be the same in your RADIUS server configuration when you define a new client. Now, after the above is done, we will need to identify the ports on the switch that should be used for 802.1x authentication. In our example, we will use f0/3 for 802.1x port authentication. The configuration for f0/3 as follows: interface FastEthernet0/3 The command above basically puts interface FastEthernet0/3 into dot1x enabled mode. An authenticated user will be allowed into the trusted internal network VLAN 1. A guest will be placed into VLAN 20 while user who has failed authentication will be placed into VLAN 50 without any network access.
|
| Last Updated ( Sunday, 05 October 2008 02:01 ) |



