Has anyone applied Committed Access Rate on Frame Relay subinteraces?
After receiving a 128kbps circtuit, a second PVC was configured temporarily. Nevertheless, I'm looking for this second pvc not to take up the whole 128kbps and instead rate limit it up to 64kbps both input and outputwise.
Any ideas or thoughts before configuring as shown below?
interface Serial1/0
no ip address
encapsulation frame-relay
no ip mroute-cache
frame-relay lmi-type ansi
!
interface Serial1/0.1 point-to-point
ip address a.b.c.d 255.255.255.252
rate-limit input 64000 1500 2000 conform-action transmit exceed-action drop
frame-relay interface-dlci 100
interface Serial1/0.2 point-to-point
ip address a.b.c.d 255.255.255.252
rate-limit input 64000 1500 2000 conform-action transmit exceed-action drop
frame-relay interface-dlci 200
thank you all!
After receiving a 128kbps circtuit, a second PVC was configured temporarily. Nevertheless, I'm looking for this second pvc not to take up the whole 128kbps and instead rate limit it up to 64kbps both input and outputwise.
Any ideas or thoughts before configuring as shown below?
interface Serial1/0
no ip address
encapsulation frame-relay
no ip mroute-cache
frame-relay lmi-type ansi
!
interface Serial1/0.1 point-to-point
ip address a.b.c.d 255.255.255.252
rate-limit input 64000 1500 2000 conform-action transmit exceed-action drop
frame-relay interface-dlci 100
interface Serial1/0.2 point-to-point
ip address a.b.c.d 255.255.255.252
rate-limit input 64000 1500 2000 conform-action transmit exceed-action drop
frame-relay interface-dlci 200
thank you all!