I want to filter out some ports that are currently being used by some dialup users. I did this in Cisco 3640 by using access-list. But in 3Com Total Control 1000, I’m having problems implementing it. Can any one translate the following access-list in Cisco to 3Com Total Control 1000 Filtering:
access-list 101 remark Spamming
access-list 101 permit tcp 222.222.221.32 0.0.0.31 222.222.223.0 0.0.0.63 eq smtp
access-list 101 deny tcp 222.222.221.32 0.0.0.31 any eq smtp log-input
access-list101 permit any any
Thanks in advance