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

Reply via email to