cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
272
Views
0
Helpful
3
Replies

Traffic shaping

rmv72
Level 1
Level 1

i have next situation-

Router 2610

!

class-map match-all tcp

match access-group name tcp

class-map match-all ftpserver

match access-group name ftpserver

class-map match-all webserver

match access-group name webserver

!

!

policy-map internet

class webserver

bandwidth 64

class ftpserver

bandwidth 128

shape average 256000

class tcp

bandwidth 320

class class-default

fair-queue

!

!

interface Serial0/0

bandwidth 512

no ip address

max-reserved-bandwidth 100

encapsulation frame-relay

no ip route-cache

no ip mroute-cache

load-interval 30

frame-relay ip rtp header-compression

!

interface Serial0/0.1 multipoint

frame-relay class INTERNET

frame-relay map ip A.B.C.D 100 CISCO

!

!

map-class frame-relay INTERNET

no frame-relay adaptive-shaping

frame-relay cir 512000

frame-relay mincir 512000

service-policy output internet

!

=========================

2610(config)#int s0/0

2610(config-if)#frame-relay traffic-shaping

Traffic shaping not enabled due to invalid policy in map-class INTERNET

Why i can't enable that policy?

3 Replies 3

allan.wells
Level 3
Level 3

GTS : shape command within a policymap not supported over FR VCs

Router(config-subif)#frame-relay interface-dlci 100

Removing invalid map-class from subinterface

But if i remove line

shape average 256000

from policy-map internet class ftpserver

i can enable policy

Gday again,

If you remove the frame-relay map ip A.B.C.D 100 CISCO

from interface Serial0/0.1 multipoint

Leave the rest as it was originally then apply the policy to serial0/0.1 what happens ?

Allan

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: