RE: WRED in a Subinterface

From: Scott Morris (swm@emanon.com)
Date: Sun Jul 30 2006 - 11:12:22 ART


While that would make logical sense, it has been my experience that the
policy has to fully apply before the shaping takes place, and therefore the
answer would be no. You must to the child policy.

Unless, of course, they change the programming behavior. But if they're
going to do that, I would like to hope they would make a "let me make a
queue for you since one doesn't exist" feature. :)

 
Scott Morris, CCIE4 (R&S/ISP-Dial/Security/Service Provider) #4713, JNCIE
#153, CISSP, et al.
CCSI/JNCI-M/JNCI-J
IPExpert VP - Curriculum Development
IPExpert Sr. Technical Instructor
smorris@ipexpert.com
http://www.ipexpert.com
 
 

-----Original Message-----
From: Schulz, Dave [mailto:DSchulz@dpsciences.com]
Sent: Sunday, July 30, 2006 1:13 AM
To: Scott Morris; Victor Cappuccio; ccielab@groupstudy.com
Subject: RE: WRED in a Subinterface

Scott -

Can I assume that we could use the shape and random-detect in the same
policy-map, and thereby eliminating the need for a child policy? Like
this....

policy-map TOP-LEVEL
 class class-default
  shape average 64000
  fair-queue
  random-detect

Dave Schulz,
Email: dschulz@dpsciences.com

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Scott Morris
Sent: Saturday, July 29, 2006 11:33 PM
To: 'Victor Cappuccio'; ccielab@groupstudy.com
Subject: RE: WRED in a Subinterface

Queues don't exist on subinterfaces, therefore any queuing functions
can't
be done. This is true of any sub-interface (serial, ethernet, etc.)

When you employ shaping, however, you create a queue. Once you have a
queue, you can using it for queuing.

Policy-map WRED
 class class-default
  random-detect

Policy-map TOP-LEVEL
 class class-default
  shape average 64000
  service-policy WRED

Int s0/0.15
 service-policy output TOP-LEVEL

HTH,

 
Scott Morris, CCIE4 (R&S/ISP-Dial/Security/Service Provider) #4713,
JNCIE
#153, CISSP, et al.
CCSI/JNCI-M/JNCI-J
IPExpert VP - Curriculum Development
IPExpert Sr. Technical Instructor
smorris@ipexpert.com
http://www.ipexpert.com
 

 

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Victor Cappuccio
Sent: Saturday, July 29, 2006 11:20 PM
To: ccielab@groupstudy.com
Subject: WRED in a Subinterface

Hi Guys,

 

I'm trying to enable WRED in a Subinterface, How can this be
accomplished?

 

R1(config)#policy-map TEST

R1(config-pmap)#class class-default

R1(config-pmap-c)#fair

R1(config-pmap-c)#random

R1(config-pmap-c)#policy-map TEST2

R1(config-pmap)#class class-default

R1(config-pmap-c)#service TEST

R1(config-pmap-c)#int s0/0.15

R1(config-subif)#service out TEST2

CBWFQ : Hierarchy supported only if shaping is configured in this class

R1(config-subif)#

 

And

R1(config)#policy-map TEST3

R1(config-pmap)#class class-default

R1(config-pmap-c)#fair

R1(config-pmap-c)#random

R1(config-pmap-c)#int s0/0.15

R1(config-subif)#service out TEST3

CBWFQ : Not supported on subinterfaces

 

Or

 

R1(config-pmap-c)#int s0/0.15

R1(config-subif)#random?

% Unrecognized command

R1(config-subif)#random ?

% Unrecognized command

R1(config-subif)#ra?

rate-limit

 

Thanks!

Victor.-



This archive was generated by hypermail 2.1.4 : Tue Aug 01 2006 - 07:13:48 ART