I have a few questions here

For part A and B i had no idea what Land Attacks and Smurf attacks were.  Is
thinks a fun fact that was included in the lab or actually something we
mighted to know?


As far as Part C

I used the MQC to do policing.  Any problems with doing it this way instead
of with rate-limit as the DSG says?

ip access-list extended MULTICAST-TRAFFIC
 permit ip any 224.0.0.0 31.255.255.255
ip access-list extended UDP-TRAFFIC
 permit udp any any
ip access-list extended ICMP-TRAFFIC
 permit icmp any any
class-map match-all UDP-CLASS
 match access-group name UDP-TRAFFIC
class-map match-all MULTICAST-CLASS
 match access-group name MULTICAST-TRAFFIC
class-map match-all ICMP-CLASS
 match access-group name ICMP-TRAFFIC
!
!
policy-map AS1-TRAFFIC-POLICY
 class UDP-CLASS
    police 250000 50000
 class ICMP-CLASS
    police 100000 62500
 class MULTICAST-CLASS
    police 15500 75000
interface Serial1/0.26 point-to-point
 ip address 150.50.26.1 255.255.255.252
 ip access-group INGRESS-ACL in
 ip accounting access-violations
 frame-relay interface-dlci 602
 service-policy input AS1-TRAFFIC-POLICY
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to