You are on page 1of 1

ip access-list extended VOIP

permit udp any any range 10000 30000


exit
ip access-list extended SENALIZACION
permit udp any any eq 5060
exit
ip access-list extended CORREO
permit tcp any host 172.20.114.3 eq 993
permit tcp any host 172.20.114.3 eq 587
exit

class-map match-all VOZ


match access-group name VOIP
match access-group name SENALIZACION
exit
class-map match-all MAIL
match access-group name CORREO
exit

policy-map POLITICAS
class VOZ
set ip dscp EF
exit
class MAIL
set ip dscp AF43
exit
class class-default
set ip dscp AF42
exit

You might also like