# Configuration VLAN voix, LLDP et QOS

##### Configuration d'un VLAN voix

```
Procurve switch 2650(config)# vlan 100
Procurve switch 2650(vlan-100)# voice
```

```
ProCurve Switch 2650# sh vlan

 Status and Counters - VLAN Information

  Maximum VLANs to support : 8
  Primary VLAN : DEFAULT_VLAN
  Management VLAN :

  802.1Q VLAN ID Name         Status       Voice
  -------------- ------------ ------------ -----
  1              DEFAULT_VLAN Port-based   No
  100            voice        Port-based   Yes
  101            data         Port-based   No
```

##### Activation du LLDP

```
Procurve switch 2650(config)# lldp run
```

```
ProCurve Switch 2650(config)# no lldp run
```

##### Configuration de la QOS

```
ProCurve Switch 2650(config)# qos type-of-service diff-services
```