Tuesday, September 30, 2008

Frame Relay Traffic Shaping - Part II

If there is a requirement to apply the same traffic shaping policy to a number of DLCI’s under the same interface this can be achieved by simply defining under each individual DLCI as follows

int s2/0
frame-relay traffic-shaping
frame-relay interface-dlci x
class generic

frame-relay interface-dlci y
class generic

frame-relay interface-dlci z
class generic


However this can also be achieved by simplying applying the class under the main physical interface.

Int s2/0
Frame-relay class generic

No comments: