# Configuration de la bannière

##### Introduction

Nous allons voir comment configurer la bannière.

##### Bannière MOTD

La banner MOTD est affichée à chaque connexion à l’équipement.

```
switch(config)#banner motd #
Enter TEXT message.  End with the character '#'
*****************************************************
* accès interdit aux personnes non autorisées *
*****************************************************
#
switch(config)#
```

##### Bannière LOGIN

La banner login est affichée à chaque connexion avec un identifiant

```
switch(config)#banner login #
Enter TEXT message.  End with the character '#'
*****************************************************
* accès interdit aux personnes non autorisées *
*****************************************************
#
switch(config)#
```