cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
381
Views
0
Helpful
4
Replies

Frame Relay QOS Config

paul.coley
Level 1
Level 1

I am working with 2621xm IOS (12.2(15)T10)

and I am looking for a basic QOS configuration to use so that I can prioritize traffic from my inside network to an external host IP. Below is what I think should work...please provide any suggestions/feedback.

class-map match-all CLASS-DEBIT

match access-group name Debit-out

!

!

policy-map QOSPOLICY

class CLASS-DEBIT

bandwidth 10

random-detect

ip access-list extended Debit-out

permit ip 10.200.10.0 0.0.0.255 XX.XX.XX.0 XXX.XXX.XXX.XXX

Applied to frame interface

frame-relay class QOSPOLICY

1 Accepted Solution

Accepted Solutions

show frame pvc [dlci]

View solution in original post

4 Replies 4

Edison Ortiz
Hall of Fame
Hall of Fame

'frame-relay class' command will reference a map-class not a class-map :)

class-map match-all CLASS-DEBIT

match access-group name Debit-out

!

!

policy-map QOSPOLICY

class CLASS-DEBIT

bandwidth 10

random-detect

map-class frame-relay QOSPOLICY

service-policy output QOSPOLICY

interface sx/x

frame-relay class QOSPOLICY

what are the show commands that can be used to see if this works?

I did a show int s0/0 and the queueing strategy is still FIFO

show frame pvc [dlci]

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:

Review Cisco Networking products for a $25 gift card