If you check, the notes in the practice labs it has been mentioned that you can round off to 1000 when it is asked in Bytes.
10 MB is actually 10 x 1024 x 1024 = 10485760 "gt 10000000" will match 10485760 But still 10000000 to 10485760 will not match :-) With regards Kings On Fri, May 14, 2010 at 7:41 PM, Dnyaneshwar Gore <[email protected]>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
