Avoiding Discard and Traffic Shaping Question

From: Ming Ki Au (aurmkstr@gmail.com)
Date: Wed Jan 24 2007 - 13:29:45 ART


Dear all,

Requirement: 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.

Can I do this in the following method? Assume the routing traffic is only
OSPF. Any comment?

 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



This archive was generated by hypermail 2.1.4 : Thu Feb 08 2007 - 23:46:57 ART