FRTS Only allowing 50% total bandwidth to Map Classes...?

From: Michael Stewart (skidazzle@gmail.com)
Date: Mon Aug 27 2007 - 10:23:14 ART


 Hi all,

I have a lab router with a DS3, and I am having an issue assigning more than
50% to the Map Class which is assigned to the sub-int. I cannot figure out
how to raise this limit... Is this possible? What am I missing?

Please see config and output below... Thanks in advance!!:

Michael

lab-r1(config-if)#int s1/0.301
lab-r1(config-subif)#frame-relay class CLASS1
I/f Serial1/0.301 DLCI 301 class VOICE-MEDIA requested bandwidth 32768
(kbps), available only 22500 (kbps)
lab-r1(config-subif)#exit
lab-r1(config)#policy-map OUTBOUND
lab-r1(config-pmap)# class VOICE-MEDIA
lab-r1(config-pmap-c)# priority 22500
lab-r1(config-pmap-c)#exit
lab-r1(config-pmap)#exit
lab-r1(config)#int s1/0.301
lab-r1(config-subif)#frame-relay class CLASS1
I/f Serial1/0.301 DLCI 301 class VOICE-SIGNALING requested bandwidth 1024
(kbps), available only 0 (kbps)
lab-r1(config-subif)#exit
lab-r1(config)#policy-map OUTBOUND
lab-r1(config-pmap)# class VOICE-MEDIA
lab-r1(config-pmap-c)# priority 21476
lab-r1(config-pmap-c)#exit
lab-r1(config-pmap)#exit

class-map match-all VOICE-SIGNALING
  description Voice Signaling
 match dscp af31
class-map match-all IN-VOICEMEDIA
 match access-group name VOICEMEDIA
class-map match-all VOICE-MEDIA
  description Voice Media Stream
 match dscp ef
class-map match-all IN-VOICESIGNAL
 match access-group name VOICESIGNAL
!
!
policy-map OUTBOUND
 class VOICE-MEDIA
  priority 21476
 class VOICE-SIGNALING
  bandwidth 1024
policy-map INBOUND
 class IN-VOICEMEDIA
  set ip dscp ef
 class IN-VOICESIGNAL
  set ip dscp af31
 class class-default
  set ip dscp default

interface Serial1/0
 bandwidth 44210
 no ip address
 encapsulation frame-relay IETF
 ip route-cache flow
 load-interval 30
 dsu bandwidth 44210
 scramble
 serial restart-delay 0
 frame-relay traffic-shaping
 max-reserved-bandwidth 95

interface Serial1/0.301 point-to-point
 description External Customer
 ip address 10.10.10.1 255.255.255.252
 frame-relay class CLASS1
 frame-relay interface-dlci 301 IETF

ip access-list extended VOICEMEDIA
 permit udp any range 6384 32767 any range 6384 32767
ip access-list extended VOICESIGNAL
 permit udp any eq 5060 any
!
!
map-class frame-relay CLASS1
 frame-relay cir 45000000
 service-policy output OUTBOUND



This archive was generated by hypermail 2.1.4 : Sat Sep 01 2007 - 11:32:13 ART