Hi Taugers!

I'm a bit of a cisco newb, and I was wondering if someone here could smack me around with a cisco clue stick :-)

I'm in the midst of trying to prioritize my IAX2 connections, and have the rest of my connections do fair-queue.

I found the following on http://www.voip-info.org/wiki/view/QoS+Cisco (below). This is for the use-case with a ADSL WIC installed. (hence the ATM interface in the example)

I am connecting a ADSL modem to a Cisco 2611, and running a PPPoE client on the route which is similar, however I'm not sure where to apply the outbound service-policy.

I figure it doesn't make sense to connect it to int eth 0/1, which is PPPoE to the modem. I don't think it makes sense to apply it to the Dialer1 interface.

Virtual-Access, Virtual-Template - can someone clear some confusion for me please - thanks!

I'm using IOS 12.3(26).

/Mark
-------

       class-map match-any signaling

       match access-group 102
       class-map match-any voice
       match access-group 101

       policy-map VoicePolicy
       class voice
         priority 384
       class signaling
         priority 128
       class class-default
         fair-queue

       interface ATM0/0/0
       no ip address
       no atm ilmi-keepalive
       bundle-enable
       dsl operating-mode auto
       pvc 0/35
         vbr-nrt 768 768
         tx-ring-limit 3
         service-policy output VoicePolicy
         pppoe-client dial-pool-number 1

       interface Dialer0
       ip unnumbered FastEthernet0/0
       no ip redirects
       no ip unreachables
       ip mtu 1492
       encapsulation ppp
       no ip route-cache cef
       no ip route-cache
       ip tcp adjust-mss 1452
       no ip mroute-cache
       dialer pool 1
       no cdp enable
       ppp authentication pap chap callin
       ppp pap sent-username <your PPPoE Username> password 0 <Your
       PPPoE Password>

       access-list 101 remark ***QoS for RTP and IAX***
       access-list 101 permit udp any any dscp ef
       access-list 102 remark ***QOS for SIP***
       access-list 102 permit udp any any dscp af41


Reply via email to