# Configuration du 802.1X

##### Configuration du RADIUS

```
ProCurve Switch 2650(config)# radius-server host 192.168.1.50
ProCurve Switch 2650(config)# aaa authentication port-access eap-radius
```

##### Activation sur des ports

```
ProCurve Switch 2650(config)# aaa port-access authenticator 15
LACP has been disabled on 802.1x port(s).
```

##### Bascule de VLAN en cas d'échec d'authentification

```
ProCurve Switch 2650(config)# aaa port-access authenticator 15 unauth-vid 200
ProCurve Switch 2650(config)# aaa port-access authenticator 15 client-limit 5
```

##### Activation

```
ProCurve Switch 2650(config)# aaa port-access authenticator active
```

##### Vérification

```
ProCurve Switch 2650(config)# show port-access authenticator

 Port Access Authenticator Status

  Port-access authenticator activated [No] : Yes
  Allow RADIUS-assigned dynamic (GVRP) VLANs [No] : No

              Current  Current     Cntrl
  Port Status VLAN ID  Port COS    Dir
  ---- ------ -------- ----------- -----
  15   Closed 1        No-override both
```