From: Ming Ki Au (aurmkstr@gmail.com)
Date: Sun Jan 21 2007 - 02:18:15 ART
Hi Ernest,
So, can I do it in this way?
interface Serial0/0
no ip address
encapsulation frame-relay
no fair-queue
frame-relay traffic-shaping
frame-relay lmi-type cisco
!
interface Serial0/0.1 point-to-point
ip address 132.3.35.5 255.255.255.0
frame-relay de-group 10 513
frame-relay interface-dlci 513
class DLCI_513
!
map-class frame-relay DLCI_513
frame-relay cir 64000
frame-relay mincir 32000
frame-relay adaptive-shaping interface-congestion 10
!
frame-relay de-list 10 protocol ip list 120
access-list 120 deny ospf any any
access-list 120 permit ip any any
On 1/6/07, Ernest Wambari <wambari@gmail.com> wrote:
>
> I would do it like this:
>
> For avoiding DE bit set for Routing protocols(im assuming its FR and
> eigrp):
>
> Frame-relay de-list 1 protocol ip list 120
> Access-list 120 deny ip eigrp any any
> Access-list 120 permit ip any any
>
> Int Serial 1/1
> Frame-relay de-group 1 200
>
> For Traffic Shaping using MQC:
>
> Policy-map SPEED
> Class class-default
> Shape adaptive 32000
> Shape max-buffers 10
>
> Int Serial 1/1
> Service-policy out SPEED
>
>
> HTH,
>
> E.
>
>
>
>
> On 1/6/07 2:26 AM, "Noel Debouver III" <noeldebouveriii@yahoo.com> wrote:
>
> > Configure R1 so that your ISP doesn"t drop routing traffic. Router must
> > decrease speed to 32000 if in queue for more than 10 packets.
> >
> >
> > R1
> > int s0/0
> > frame-relay traffic-shaping
> > int s0/0.1
> > frame-relay interface-dlci 200
> > class
> > adjust_vc_class_rate
> >
> > map-class frame-relay adjust_vc_class_rate
> > frame-relay
> > cir 64000
> > frame-relay mincir 32000
> > frame-relay adaptive-shaping interface
> > congestion 10
> >
> >
> > Any comments? Why or why not?
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of
> > spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
> > _______________________________________________________________________
> > Subscription information may be found at:
> > http://www.groupstudy.com/list/CCIELab.html
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Thu Feb 08 2007 - 23:46:57 ART