class-map match-all VoIp_Signaling
match access-group 102
class-map match-all VoIp_RTP
match access-group 101
!
!
policy-map VoIp
class VoIp_RTP
priority 48
class VoIp_Signaling
bandwidth 16
class class-default
fair-queue
!
call rsvp-sync
access-list 101 permit udp x.x.x.x x.x.x.x y.y.y.y y.y.y.y range 16384 32767
access-list 102 permit tcp x.x.x.x x.x.x.x y.y.y.y y.y.y.y eq 1720
int eth 0
service-policy output VoIp
|