Commentaire + correction configure
parent
4f6c010ec2
commit
74a19ed4dc
|
@ -38,10 +38,13 @@ Utilisé entre switches ou vers un routeur/firewall.
|
|||
|
||||
## Exemple de configuration
|
||||
|
||||
L'exemple est donné pour un switch Arista.
|
||||
Pour un autre modèle, il faut lire la doc et adapter les commandes.
|
||||
|
||||
### Créer un VLAN
|
||||
|
||||
```bash
|
||||
Switch# configure terminal
|
||||
Switch# configure
|
||||
Switch(config)# vlan 10
|
||||
Switch(config-vlan)# name Clubs
|
||||
Switch(config-vlan)# exit
|
||||
|
|
Loading…
Reference in New Issue