RE: Map-class frame XXX - when is service-policy output

From: Brian Dennis (brian@labforge.com)
Date: Thu Apr 24 2003 - 01:04:03 GMT-3


Check out IOS version 12.1T.

Rack6R2#sho ver | in (^IOS)|(bin)
IOS (tm) C2600 Software (C2600-JK2O3S-M), Version 12.1(5)T9, RELEASE
SOFTWARE (fc1)
System image file is "flash:c2600-jk2o3s-mz.121-5.T9.bin"
Rack6R2#conf t
Rack6R2(config)#map-class frame-relay cisco
Rack6R2(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
  service-policy class-based service policy

Rack6R2(config-map-class)#service-policy ?
  input input policy
  output output policy

Brian Dennis, CCIE #2210 (R&S/ISP-Dial/Security)
Director of CCIE Training and Development - IPexpert, Inc.
Mailto: brian@ipexpert.net
Toll Free: 866.225.8064
Outside U.S. & Canada: 312.321.6924

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Jason Cash
Sent: Monday, April 21, 2003 2:13 PM
To: ccielab@groupstudy.com
Subject: Map-class frame XXX - when is service-policy output available?

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:04 GMT-3