access-list xxx permit tcp/udp host <ip address> any eq 3101
<implicit deny all command>
int Ethernet 0
ip access-group xxx in (I would apply as an inbound traffic)
I am not sure. You may create two entries: one for tcp and another one for udp. Do a show access-list and check the hit count. This would indicate which protocol you are using.
Off course there is a lot of other alternatives to identify que protocol in use. This is an alternative if you are note familiar with protocol analysis.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.