IEWB LAB2 Task8.1

From: Champika G (693455@gmail.com)
Date: Fri Nov 02 2007 - 05:59:25 ART


Hi all

This task says that SMTP traffic from and to the server over the FR
cloud should be guaranteed 256 KBPS. The port speed is at 512KBPS in
the FR links.
R3 & R5 are connected to the FR cloud via two subinterfaces.

I assume that the right eay to do it is by configuring a heirarchical
policy map and appyling it to the sub interface. But the SG uses a
noremal policymap with bandwidth command and applies it to the
phsyical interface. Isnt this wrong ??

My config was;

class-map match-all SMTP
 match access-group name SMTP
!
!
policy-map BW
 class SMTP
  bandwidth 256
policy-map PARENT
 class class-default
  shape average 256000
  service-policy BW

interface Serial0/0.1 point-to-point
 bandwidth 512
 backup delay 1 1
 backup interface Serial0/1
 ip address 132.1.35.5 255.255.255.0
 frame-relay interface-dlci 513
 service-policy output PARENT
!

ip access-list extended SMTP
 permit tcp any host 132.1.3.100 eq smtp

Appreciate some help please? THanks

Champ



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