At one of our offices I'll be putting in VoIP phones(nortel i series) and I'm going to setup the router for QoS over the PTP connection. Here is what I have for if it was a frame-relay connection, how can I translate this to PTP, and is using LLQ the best for PTP(using it for frame relay since FR strips off other QoS methods). Here is the config for QoS...
class-map voice-signaling
match access-group 103
class-map voice-traffic
match access-group 102
!
!
policy-map voice-policy
class voice-traffic
priority 300
class voice-signaling
bandwidth 8
class class-default
fair-queue
map-class frame-relay VoIPovFR
no frame-relay adaptive-shaping
frame-relay cir 768000
frame-relay bc 7680
frame-relay be 0
frame-relay mincir 768000
frame-relay fair-queue
frame-relay fragment 1000
access-list 102 permit udp any any range 16384 32767
access-list 103 permit tcp any eq 1720 any
access-list 103 permit tcp any any eq 1720
access-list 103 permit ip 192.9.180.0 0.0.0.255 any
Please let me know what you think, TIA!
class-map voice-signaling
match access-group 103
class-map voice-traffic
match access-group 102
!
!
policy-map voice-policy
class voice-traffic
priority 300
class voice-signaling
bandwidth 8
class class-default
fair-queue
map-class frame-relay VoIPovFR
no frame-relay adaptive-shaping
frame-relay cir 768000
frame-relay bc 7680
frame-relay be 0
frame-relay mincir 768000
frame-relay fair-queue
frame-relay fragment 1000
access-list 102 permit udp any any range 16384 32767
access-list 103 permit tcp any eq 1720 any
access-list 103 permit tcp any any eq 1720
access-list 103 permit ip 192.9.180.0 0.0.0.255 any
Please let me know what you think, TIA!