# Configuration des ports

##### Introduction

Nous allons voir comment configurer les ports de notre switch

##### Vitesse

```
-> interface 1/1 autoneg disable
-> interface 1/1 speed 10
-> interface 1/1 speed 100
-> interface 1/1 speed 1000
```

##### Duplex

```
-> interface 1/1 duplex full
-> interface 1/1 duplex half
```

##### Description

```
-> interfaces 1/1 alias <nom>
```

##### POE

```
-> lanpower start 1
-> lanpower stop 1
```

##### Port mirroring

Pour configurer le port mirroring

```
-> port mirroring 1 source 1/1 destination 1/24 enable
```

Pour désactiver le port mirroring

```
-> no port mirronring 1
```

Pour voir le statut

```
-> show port mirroring status
```