Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
sio_1_vtp [2022/01/13 13:45] sio1 |
sio_1_vtp [2022/01/13 17:25] (Version actuelle) sio1 |
||
---|---|---|---|
Ligne 11: | Ligne 11: | ||
</code> | </code> | ||
- | **//Mettre un mots de passe (optionnel)//** > server(config)# VTP password azerty | + | **//Mettre un mots de passe (optionnel)//** > <code>server(config)# VTP password azerty</code> |
====== Mode client ====== | ====== Mode client ====== | ||
Ligne 35: | Ligne 35: | ||
<code> | <code> | ||
server# show vtp status | server# show vtp status | ||
+ | </code> | ||
+ | |||
+ | ====== Changement de la version ====== | ||
+ | <code> | ||
+ | vtp version 2 | ||
</code> | </code> | ||
Ligne 43: | Ligne 48: | ||
Switch_A(config-if)# shutdown | Switch_A(config-if)# shutdown | ||
Switch_A(config-if)# switchport mode trunk | Switch_A(config-if)# switchport mode trunk | ||
- | Switch_A(config-if)# switchport nonegociate | + | Switch_A(config-if)# switchport nonegotiate |
Switch_A(config-if)# no shutdown | Switch_A(config-if)# no shutdown | ||
</code> | </code> |