Is there a list of the port and protocol mnemonics used by Cisco somewhere? I am talking about those used in access lists, like "www" for port 80 and "smtp" for port 25, e.g.access-list XXX extended permit udp host 1.1.1.1 host 1.1.1.2 eq domainI ha...