[c-nsp] 837 LLQ Policy-Map problem

Eric Helm helmwork at ruraltel.net
Wed Apr 6 15:41:57 EDT 2005


I have an 837 router with 12.3(14)T IOS running.
I have a couple of problems.
First, when making policy-maps, the shape average command does not 
appear in the running config.
Example commands input:
policy-map INGRESS-VOIP-POLICY
  class class-default
   shape average 256000
   service-policy VOIP-LLQ-CHILD

A show run reveals that the 'shape average 256000' is not there.

Furthermore, when I try to apply the service-policy to any interface, or 
an ATM pvc, IOS accepts the command 'service-policy output VOIP-POLICY, 
however a show run reveals that the command is not present. Also a show 
policy-map interface output confirms that there is no service policies 
applied to any interface.
I do have an input service-policy that works as expected.

Does the 837 not support LLQ?
I have several 831 routers with similar IOS that work just fine with 
these commands.

Other potentially relevant config:

class-map match-all VOIP-CONTROL-BANDWIDTH
  match ip dscp cs5
class-map match-all MARK-VOIP-RTP
  match access-group name VOCALDATA-RTP
  match protocol rtp audio
class-map match-all MARK-VOIP-CONTROL
  match access-group name VOCALDATA-VOIP-CONTROL
class-map match-all VOIP-LLQ
  match ip dscp ef
!
policy-map VOIP-LLQ-CHILD
  class VOIP-LLQ
   priority percent 75
  class VOIP-CONTROL-BANDWIDTH
   bandwidth 12
policy-map EGRESS-VOIP-POLICY
  class class-default
   service-policy VOIP-LLQ-CHILD
policy-map MARK-VOIP
  class MARK-VOIP-RTP
   set ip dscp ef
  class MARK-VOIP-CONTROL
   set ip dscp cs5
  class class-default
   set ip dscp default
policy-map INGRESS-VOIP-POLICY
  class class-default
   service-policy VOIP-LLQ-CHILD
!
interface Ethernet0
  ip address 10.10.10.1 255.255.255.0
  ip nat inside
  ip virtual-reassembly
  ip route-cache flow
  service-policy input MARK-VOIP
  hold-queue 100 out
!
interface ATM0
  no ip address
  no atm ilmi-keepalive
  dsl operating-mode auto
  dsl enable-training-log
  pvc 0 0/35
   vbr-rt 256 256 1
   pppoe-client dial-pool-number 1
!
interface Dialer1
  bandwidth 256
  ip address negotiated
  ip mtu 1492
  ip nat outside
  ip virtual-reassembly
  encapsulation ppp
  ip tcp adjust-mss 1452
  dialer pool 1
  dialer-group 1
  fair-queue 64 16 1
  ppp authentication chap callin
  ppp chap hostname username at domain
  ppp chap password 0 password
  ppp multilink
  ppp multilink fragment delay 20
  ppp multilink interleave
  ip rtp reserve 16384 16383 192

Thanks in advance,
/Eric


More information about the cisco-nsp mailing list