runlikeanantelope
IS-IT--Management
I applied traffic-shaping to my serial interface, created a class map, and applied it to the subinterface as follows:
interface Serial0/0
no ip address
encapsulation frame-relay IETF
no ip route-cache
no ip mroute-cache
no fair-queue
frame-relay traffic-shaping
frame-relay lmi-type ansi
interface Serial0/0.37 point-to-point
description Frame Relay to Healthpoint
ip address 10.1.4.3 255.255.255.0
no ip route-cache
no ip mroute-cache
frame-relay class GHS128K
frame-relay interface-dlci 37
map-class frame-relay GHS128K
frame-relay traffic-rate 128000 128000
frame-relay adaptive-shaping becn
frame-relay cir 128000
However, when I do a show frame-relay pvc this is what I get. It shows pckts and bytes delayed, but shaping says "inactive". What did I miss?
GATEWAY#show frame-relay pvc 37
PVC Statistics for interface Serial0/0 (Frame Relay DTE)
DLCI = 37, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0.37
input pkts 9264422 output pkts 9316044 in bytes 1891264888
out bytes 3734785386 dropped pkts 0 in FECN pkts 0
in BECN pkts 798 out FECN pkts 0 out BECN pkts 0
in DE pkts 345184 out DE pkts 0
out bcast pkts 51138 out bcast bytes 17028954
5 minute input rate 124000 bits/sec, 10 packets/sec
5 minute output rate 2000 bits/sec, 6 packets/sec
Shaping adapts to BECN
pvc create time 5w0d, last time pvc status changed 4w2d
cir 128000 bc 128000 be 0 byte limit 2000 interval 125
mincir 64000 byte increment 2000 Adaptive Shaping BECN
pkts 6215 bytes 978874 pkts delayed 778 bytes delayed 354286
shaping inactive
traffic shaping drops 0
Queueing strategy: fifo
Output queue 0/40, 0 drop, 778 dequeued
GATEWAY#
interface Serial0/0
no ip address
encapsulation frame-relay IETF
no ip route-cache
no ip mroute-cache
no fair-queue
frame-relay traffic-shaping
frame-relay lmi-type ansi
interface Serial0/0.37 point-to-point
description Frame Relay to Healthpoint
ip address 10.1.4.3 255.255.255.0
no ip route-cache
no ip mroute-cache
frame-relay class GHS128K
frame-relay interface-dlci 37
map-class frame-relay GHS128K
frame-relay traffic-rate 128000 128000
frame-relay adaptive-shaping becn
frame-relay cir 128000
However, when I do a show frame-relay pvc this is what I get. It shows pckts and bytes delayed, but shaping says "inactive". What did I miss?
GATEWAY#show frame-relay pvc 37
PVC Statistics for interface Serial0/0 (Frame Relay DTE)
DLCI = 37, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0.37
input pkts 9264422 output pkts 9316044 in bytes 1891264888
out bytes 3734785386 dropped pkts 0 in FECN pkts 0
in BECN pkts 798 out FECN pkts 0 out BECN pkts 0
in DE pkts 345184 out DE pkts 0
out bcast pkts 51138 out bcast bytes 17028954
5 minute input rate 124000 bits/sec, 10 packets/sec
5 minute output rate 2000 bits/sec, 6 packets/sec
Shaping adapts to BECN
pvc create time 5w0d, last time pvc status changed 4w2d
cir 128000 bc 128000 be 0 byte limit 2000 interval 125
mincir 64000 byte increment 2000 Adaptive Shaping BECN
pkts 6215 bytes 978874 pkts delayed 778 bytes delayed 354286
shaping inactive
traffic shaping drops 0
Queueing strategy: fifo
Output queue 0/40, 0 drop, 778 dequeued
GATEWAY#