Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating voice vlan on a cisco swiitch

Status
Not open for further replies.

mathews84

Technical User
Oct 20, 2009
18
AE
Hi

i am basically a nortel networks guy.last day i came across a cisco routing switch and want to create a voice vlan on all ports.can someone help as it is quite urgent.
 
The basic procedure is:

1/ Create the VLAN on the switch, eg:
vlan 200
name "VOICE"

2/ Add the voice VLAN to the uplink port, eg:
interface g1/0/50
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allow vlan [data],200

3/ Configure the VLANs to all ports, eg:
interface range g1/0/1-1/0/48
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk native vlan [data]
switchport trunk allow vlan [data],200
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top