cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
351
Views
0
Helpful
2
Replies

Problem with qos ATM

pesanchez2001
Level 1
Level 1

Hi,

I want to establish qos in two router. The principal router Asr 1000 and the Remote site 1, but that not function. When i review the access list in principal router Asr 1000 i can´t see matching but at the router in Remote site 1  it function.

Follow configuration.

Please explain to me what  happen.

Reggards.

-------------------------QoS Router in principal site ASR1000 --------------------------

!
class-map match-any Trafico-Voz
  match access-group name Trafico-Voz
class-map match-all Signaling-Voz
  match access-group name Signaling-Voz
class-map match-all aplication1
  match access-group name aplication1
class-map match-all aplication2
  match access-group name aplication2
!    
policy-map QoS_384Kbps
  class Trafico-Voz
    priority 80
  class Signaling-Voz
    bandwidth 40
  class aplication1
    bandwidth 150
  class aplication2
    bandwidth 40
  class class-default
    fair-queue
    random-detect
!
policy-map QoS-384Kbps
  class class-default
    shape average 384000
   service-policy QoS_384Kbps
!
!
ip access-list extended aplication1
permit tcp host 10.112.1.32 eq 10001 any
!
ip access-list extended aplication2
permit tcp host 10.112.1.26 eq 80 any
!
ip access-list extended Signaling-Voz
remark Match Signaling de Voz
permit tcp any any eq 1720
permit tcp any eq 1720 any
permit tcp any any eq 2000
permit tcp any eq 2000 any
permit tcp any any range 11000 11999
permit tcp any range 11000 11999 any
permit tcp any any range 2001 2002
permit tcp any range 2001 2002 any
!
ip access-list extended Trafico-Voz
remark Match Trafico de Voz
permit udp any any range 16384 32767
permit udp any range 16384 32767 any
permit ip any any dscp ef
!        
!  
interface ATM0/0/0.83 point-to-point
description Remote site 1
bandwidth 384
ip address 10.1.83.1 255.255.255.252
ip verify unicast reverse-path
ip flow ingress
ip summary-address eigrp 100 0.0.0.0 0.0.0.0 5
no atm enable-ilmi-trap
pvc 0/83
  protocol ip 10.1.83.2 broadcast
  vbr-nrt 384 384 1
  encapsulation aal5snap
  service-policy output QoS-384Kbps
!

-------------------------
-------------------------


------------------------------QoS Remote site 1 ---------------------------

!
class-map match-any Trafico-Voz
  match access-group name Trafico-Voz
class-map match-all Signaling-Voz
  match access-group name Signaling-Voz
class-map match-all aplication1
  match access-group name aplication1
class-map match-all aplication2
  match access-group name aplication2
!    
policy-map QoS_384Kbps
  class Trafico-Voz
    priority 80
  class Signaling-Voz
    bandwidth 40
  class aplication1
    bandwidth 150
  class aplication2
    bandwidth 40
  class class-default
    fair-queue
    random-detect
!
policy-map Frame-Relay-Shape-384Kbps
  class class-default
    shape average 384000
   service-policy QoS_384Kbps
!
!
ip access-list extended aplication1
permit tcp any host 10.112.1.32 eq 10001
!
ip access-list extended aplication2
permit tcp any host 10.112.1.26 eq 80
!
ip access-list extended Signaling-Voz
remark Match Signaling de Voz
permit tcp any any eq 1720
permit tcp any eq 1720 any
permit tcp any any eq 2000
permit tcp any eq 2000 any
permit tcp any any range 11000 11999
permit tcp any range 11000 11999 any
permit tcp any any range 2001 2002
permit tcp any range 2001 2002 any
!
ip access-list extended Trafico-Voz
remark Match Trafico de Voz
permit udp any any range 16384 32767
permit udp any range 16384 32767 any
permit ip any any dscp ef
!
!        
map-class frame-relay QoS-384kbps
frame-relay fragment 480
no frame-relay adaptive-shaping
service-policy output Frame-Relay-Shape-384Kbps
!
!
!        
interface Serial0/1/0.83 point-to-point
description Remote site 1
ip address 10.1.83.2 255.255.255.252
frame-relay interface-dlci 83 
  class QoS-384kbps

2 Replies 2

pesanchez2001
Level 1
Level 1

Hi, Any answer?

Reggards.

mlund
Level 7
Level 7

Hi

I'm not familar with the asr1000, but can You try with

"show policy-map interface"

that is usually where You find the info of how QoS is working.

/Mikael

Review Cisco Networking for a $25 gift card