RE: Cisco Press Lab 6 (QoS portion)

From: john matijevic (matijevi@bellsouth.net)
Date: Wed Nov 03 2004 - 02:31:49 GMT-3


Hello Yong,
R3(config-subif)#traffic-shape rate 1544000
R3(config-subif)#end
R3#sh run int fa0/
5d08h: %SYS-5-CONFIG_I: Configured from console by
R3#sh run int fa0/0.34
Building configuration...

Current configuration : 143 bytes
!
interface FastEthernet0/0.34
 encapsulation dot1Q 30
 ip address 172.16.34.3 255.255.255.0
 traffic-shape rate 1544000 38600 38600 1000
end

so in this example I just put the value 1544000 and the rest of the
values were configured automatically.

Sincerely,

John Matijevic, CCIE #13254, MCSE, CNE, CCEA
CEO
IgorTek Inc.
151 Crandon Blvd. #402
Key Biscayne, FL 33149
Hablo Espanol
305-321-6232
http://home.bellsouth.net/p/PWP-CCIE
 

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Yong Hong Siang
Sent: Tuesday, November 02, 2004 7:49 AM
To: ccielab@groupstudy.com
Subject: Cisco Press Lab 6 (QoS portion)

Hi,

anyone had done Cisco Press Lab 6 Section 7 on the QoS portion?
-----------------------------------------------------------------------
** Configure the frame Relay connecion between R2 and R3 such that the
connection can adapt to congestion when a BECN is received from the
network. Assume a 1544kbps access rate and a CIR of 64kbps.

the solution given was using
traffic-shape rate 1544000 38600 38600 1000
traffic-shape adaptive 64000
traffic-shape fecn-adapt

Can I use map-class frame-relay as the solution also? by the way, how
the value 38600 come about?..:)
------------------------------------------------------------------------

** Consider VoIP to be a "critical" application. Configure PQ-CBWFQ
(Priority Queueing-Class-Based Weight Fair Queueing) on R3 and R4 to
guarantee a bandwidth of 256kbps on VoIP traffic and Fair-Queue with a
queue size of 32 for all other traffic types.

the solution given is using

On R4
class-map match-all VOICE
 match input-interface Serial0/0
!
policy-map Class1
 class VOICE
  priority 256
 class class-default
  fair-queue 32
!
interface Serial 0/1
 service-policy output Class1

On R3
class-map match-all VOICE
 match input-interface Serial0/0
!
policy-map Class1
 class VOICE
  priority 256
 class class-default
  fair-queue 32
!
interface Serial 0/0
 service-policy output Class1

On R4, serial0/0 is shutdown. how it manage to classified the VoIP
traffic by match input-interface Serial0/0?
anyone can advise?

many thanks
have a nice day

cheer!
Yong



This archive was generated by hypermail 2.1.4 : Thu Dec 02 2004 - 06:57:37 GMT-3