From: MADMAN (dmadlan@xxxxxxxxx)
Date: Mon Mar 04 2002 - 18:23:08 GMT-3
That's an interesting configuration being that I have run into that
problem and what I did was reconfigure the interfaces to p-p which is my
preferance anyway. The interface dlci is really a p-p interface command
so I'm not sure if this is a supported config especially using both the
interface dlci and map commands for the same DLCI on the same interface.
Dave
"Lupi, Guy" wrote:
>
> Am I correct in stating that if you have a multipoint subinterface with no
> frame-relay interface-dlci statements, only frame-relay map statements, and
> you want to apply a different frame relay class to each dlci on that
> subinterface, you must then put in "frame-relay interface-dlci" statements
> so that you can apply the class to them? I just want to make sure that
> there is no other way. I know that you can apply one class to the
> subinterface, but I am wondering about when you have multiple dlci's on the
> same subinterface that are each going to follow a different class. I put a
> config below, if I am doing something wrong please tell me. For the
> map-classes I am following the guidelines that are in CCIE Practical Studies
> Vol. 1. Thanks as always.
>
> interface Serial0
> no ip address
> encapsulation frame-relay
> no fair-queue
> frame-relay traffic-shaping
> !
> interface Serial0.1 multipoint
> ip address 10.1.11.14 255.255.255.0
> ip ospf network broadcast
> ipx network 1401
> no arp frame-relay
> frame-relay map ipx 1401.0008.de6c.6382 101 broadcast
> frame-relay map ip 10.1.11.1 102 broadcast
> frame-relay map ip 10.1.11.3 101 broadcast
> frame-relay map ipx 1401.0010.7b80.e936 102 broadcast
> frame-relay interface-dlci 101
> class tor3
> frame-relay interface-dlci 102
> class tor1
> no frame-relay inverse-arp
> !
> interface Serial0.2 point-to-point
> ip address 10.1.12.193 255.255.255.240
> ip router isis
> ipx network 1402
> no arp frame-relay
> frame-relay interface-dlci 100
> class tor2
> !
> map-class frame-relay tor1 (remote router circuit speed 500000)
> frame-relay cir 1300000 (local router circuit speed)
> frame-relay bc 62500 (remote router speed/8)
> frame-relay be in 56000 (placed automatically)
> frame-relay be out 500000 (set to remote router port speed)
> frame-relay mincir 512000 (set to actual cir of the local
> circuit)
> frame-relay adaptive-shaping becn (makes router respond to becn's)
> frame-relay custom-queue-list 1 (applies custom queueing)
> !
> map-class frame-relay tor2 (remote router circuit speed 128000)
> frame-relay cir 1300000
> frame-relay bc 16000
> frame-relay be in 56000
> frame-relay be out 128000
> frame-relay mincir 512000
> frame-relay adaptive-shaping becn
> frame-relay custom-queue-list 1
> !
> map-class frame-relay tor3 (remote router circuit speed 64000)
> frame-relay cir 1300000
> frame-relay bc 8000
> frame-relay be in 56000
> frame-relay be out 64000
> frame-relay mincir 512000
> frame-relay adaptive-shaping becn
> frame-relay custom-queue-list 1
> !
> queue-list 1 protocol ipx 1
> queue-list 1 protocol ip 2
> queue-list 1 default 3
> queue-list 1 queue 1 byte-count 1000
> queue-list 1 queue 2 byte-count 2000
> queue-list 1 queue 3 byte-count 1000
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:56:52 GMT-3