Port 1/0/2
Internet
Layer 3 Switch
operating as Router 2
Port 1/0/3
Layer 3 Switch
operating as Router 1
Figure
11-28
ProSafe 7000 Managed Switch Software Administration Manual, Release 8.0.3
11-21
Differentiated Services
v1.0, June 2010
CLI: DiffServ for VoIP
The following example configures DiffServ VoIP support:
Enter Global Config mode. Set queue 5 on all ports to use strict priority mode. This queue shall be used for
all VoIP packets. Activate DiffServ for the switch.
(Netgear Switch) #config
(Netgear Switch) (Config)#cos-queue strict 5
(Netgear Switch) (Config)#diffserv
Create a DiffServ classifier named 'class_voip' and define a single match criterion to detect UDP packets.
The class type “match-all” indicates that all match criteria defined for the class must be satisfied in order for
a packet to be considered a match.
(Netgear Switch) (Config)#class-map match-all class_voip
(Netgear Switch) (Config class-map)#match protocol udp
(Netgear Switch) (Config class-map)#exit