RE: Frame-Relay Fragmentation Values - based on port speed or

From: Joseph Brunner (joe@affirmedsystems.com)
Date: Sun Nov 18 2007 - 15:23:32 ART


You can apply a frame-relay map class to only one dlci, and that is the best
way. And then based on the CIR

The 384k in lab 13 was for the http's 80% calculation (or 307kbps) which we
put in the earlier task. Notice they changed MINCIR there... very important
as that is used for bandwidth reservation, while CIR is used for
fragmentation/bc calculations.

Here is my answer...

map-class frame-relay DLCI_501
 frame-relay cir 512000
 frame-relay bc 5120
 frame-relay mincir 384000
 service-policy output httpreturn
 frame-relay fragment 640

class-map match-all httpreturn
 match access-group 115

!
policy-map httpreturn
 class httpreturn
  bandwidth percent 80
 class class-default

!
interface Serial0/0
 no ip address
 encapsulation frame-relay
 frame-relay traffic-shaping
 no frame-relay inverse-arp
!
interface Serial0/0.501 point-to-point
 ip address 139.14.15.5 255.255.255.0
 frame-relay interface-dlci 501
  class DLCI_501

access-list 115 permit tcp any eq www 139.14.11.0 0.0.0.255

Verify all with SHOW FRAME PVC 501

-Joe

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Gregory Gombas
Sent: Sunday, November 18, 2007 1:07 PM
To: Cisco certification
Subject: Frame-Relay Fragmentation Values - based on port speed or CIR?

Let's say you have a frame-relay circuit with multiple DLCI's on it.
The task states to configure fragmentation on only one of the DLCI's
without affecting the other DLCI's.

Would you configure the bc and fragment size based on the port speed
(access rate) or on the CIR of the specific DLCI?

This question comes from IE lab 13 Task 6.2 where it says the CIR for
DLCI 501 is 384k but in task 6.3 it changes CIR to 512k which is the
access rate and the fragmentation values are based off the access
rate.

Thanks,
Greg



This archive was generated by hypermail 2.1.4 : Sat Dec 01 2007 - 06:37:30 ART