I agree with you.

Is your choice to apply the map-class to a specific DLCI or every DLCI
active in the physical interface.

A good example of a mix of both methods is when you want to shape for
instance at 128kbps traffic out to DLCI and at 192kbps traffic out to any
other DLCI of the same interface:

map-class frame-relay DLCI_SPECIFIC
 frame-relay cir 128000
 frame-relay bc 1280
!
map-class frame-relay DLCI_OTHERS
 frame-relay cir 192000
 frame-relay bc 24000
!
interface Serial0/0
frame-relay traffic-shaping
frame-relay class DLCI_OTHERS
frame-relay interface-dlci 201
  class DLCI_SPECIFIC
!
!

Cheers
Diego.


2011/6/28 marc abel <[email protected]>

> Can anyone explain the logic or give some advice around when to apply
> frame-relay map-class under the interface or under the dlci?
>
> For instance this would be under the DLCI:
>
> interface Serial0/0/0
>  bandwidth 64
>  ip address 150.100.24.4 255.255.255.0
>  encapsulation frame-relay
>  ip ospf network point-to-point
>  frame-relay traffic-shaping
>  frame-relay map ip 150.100.24.2 402 broadcast
>  frame-relay interface-dlci 402
>  class QOS
>  no frame-relay inverse-arp
>  frame-relay lmi-type cisco
> end
>
> Under the interface:
>
> interface Serial0/0/0
>  bandwidth 64
>  ip address 150.100.24.4 255.255.255.0
>  encapsulation frame-relay
>  ip ospf network point-to-point
>  frame-relay class QOS
>  frame-relay traffic-shaping
>  frame-relay map ip 150.100.24.2 402 broadcast
>  no frame-relay inverse-arp
>  frame-relay lmi-type cisco
> end
>
>
> The first seems to shape just the DLCI in question per policy and all
> others get a default policy, the second shapes all the DLCI's the
> same.
>
> Thank you,
>
> Marc
> _______________________________________________
> For more information regarding industry leading CCIE Lab training, please
> visit www.ipexpert.com
>
> Are you a CCNP or CCIE and looking for a job? Check out
> www.PlatinumPlacement.com
>
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Reply via email to