Mtcna PDF 360 Paginas Espanol Mikrotik Certified Network Associate

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

class-map match-any Traff.

voz
match ip precedence 5
match protocol sip
match access-group name Ports_Audio
class-map match-all Limit_BW
match access-group 111
!
!
policy-map QoS
class Traff.voz
bandwidth percent 70
class class-default
fair-queue
policy-map BW_Contratado
class Limit_BW
shape average 6000000
service-policy QoS

interface FastEthernet0/0
description Interface WAN para el servicio de INTERNET
bandwidth 60000
ip address x.x.x.x x.x.x.x
ip nbar protocol-discovery
ip nat outside
ip virtual-reassembly
ip route-cache flow
duplex auto
speed auto8
service-policy output BW_Contratado --> (Policy MAP QoS)

ip access-list extended Ports_Audio


permit udp any any range 10000 32000
permit tcp any any range 10000 32000

You might also like