LAN Switching Voice and Data Vlan Configuration Example
From DocWiki
(Difference between revisions)
| (4 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
| - | Switch# configure terminal | + | <pre>Switch# configure terminal |
Switch(config)# interface gigabitethernet1/0/1 <--- example interface | Switch(config)# interface gigabitethernet1/0/1 <--- example interface | ||
Switch(config-if)# switchport trunk encapsulation dot1q | Switch(config-if)# switchport trunk encapsulation dot1q | ||
Switch(config-if)# switchport mode trunk | Switch(config-if)# switchport mode trunk | ||
| - | Switch(config-if)# switchport voice vlan 3 <---- | + | Switch(config-if)# switchport voice vlan 3 <---- example voice vlan 3 |
Switch(config-if)# switchport trunk native vlan 2 <- example data vlan 2 | Switch(config-if)# switchport trunk native vlan 2 <- example data vlan 2 | ||
| - | + | </pre> | |
ex. vlan 2 - data vlan | ex. vlan 2 - data vlan | ||
| - | + | ||
| - | [[Category:Configuration Examples]] | + | vlan 3 - voice vlan |
| + | [[Category:LAN Switching Configuration Examples]] | ||
Latest revision as of 19:33, 18 November 2011
Switch# configure terminal Switch(config)# interface gigabitethernet1/0/1 <--- example interface Switch(config-if)# switchport trunk encapsulation dot1q Switch(config-if)# switchport mode trunk Switch(config-if)# switchport voice vlan 3 <---- example voice vlan 3 Switch(config-if)# switchport trunk native vlan 2 <- example data vlan 2
ex. vlan 2 - data vlan
vlan 3 - voice vlan