Remember that 10000000 is not actually 10 MB, you have the multiplier of 1024 
to factor in.  Also, if you just used 9000000 you would be filtering everything 
between 9 and 10 as well, so, that would technically be incorrect since your 
value is much too low.  The Proctors have also said that if they ask for 10MB 
and you round it off you will not lose the points.

Regards,

Brandon Carroll - CCIE #23837
Senior Technical Instructor - IPexpert
Mailto: [email protected]
Telephone: +1.810.326.1444
Live Assistance, Please visit: www.ipexpert.com/chat
eFax: +1.810.454.0130

IPexpert is a premier provider of Self-Study Workbooks, Video on Demand, Audio 
Tools, Online Hardware Rental and Classroom Training for the Cisco CCIE (R&S, 
Voice, Security & Service Provider) certification(s) with training locations 
throughout the United States, Europe, South Asia and Australia. Be sure to 
visit our online communities at www.ipexpert.com/communities and our public 
website at www.ipexpert.com

Platinum Solutions Group (PSG) provides high-end consulting services with a 
primary emphasis on Cisco's Data Center Solutions, Service Provider Solutions, 
Unified Communications and Security-enabled infrastructures. Be sure to visit 
www.platinumsolutionsgroup.com. 



On May 14, 2010, at 4:11 PM, Dnyaneshwar Gore wrote:

> Hi All,
> 
> In this question, it is asked to drop emails from specific sender who is 
> sending file attachments of 10000000 bytes (10MB) and greater.
> 
> So SMTP class map should have followoing settings:
> 
> class-map type inspect smtp match-all CM-SMTP
>  match  sender address regex REGEX
>  match  data-length gt 9000000
> 
> But final configuration has followoing config:
> 
> class-map type inspect smtp match-all largemail
>  match  sender address regex emailid
>  match  data-length gt 10000000
> 
> 
> Question clearly asks to drop mail with attachment of 10MB or greater. That 
> means 10 MB is also included. Hence If we configure "match  data-length gt 
> 10000000"  then it will allow attachment of 10MB size.
> 
> kindly share your thought.
> 
> Regards,
> DMG
> 
> 
> 
> _______________________________________________
> For more information regarding industry leading CCIE Lab training, please 
> visit www.ipexpert.com

_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to