Hi all The following is access-control class-map for blaster attacks. First one is used almost everywhere. I have provided two more alternatives, please let me know it will work.
Highlighted are the differences. Router(config)# class-map type access-control match-all blaster2 Router(config-cmap)# match field tcp dest-port eq 4444 Router(config-cmap)# match start l3-start offset 3 size 2 eq 0x0030 Using IP instead of l3-start Router(config)# class-map type access-control match-all blaster2 Router(config-cmap)# match field tcp dest-port eq 4444 Router(config-cmap)# match start ip offset 3 size 2 eq 0x0030 Using string instead of eq Router(config)# class-map type access-control match-all blaster2 Router(config-cmap)# match field tcp dest-port eq 4444 Router(config-cmap)# match start l3-start offset 3 size 2 string 0x0030 with regards Kings
_______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
