cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
305
Views
0
Helpful
2
Replies

FR Traffic Policing

k.korlyakov
Level 1
Level 1

In the output of "show frame-relay pvc int s0/3 234" policing is always disabled by reason "invalid configuration". Why ?

My configuration:

interface Serial0/2

no ip address

encapsulation frame-relay

no fair-queue

frame-relay interface-dlci 234 switched

class mypolicing

frame-relay lmi-type ansi

frame-relay intf-type dce

frame-relay policing

interface Serial0/3

no ip address

encapsulation frame-relay

no fair-queue

frame-relay interface-dlci 234 switched

class mypolicing

frame-relay lmi-type ansi

frame-relay intf-type dce

frame-relay policing

map-class frame-relay mypolicing

frame-relay tc 100

frame-relay cir in 600

frame-relay cir out 600

frame-relay bc in 600

frame-relay bc out 600

frame-relay be in 100

frame-relay be out 100

frame-relay holdq 10

no frame-relay adaptive-shaping

connect R2-to-R4 Serial0/3 234 Serial0/2 234

R3#sho frame-relay pvc int s0/3 234

PVC Statistics for interface Serial0/3 (Frame Relay DCE)

DLCI = 234, DLCI USAGE = SWITCHED, PVC STATUS = ACTIVE, INTERFACE = Serial0/3

input pkts 5 output pkts 11 in bytes 520

out bytes 2722 dropped pkts 0 in FECN pkts 0

in BECN pkts 0 out FECN pkts 0 out BECN pkts 0

in DE pkts 0 out DE pkts 0

out bcast pkts 0 out bcast bytes 0

switched pkts 5

Detailed packet drop counters:

no out intf 0 out intf down 0 no out PVC 0

in PVC down 0 out PVC down 0 pkt too big 0

shaping Q full 0 pkt above DE 0 policing drop 0

pvc create time 00:02:49, last time pvc status changed 00:02:41

policing disabled: invalid configuration, 0 pkts marked DE

policing Bc 600 policing Be 96 policing Tc 1000 (msec)

in Bc pkts 0 in Be pkts 0 in xs pkts 0

in Bc bytes 0 in Be bytes 0 in xs bytes 0

Thanks.

2 Replies 2

a-vazquez
Level 6
Level 6

Add R3 (config)#map-class frame-relay mypolicing

That’s all I see at a glance. Let me know if that does it for you.

But map-class frame-relay mypolicing is already defined on R3 (see it after Serial0/3 configuration).