- Configure SW2 to respond to UDP echoes from a network management station with a yet unknown IP address.
- SW2 should not respond to packets sent to the UDP discard and chargen ports from this network management station
Rather than enable the service udp-small-servers and then creating an ACL to filter, how about just:
access-list 101 permit udp any any eq echo
?