Commentaire + correction configure
parent
4f6c010ec2
commit
74a19ed4dc
|
@ -38,10 +38,13 @@ Utilisé entre switches ou vers un routeur/firewall.
|
||||||
|
|
||||||
## Exemple de configuration
|
## 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
|
### Créer un VLAN
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
Switch# configure terminal
|
Switch# configure
|
||||||
Switch(config)# vlan 10
|
Switch(config)# vlan 10
|
||||||
Switch(config-vlan)# name Clubs
|
Switch(config-vlan)# name Clubs
|
||||||
Switch(config-vlan)# exit
|
Switch(config-vlan)# exit
|
||||||
|
|
Loading…
Reference in New Issue