The Workbook is correct. The ip multicast rate-limit command uses the standard access-list to specify the group-list
On 4 May 2012 19:40, Zak Dandashi <[email protected]> wrote: > Hello George, > > Thanks for bringing this to my attention, actually in my initial config i > have used an extended access-list but the workbook video has this > access-list configured, my question was more focused whether it is valid to > configure policing in the MQC rather than policing through CAR. > > This brings another question, are they mistaken in the workbook video using > a standard access-list, or we are missing something? > > > > > > > > > > On Fri, May 4, 2012 at 9:16 PM, George Leslie > <[email protected]>wrote: > > > HI Zak, > > Your config as it stands would not work, I believe. > > > > You have used a standard access list, 10, which only matches on source IP > > address. The multicast packets would have the multicast addresses in the > > destination field, so you'd need an extended access list. > > > > Regards, George. > > > > > Date: Fri, 4 May 2012 18:40:22 +0300 > > > From: [email protected] > > > To: [email protected] > > > Subject: [OSL | CCIE_RS] Volume 1 - Lab 23 - Section 8 > > > > > > > > Hello guys, > > > > > > Is it valid to use policing for section 8 of Lab 23 in volume 1 > workbook? > > > > > > > > > Question: > > > > > > On R1 limit IP multicast traffic destined to groups 226.0.0.1 through > > > 226.0.0.126 inbound on interface Fa0/0 to 512Kbps. > > > > > > > > > > > > > > > I have used the below config. > > > > > > ! > > > class-map match-all multicast > > > match access-group 10 > > > ! > > > policy-map multicast > > > class multicast > > > police 512000 > > > ! > > > interface FastEthernet0/0 > > > service-policy input multicast > > > ! > > > access-list 10 deny 226.0.0.127 > > > access-list 10 deny 226.0.0.0 > > > access-list 10 permit 226.0.0.0 0.0.0.127 > > > ! > > > ! > > > > > > > > > > > > > > > regards, > > > _______________________________________________ > > > For more information regarding industry leading CCIE Lab training, > > please visit www.ipexpert.com > > > > > > Are you a CCNP or CCIE and looking for a job? Check out > > www.PlatinumPlacement.com > > > > > > http://onlinestudylist.com/mailman/listinfo/ccie_rs > > > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > Are you a CCNP or CCIE and looking for a job? Check out > www.PlatinumPlacement.com > > http://onlinestudylist.com/mailman/listinfo/ccie_rs > -- Olugbenga Oyebande MD, DAIT 234-803-302-5287 http://www.dait-ng.com Cisco Networks, Network Security & Quality of Service DAIT Linux Enterprise Network Servers, Web Portal Projects Broadband Internet Deployment & ISP Consultancy [image: View my profile on LinkedIn]View Olugbenga Oyebande's profile<http://ng.linkedin.com/pub/olugbenga-oyebande/15/395/8a9> _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com http://onlinestudylist.com/mailman/listinfo/ccie_rs
