|
Cisco Config Cookbook
Frame Relay Speed Settings
map-class frame-relay isp
frame-relay adaptive-shaping becn
frame-relay cir 384000
frame-relay bc 96000
frame-relay be 0
frame-relay mincir 128000
!
Remember, for Cisco "cir" is max speed (ie burst) and mincir is cir.
Then, int the interface config, use
interface Serial0/0.300 point-to-point
description Connected to sample
ip address 192.168.133.1 255.255.255.252
frame-relay class isp
frame-relay de-group 1 300
frame-relay interface-dlci 300 IETF
frame-relay payload-compression FRF9 stac software
!
|