Group,
Is there a difference b/n the following two configs ? My task is to give
VOIP traffic (with DSCP=EF) of 64kbps priority on DLCI 502.
*Config-1:*
class-map VOIP
   match dscp ef
!
policy-map SHAPE_502
  class VOIP
     priority 64
  class class-default
    shape peak 128000 6400 6400
    shape adaptive 128000
!
map-class frame-relay DLCI_502
   service-policy SHAPE_502
!
interface s0/0/0
   frame-relay interface-dlci 502
      class DLCI_502
*
**Config-2:*
class-map VOIP
   match dscp ef
!
policy-map LLQ
  class VOIP
     priority 64
!
policy-map SHAPE_502
   class class-default
     shape peak 128000 6400 6400
     shape adaptive 128000
     shape fr-voice-adapt
     service-policy LLQ
!
map-class frame-relay DLCI_502
   service-policy SHAPE_502
!
interface s0/0/0
   frame-relay interface-dlci 502
      class DLCI_502
Thanks,
Naveen.
Blogs and organic groups at http://www.ccie.net
Received on Sat Apr 04 2009 - 13:09:28 ART
This archive was generated by hypermail 2.2.0 : Mon May 04 2009 - 07:39:11 ART