cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
600
Views
0
Helpful
1
Replies

custom-queue-list on FR subinterface

admin_2
Level 3
Level 3

Do custom-queue-list definitions apply to Frame-Relay subinterfaces. I liked to configure something like that:

<p>

interface Serial1/0.4 point-to-point

<p>ip address 10.1.1.5 255.255.255.0

<p>frame-relay class test

<p>frame-relay interface-dlci 54

<p>map-class frame-relay test

<p>no frame-relay adaptive-shaping

<p>frame-relay custom-queue-list 1

<p>queue-list 1 protocol ip 1 list 100

<p>queue-list 2 protocol ip 2 list 101

<p>queue-list 1 default 3

<p>queue-list 1 queue 1 byte-count 2048

<p>queue-list 1 queue 2 byte-count 1024

<p>queue-list 1 queue 3 byte-count 512

<p>

We have more than one subinterface on a frame-relay link. On one we like to do traffic management on the others not.

1 Reply 1

Not applicable

You're on the right track. Just apply the map-class created to the sub-interface

dlci you're intrested in.

the other sub interface would not be affected unless you use the same map-class for them.

if they also need to have parameters added to them via a map

class, then creat and entirely different one for the other.

Each dlci inherits only the map-class attached to it, or

if none is attched inherits the map-class attached to the physical

interface.

Review Cisco Networking for a $25 gift card