skip to content
Alabourre.com
User Tools
Log In
Site Tools
Search
Tools
Show page
Old revisions
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Media Manager
Sitemap
Trace:
public:tech:cisco:switch:vlan
====== VLAN ====== ===== Configuration ===== configure terminal vlan 10 name VOICE exit vlan 50 name DATA exit configure terminal interface fa0/10 switchport mode access switchport access vlan 50 interface range fa0/1 - 4 switchport mode access switchport access vlan 50 switchport voice vlan 10 ===== Statut ===== show vlan brief show vtp status ====== Trunk ====== ===== Configuration ===== configure terminal interface fastEthernet 0/24 switchport trunk encapsulation dot1q switchport mode trunk ===== Statut ===== show interfaces FastEthernet 0/24 switchport ====== Freebox v5 / VLAN100 ====== * http://clt.tf/post/16791722849/freebox-v5-boitier-hd-et-commutateur-administrable Configuration du port pour la Freebox moyra(config-if)#no switchport access vlan moyra(config-if)#switchport mode trunk moyra(config-if)#switchport trunk encapsulation dot1q moyra(config-if)#switchport trunk native vlan 101 moyra(config-if)#switchport trunk allowed vlan 100 Configuration du port pour le pare-feu moyra(config-if)#switchport access vlan 101 Configuration du port pour le boitier HD moyra(config-if)#no switchport access vlan moyra(config-if)#switchport mode trunk moyra(config-if)#switchport trunk encapsulation dot1q moyra(config-if)#switchport trunk allowed vlan 100
public/tech/cisco/switch/vlan.txt
ยท Last modified: 2025/01/22 16:49 by
127.0.0.1
Page Tools
Show page
Old revisions
Backlinks
Back to top