VLANs
40
Managed Switches
2. Include the ports 1/0/1 and 1/0/2 in VLAN 10.
3. Configure Voice VLAN globally.
4. Configure Voice VLAN mode in the interface 1/0/2.
5. Create the DiffServ class ClassVoiceVLAN.
6. Configure VLAN 10 as the matching criteria for the class.
7. Create the DiffServ policy PolicyVoiceVLAN.
8. Map the policy and class and assign them to the higher-priority queue.
9. Assign it to interfaces 1/0/1 and 1/0/2.
(Netgear Switch) (Config)#interface range 1/0/1-1/0/2
(Netgear Switch) (conf-if-range-1/0/1-1/0/2)#vlan participation include 10
(Netgear Switch) (conf-if-range-1/0/1-1/0/2)#vlan tagging 10
(Netgear Switch) (conf-if-range-1/0/1-1/0/2)#exit
(Netgear Switch) (Config)# voice vlan
(Netgear Switch) (Config)#interface 1/0/2
(Netgear Switch) (Interface 1/0/2)#voice vlan 10
(Netgear Switch) (Interface 1/0/2)#exit
(Netgear Switch) (Config)#class-map match-all ClassVoiceVLAN
(Netgear Switch) (Config-classmap)#match vlan 10
(Netgear Switch) (Config)#policy-map PolicyVoiceVLAN in
(Netgear Switch) (Config-policy-map)#class ClassVoiceVLAN
(Netgear Switch) (Config-policy-classmap)#assign-queue 3
(Netgear Switch) (Config-policy-classmap)#exit
(Netgear Switch) (Config)#interface range 1/0/1-1/0/2
(Netgear Switch) (conf-if-range-1/0/1-1/0/2)# service-policy in PolicyVoiceVLAN