I believe this should work for you.

interface Serial0/0
 description
 no ip address
 encapsulation frame-relay
 no ip mroute-cache
 logging event subif-link-status
 logging event dlci-status-change
 frame-relay traffic-shaping
!         
interface Serial0/0.1 point-to-point
 description to REMOTE SITE 1
 ip address 192.168.1.30 255.255.255.252
 no arp frame-relay
 frame-relay interface-dlci 16   
!         
interface Serial0/0.2 point-to-point
 description to REMOTE SITE 2
 bandwidth 512
 ip address 192.168.1.25 255.255.255.252
 no arp frame-relay
 frame-relay interface-dlci 17
 frame-relay class DLCI17

map-class frame-relay DLCI17
        frame-relay custom-queue-list 1

queue-list 1 protocol ip ........
  

-----Original Message-----
From: Brad M [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 30, 2001 1:57 AM
To: [EMAIL PROTECTED]
Subject: custom queueing on seperate dlci's [7:24625]


Hi all.

I've got a situation where I want to apply a custom queue list to a dlci
under my frame-relay connection.  I can apply the custom-queue-list to my
serial interface, but not the sub serial interfaces.

For example here is a piece of my config:

interface Serial0/0
 description
 no ip address
 encapsulation frame-relay
 no ip mroute-cache
 logging event subif-link-status
 logging event dlci-status-change
 custom-queue-list 1
!         
interface Serial0/0.1 point-to-point
 description to REMOTE SITE 1
 ip address 192.168.1.30 255.255.255.252
 no arp frame-relay
 frame-relay interface-dlci 16   
!         
interface Serial0/0.2 point-to-point
 description to REMOTE SITE 2
 bandwidth 512
 ip address 192.168.1.25 255.255.255.252
 no arp frame-relay
 frame-relay interface-dlci 17   

What I would like to do is apply that custom-queue-list to only dlci 17
(REMOTE SITE 2).  I don't want to use it whatsoever for dlci 16.

Is this possible?
Any help/responses will be very helpful.

Thanks,

Brad M.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=24646&t=24625
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to