Map-class frame XXX - when is service-policy output available?

From: Jason Cash (cash2001@swbell.net)
Date: Mon Apr 21 2003 - 18:12:30 GMT-3


I have been told in prior emails to apply a policy map to the 'map-class
frame-relay' portion of the config. However, I am unable to see this
option.
 
r4(config)#map-class frame-relay voice
r4(config-map-class)#?
Static maps class configuration commands:
  default Set a command to its defaults
  exit-class Exit from static map class configuration mode
  frame-relay Configure Map parameters
  help Description of the interactive help system
  no Negate a command or set its defaults
 
At what point is this available as I swore I saw it once in the past?!
 
Also, what is the difference in configuring it this way:
 
class-map data
  match access-group 106
class-map voice
  match access-group 105
!
policy-map voice
  class voice
    priority 80
  class data
    priority 48
!
interface Serial0
 ip address 150.50.100.5 255.255.255.224
 encapsulation frame-relay
 no ip mroute-cache
 load-interval 30
 service-policy output voice
 frame-relay traffic-shaping
 frame-relay class voice
 frame-relay map ip 150.50.100.2 501 broadcast rtp header-compression
active connections 256
 frame-relay map ip 150.50.100.5 501
 frame-relay map ip 150.50.100.6 501 broadcast
 no frame-relay inverse-arp
!
map-class frame-relay SHAPE
 frame-relay cir 128000
 frame-relay bc 1280
 frame-relay be 0
 no frame-relay adaptive-shaping
 
As opposed to configuring it like this (when it is available):
 
class-map data
  match access-group 106
class-map voice
  match access-group 105
!
policy-map voice
  class voice
    priority 80
  class data
    priority 48
!
interface Serial0
 ip address 150.50.100.5 255.255.255.224
 encapsulation frame-relay
 no ip mroute-cache
 load-interval 30
 frame-relay traffic-shaping
 frame-relay class voice
 frame-relay map ip 150.50.100.2 501 broadcast rtp header-compression
active connections 256
 frame-relay map ip 150.50.100.5 501
 frame-relay map ip 150.50.100.6 501 broadcast
 no frame-relay inverse-arp
!
map-class frame-relay voice
 frame-relay cir 128000
 frame-relay bc 1280
 frame-relay be 0
 service-policy output voice
 no frame-relay adaptive-shaping



This archive was generated by hypermail 2.1.4 : Thu May 01 2003 - 13:36:00 GMT-3