Configuration Guide     470
Configuring Voice VLAN Voice VLAN Configuration
Step 13 end
Return to privileged EXEC mode.
Step 14 copy running-config startup-config
Save the settings in the configuration file.
The following example shows how to set port 1/0/1 in manual voice VLAN mode. Configure 
the switch to forward voice traffic with an IEEE 802.1p priority of 5 and to transmit only 
voice traffic whose resource MAC address matches an OUI address in the voice VLAN : 
Switch#configure
Switch(config)#vlan 10
Switch(config-vlan)#name VoiceVLAN
Switch(config-vlan)#exit
Switch(config)#voice vlan priority 5
Switch(config)#voice vlan 10
Switch(config)#interface gigabitEthernet 1/0/1
Switch(config-if)#switchport voice vlan mode manual
Switch(config-if)#switchport voice vlan security 
Switch(config-if)#switchport general allowed vlan 10 untagged
Switch(config-if)#show voice vlan
 Voice VLAN status: Enabled
 VLAN ID: 10
 Aging Time: 1440
 Voice Priority: 5
Switch(config-if)#show voice vlan switchport
 Port       Auto-mode    Security     State        LAG
 ------       ------------       ------------    ------------  ------
 Gi1/0/1    Manual       Enabled      Active       N/A
 Gi1/0/2    Auto           Disabled     Inactive     N/A
 Gi1/0/3    Auto           Disabled     Inactive     N/A
......
Switch(config-if)#end
Switch#copy running-config startup-config