Being sort of new using Frame Relay, I would like to know what difference does it make whether I use a map-class or set parameters (for instance applying a policy map)directly on an interface?
For instance:
map-class frame-relay map1
service-policy output dosomething
no frame-relay adaptive-shaping
!
(then applying it on an interface)
and on the other hand:
interface ser0/0
service-policy output dosomething
...
For instance:
map-class frame-relay map1
service-policy output dosomething
no frame-relay adaptive-shaping
!
(then applying it on an interface)
and on the other hand:
interface ser0/0
service-policy output dosomething
...