This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
switch_cisco [2025/07/04 01:57] 20.171.207.47 old revision restored (2025/05/31 05:34) |
switch_cisco [2025/07/04 01:57] (current) 20.171.207.47 old revision restored (2025/05/31 05:33) |
||
|---|---|---|---|
| Line 35: | Line 35: | ||
| ip address < | ip address < | ||
| no shutdown | no shutdown | ||
| + | | ||
| + | __Enregistrez la configuration__ | ||
| + | |||
| + | copy < | ||
| + | | ||
| + | __Création VLAN__ | ||
| + | |||
| + | vlan < | ||
| + | name < | ||
| + | | ||
| + | __Affectation d’un VLAN du port 1 au port | ||
| + | 10__ | ||
| + | |||
| + | interface range < | ||
| + | switchport <mode access> | ||
| + | switchport <access vlan vlan_num> | ||
| + | | ||
| + | __Affectation d’un VLAN trunk à un port | ||
| + | fa0/1 (vlan_num1 autorisé) | ||
| + | __ | ||
| + | interface < | ||
| + | switchport <mode trunk> | ||
| + | switchport <trunk native vlan vlan_num> | ||
| + | switchport <trunk allow vlan vlan_num1> | ||
| + | | ||
| + | __Affichage table VLAN__ | ||
| + | |||
| + | show <vlan brief> | ||
| + | |||
| + | __Affichage bref des interfaces__ | ||
| + | | ||
| + | show <ip interface brief> | ||
| + | |||
| + | __Affichage vlan associé au port fa0/1__ | ||
| + | | ||
| + | show < | ||
| + | | ||
| + | __Affichage des liens Trunk et de leur spécification | ||
| + | __ | ||
| + | show < | ||